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.
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.
It works with AT+CRSM
and also AT+CSIM
.
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.
Try "AT^ICCID?". tested on Huawei E173.
mmcli -m 0 --command AT^ICCID?
after restarting NetworkManager and ModemManager in debug mode –
Epsilon It works with AT+CRSM
and also AT+CSIM
.
© 2022 - 2024 — McMap. All rights reserved.