How can I use Software Serial on an Arduino 21+? When including the SoftwareSerial.h I don't know which RX and TX pins to use.
0
1 Respuesta
0
Best Answer
In order to work with the Software Serial we reccomend you using the SPI pins [50 (MISO), 51 (MOSI) or 52 (SCK)] for the RX and any of the I2C pins if they are not being used or Pin 2 and Pin 3 for the TX. Take in mind that if using multiple software serial ports, only one can receive data at a time. On the following blog you can check out how to work with the Software Serial using our devices:
I hope this helps!