Get error when try read sms with at command

1.1k Views Asked by At

I'm trying to use AT command for send/read the sms with nokia 5530 serial port on com6

I can connect and send sms correctly without any error and recipient get the message. But the problem: I can't read any message and get "Error" nothing more !!!! check the below image for more info: enter image description here

What is the problem and how can I read the sms?

1

There are 1 best solutions below

1
On BEST ANSWER

Try using the AT+CNMI command before the AT+CMGL. It tells the device what to do with incoming messages.

try: AT+CNMI=1,2,0,0,0

Also, try this: AT+CMGL=? to see if the command is supported by your device. It should respond "OK" if it is. If not, it isn't supported.