I'm unsure of a point regarding serial comms on an Arduino UNO. My Arduino hasn't arrived yet, so I can't do any experimenting to find out the hard way.
I need to receive serial raw data from one remote device, process it, then send the processed data on to another remote device, again using serial comms.
There's a built-in UART connected to pins 0 and 1, which I can use for one serial stream.
For the second, is it possible to use the Arduino Software Serial Library, utilising whichever...
Arduino UNO Serial Question
I need to receive serial raw data from one remote device, process it, then send the processed data on to another remote device, again using serial comms.
There's a built-in UART connected to pins 0 and 1, which I can use for one serial stream.
For the second, is it possible to use the Arduino Software Serial Library, utilising whichever...
Arduino UNO Serial Question