You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
screen /dev/cu.usbmodem1411 115200 -L
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 likec
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.The text was updated successfully, but these errors were encountered: