adafruit/Adafruit_FONA

SoftwareSerial RX and TX definitions are swaped in FONAtest.ino

bierdosenhalter opened this issue · 0 comments

I'm not quite sure, but are RX and TX (names) confused in the example?

SoftwareSerial fonaSS = SoftwareSerial(FONA_TX, FONA_RX);

The constructor according to arduino.cc should look like that:

SoftwareSerial(rxPin, txPin, inverse_logic)