Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readline function in FONAtest does not properly #99

Open
rowedonalde opened this issue Aug 13, 2018 · 0 comments
Open

readline function in FONAtest does not properly #99

rowedonalde opened this issue Aug 13, 2018 · 0 comments

Comments

@rowedonalde
Copy link

  • Host machine: MacBook Pro (13-inch, Mid 2012), OSX 10.10.5
  • Screen version: 4.00.03 (FAU) 23-Oct-06
  • Screen command: screen /dev/cu.usbmodem1411 115200 -L
  • Arduino board: Arduino UNO (R3)
  • Arduino IDE version: 1.8.5
  • FONA device: Adafruit FONA - Mini Cellular GSM Breakout uFL Version

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant