Is it possible to connect two different Arduino UNOs to each other in a way that they will display only one Serial Port while being able to run two different loops?
More detail: I'm writing some data to an SD card. But I need two different data from two different loops and I don't want to use two different SD modules and two SD cards, I want them to record in one single card. Is such thing possible? Or could I perhaps use one SD module and parallel connect it to two Arduinos, gathering data simultaneously?
Thank you.