Hi!
I am wondering how I can plug two Arduino's to 1 laptop and have them communicate with each other in the best way possible.
The setup is 1 laptop, 2 Arduino's connected with separate USB ports. (each Arduino has 1 sensor and a set of lights, and I want Arduino A to send a signal to Arduino B and vice versa).
Another setup would be 2 laptops and 1 Arduino connected to each through USB.
I was thinking maybe through the Serial ports with different baud rates.
Any thoughts??