诺基亚手机短信使用电脑,仅状态为未读
从诺基亚手机上读取短信,有两种方法:全部读取或只读取一条。
但如何
仅读取状态为“rec unread”的短信
使用超级终端 Windows XP
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您使用的是 AT 命令接口吗?
标准 AT+CMGL(列出所有消息)命令可以给出一个带有状态的参数,0 表示 REC UNREAD,因此
AT+CMGL=0
应该只给你 REC UNREAD 消息。
请注意,列出或读取 REC UNREAD 消息会导致其变为 REC READ。
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.