nimaltd / gsm_v5

gsm module library for STM32 LL
GNU General Public License v3.0
232 stars 86 forks source link

Message read error #50

Closed ninjas005 closed 1 year ago

ninjas005 commented 1 year ago

It says [GSM] msg_isTextMode() failed! the ans variable is returning 2. [GSM] msg_read(1) failed!

how to read sms from the sim800 module

ninjas005 commented 1 year ago

found out the issue may be this could be due to [GSM] msg_selectStorage() failed!

How could i solve the problem? I had set it to store in the simcard. but is not working

nimaltd commented 1 year ago

Hello. all other functions is working except sms ?

ninjas005 commented 1 year ago

Yes, I can send SMS and on another project publish MQTT. didn't try to receive any. I think I am missing something in receiving SMS. when I inserted the sim card back into a mobile, all the SMS got received.

ninjas005 commented 1 year ago

I tried with a different sim card and different network operator and it worked.

ninjas005 commented 1 year ago

may be some problem wit the other sim card

nimaltd commented 1 year ago

try to change sms configuration and do again