Hi,
I am using Arduino Yun board for my software development. I have to use software serial for receiving data from two sensor. I used TX pin as 4 and RX pin as 5 for one sensor. The same way I used TX pin 7 and Rx as 6 the pin for another sensor. But the problem is I found the transmission is happening, but nothing is receiving. Please help me to resolve this issue.
static SoftwareSerial mySerial( 6,7 ); // RX, TX
static SoftwareSerial mySerial_standard( 5,4 ); // RX, TX
I tried loopback source code SoftwareSerialExample which is available as example. This also did not help.
Please help me to resolve this issue.
Thanks & Regards
Vijith G