使用 ZTE MF637U 调制解调器发送和接收 SMS 的 AT 命令
我正在使用 ZTE MF637U 调制解调器在 VB6 中开发一个小应用程序来接收短信,有人可以帮我使用 AT 命令来接收短信并发送短信吗? 普通 AT 命令不适用于此调制解调器。
I'm developing a small application in VB6 to receive sms am using a ZTE MF637U modem,someone please help me with the AT commands to receive sms and also send?
the normal AT commands are not working with this modem.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这是一个很好的指南。
在我使用互联网网关切换到短信之前,使用指南我能够通过 USB 移动调制解调器从 mscomm 控制和 vb6 发送 (AT+CMGS) 和接收短信 (AT+CMGL)
This is a great guide.
Before I switched to SMS using internet gateways, using the guide i was was able to send (AT+CMGS) and receive sms (AT+CMGL) via a usb mobile modem from mscomm control and vb6
GSM 调制解调器使用与常规调制解调器不同的命令集,并且它们因制造商而异。
尝试此链接以获得一些指导。
http://gadling.ikk.sztaki.hu/~kissg/gsm /at+c.html
GSM modems use a different command set than regular modems and they vary by manufacturer.
Try this link for some guidance.
http://gatling.ikk.sztaki.hu/~kissg/gsm/at+c.html
尝试查找特定于您的手机的文档,它可能需要一些特定的命令。
或者使用一些现有的库来完成这项工作,例如libGammu,几个配备 Gammu 的中兴手机(尽管未列出您的特定型号)。
Try finding documentation specific for your phone, it might need some specific commands.
Alternatively use some existing library to do the job, like libGammu, there seems to be success with several ZTE phones with Gammu (though your particular model is not listed).