adafruit / Adafruit_FONA

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

readline function in FONAtest does not properly #99

Open rowedonalde opened 5 years ago

rowedonalde commented 5 years ago

After setting up the FONA and Arduino as described in the tutorial and "logging on" to the Arduino's serial connection using the screen command above, certain commands like that take input like r for "Read SMS #" work but those that use the readline function like c for "make phone Call" do not. Apparently the screen utility when used like so only sends ASCII carriage returns (0xD) and not line feeds (0xA). I have a PR incoming that treats those chars as equal line enders.