Hi,
I'm using commands below to send SMS message in my application. SMS sending is working fine, but some reason during the AT+CMGS command program execution
Is blocked e.g. all the LEDs are stopped. CNMI mode is set to 3 so I just wondering is the modem waiting some Ack from the network? How to send SMS without blocking the program execution?
AT+CFUN=1
AT+CNUM
AT+CEREG?
AT+CNMI=3,2,0,1
AT+CMGS
I'm using the at command interface to send commands to modem.
Best Regards
Juha