Question

reading sms from mobile phone nokia, have two methods read all or read only one.

but how to

reading only sms with status "rec unread"

using hyper terminal windows xp

Was it helpful?

Solution

Are you using an AT command interface?

The standard AT+CMGL (list all messages) command can be given a parameter with the status, 0 is REC UNREAD so AT+CMGL=0 should give you only REC UNREAD messages.

Note that listing or reading a REC UNREAD message causes it to become REC READ.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top