AT command for sending sms ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-07-07 1:25 AM
Dear Members,
I want to send SMS but I stack with ^z,
how can I rectify it ?
uint8_t aTxBuffer5[] ="AT+CREG?\r";
uint8_t aTxBuffer6[] ="AT+CGMF=1\r";
uint8_t aTxBuffer7[] ="AT+CMGS=\"61400000997\"\r";
uint8_t aTxBuffer8[] ="\"TEST SMS FROM STM32 MCU\"\r";
uint8_t aTxBuffer9[] ="\"26\"\r"; //^z ?
thanks
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-07-07 2:26 AM
Any telepath in the forum?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-07-07 8:15 AM
uint8_t aTxBuffer9[] ="\x1A";
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
