提交“操作员命令” (例如剩余的现金 SIM 卡积分)通过 AT 命令发送至 GSM 手机/调制解调器
我在研究使用 GSM 调制解调器发送操作员命令(不知道正确的技术术语)的方法时遇到了一些困难,以便从我的网络运营商那里获得“警报”类型的消息响应。响应特征当然是特定于操作员+命令的,但我认为无论国家/网络操作如何,它们都以类似的方式使用。
例如,在我的手机上拨打 *123#,以便获得及时的文本回复,告诉我我的“现金类型”SIM 卡上还剩多少信用余额。这就是我需要做的,但是通过 AT cmd(而不是在我的手机上:)
目前我正在为我的开发人员使用华为 E1550 3G 调制解调器。所有调制解调器通信均通过 GSMCommLib 库(如果相关)完成。还有 C#/.NET 2.0。我想我主要是在寻找一些可以帮助谷歌搜索的关键字/提示,但任何有用的东西都非常感激!
I'm a bit stuck investigating the how-to's of sending operator commands (dont know the correct technical term) using my GSM modem, in order to get an "alert" type message response from my network operator. Response characteristics are of course operator+command specific, but I figure they're used in similar ways regardless of country/network op.
For example, dialling *123# on my cellphone, in order to get a prompt text response telling me my credit balance left on my "Cash type" SIM. That's what I need to do, but through AT cmds (and not on my phone :)
Currently I'm using a Huawei E1550 3G modem for my dev. All modem comm is done through the GSMCommLib library, if relevant. Also C#/.NET 2.0. I guess I'm primarily after some keywords/hints that can aid in googl'ing, but anything helpful is really appreciated!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这个*123#命令是通过USSD发送的,答案也是如此。您的 3G 调制解调器可能支持 AT+CUSD
AT命令用于发送USSD消息。
This *123# command is sent via USSD, the answer as well. Your 3G modem may support the AT+CUSD
AT command for sending USSD messages.