Skip to content

Instantly share code, notes, and snippets.

@joshbober
Created September 10, 2021 16:58
Show Gist options
  • Save joshbober/c9d61cc4f4079b43231b47a9f5468e40 to your computer and use it in GitHub Desktop.
Save joshbober/c9d61cc4f4079b43231b47a9f5468e40 to your computer and use it in GitHub Desktop.
Serial Monitor output, ReceiveSMS.ino with SAMD core 1.8.9
12:57:32.535 -> AT+CMGL="REC UNREAD"
12:57:32.535 -> OK
12:57:33.654 -> AT+CMGL="REC UNREAD"
12:57:33.654 -> OK
12:57:34.758 -> AT+CMGL="REC UNREAD"
12:57:34.758 -> +CMGL: 18,"REC UNREAD","+1##########",,"21/09/10,09:57:33-28"
12:57:34.758 -> Test
12:57:34.758 ->
12:57:34.758 -> OK
12:57:34.758 -> Message received from:
12:57:34.758 -> +1##########
12:57:34.758 -> est // Character eaten (missing)
12:57:34.758 -> END OF MESSAGE
12:57:34.806 -> AT+CMGD=18
12:57:34.806 -> OK
12:57:34.806 -> MESSAGE DELETED
12:57:35.908 -> AT+CMGL="REC UNREAD"
12:57:35.908 -> OK
12:57:37.020 -> AT+CMGL="REC UNREAD"
12:57:37.020 -> OK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment