문제

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

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top