GE863 GPS help needed please.

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.

PLS help out here.

AT+CMGL to list SMS

AT+CMGR to read SMS

AT+CMGD to delete SMS

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.

Should you not start a new thread for this?

Tnx.

I’ll try this.

I have read the manual a couple of times but the SMS reading part got me confused :slight_smile:

i don’t want to wait for a trigger each time since i use the same port to read GPS coordinates from the module.

So i need to be able to check if there is a new sms whenever i want and read it out.

I use a linux device for this.