cancel
Showing results for 
Search instead for 
Did you mean: 

AT command for sending sms ?

antonius
Senior

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

2 REPLIES 2
S.Ma
Principal

Any telepath in the forum?

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..