如何使用 AT 命令获取调制解调器的 SIM 号码 (ICCID)
I'm trying to get the SIM number
(ICCID
, not IMSI
) of my 3G Huawei E5830 modem using AT commands
(also called Hayes command set
).
Unfortunately, it's not specified in the modem formal documentation.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
适用于 sim900 AT+CCID
给出了赛迪。
例如89912200000280775659
前两位数字(示例中为89)指的是电信ID。
接下来的两位数字(示例中为 91)指的是国家/地区代码(91-印度)。
接下来的两位数字(示例中为 22(IDEA 的 MNC))指的是网络代码。
for sim900 AT+CCID
gives CCID.
e.g.89912200000280775659
The first two digits (89 in the example) refers to the Telecom Id.
The next two digits (91 in the example) refers to the country code (91-India).
The next two digits (22 in the example(MNC of IDEA)) refers to the network code.
尝试“AT^ICCID?”。在华为E173上测试。
Try "AT^ICCID?". tested on Huawei E173.
它可与
AT+CRSM
和AT+CSIM
配合使用。It works with
AT+CRSM
and alsoAT+CSIM
.Galaxy S4 上调制解调器模式下的 AT+ICCID。
AT+ICCID on galaxy S4 in modem mode.
铱卫星调制解调器上的 AT+CICCID。
AT+CICCID on an Iridium satellite modem.