Reply To: connect two arduinos?
About › Forums › Forum › connect two arduinos? › Reply To: connect two arduinos?
October 28, 2016 at 1:31 AM
#1091
mfaerber1
Participant
Thank you again!
I may have come up with a funky workaround so that I can use my library. However, I need to communicate with the breakoutjs server using different arduino pins. I have a USB2Serial adapter to make this possible but I’m having trouble figuring out where in the code I can change the RX/TX pins from 0 and 1 to, say, 9 and 8.
I expected to be able to change the arduino code from this:
SerialFirmata serial;
To this:
SerialFirmata serial(9,8);
But no such luck.