adafruit / Adafruit_FONA

Arduino library for the Adafruit FONA
https://www.adafruit.com/products/1946
211 stars 238 forks source link

SoftwareSerial RX and TX definitions are swaped in FONAtest.ino #125

Closed bierdosenhalter closed 3 years ago

bierdosenhalter commented 3 years ago

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

https://github.com/adafruit/Adafruit_FONA/blob/b3475b3b9a654a865d8b6b4e1b1fec8299d9cf99/examples/FONAtest/FONAtest.ino#L41

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

SoftwareSerial(rxPin, txPin, inverse_logic)