I’m having a bit of a problem figuring out on how to recieve an SMS.
I can send SMS messages just fine but i can’t figure out on how to read or recieve SMS messages.
I just want to recieve an sms read it and delete it.
But i don’t understand. How can i check if i have any new messages and on what Index number they are on ?
i have read the Datasheet and still i can’t figure this out.
So how can i check f i have any new messages, and read it?
Actually i just need to know how to check if i have any new messages.
What’s the configuration for that ? I have set up the module in TEXT mode i don’t need any extra formating options just read the SMS in location “X” and delete it.
You will find lots of AT commands in the manual to do exactly what you require.
If your going to use Python and not an MCU you may be advised to use a polling routione to check for messages. You can intercept messages as they come in but as there have been may problems reported with messages not triggering ect then you would be advised to back it up with a polling check anyway.