SoftwareSerial RX and TX definitions are swaped in FONAtest.ino
bierdosenhalter opened this issue · 0 comments
bierdosenhalter commented
I'm not quite sure, but are RX and TX (names) confused in the example?
The constructor according to arduino.cc should look like that:
SoftwareSerial(rxPin, txPin, inverse_logic)