Search code examples
windows-xpsmshyperterminal

sms mobile nokia using computer, only status unread


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


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.