So how do you send an SMS to the AerFrame APIs? What phone number do we put in the AT command shown below from Adafruit?
================
Test Send SMS
Finally, you can try to text your phone! Sending an SMS is pretty darn easy.
================
Test Send SMS
Finally, you can try to text your phone! Sending an SMS is pretty darn easy.
- AT+CMGF=1 - this will set it to TEXT mode not PDU (data) mode. You must do this because otherwise you cannot just type out the message.
- AT+CMGS="nnnnnn" - send a text message! You will get a '>' prompt for typing. Type out your message and when you are done send a [Control-Z] on an empty line to send