Commands to Retrieve SIM ID Number

Hello All,

I am searching for the commands to retrieve my SIM card’s ID number. (Batch file Preferred…)
Can any of you help me with this? :smiley:
The purpose is so I can remotely grab the SIM ID #'s without having to pop the SIM cards out of their slots to check.

Thanks, Lucas

Lucas,

What unit are you doing this for? Also whan you say SIM ID do you mean its serial number (ICC ID)? Depending on the unit you could try the following.

at+ccid?
at!iccid?
AT+CRSM=176,12258,0,0,10,”3F00”

Regards

Matt

Thanks for the reply Matt. :slight_smile:

You are correct, I need to find the ICCID number.

The main modems I need to check are the MC7700 and MC8790V.

Either of these should do it.

at!iccid?
AT+CRSM=176,12258,0,0,10,”3F00”

Regards

Matt

So these commands should be entered after using something like PuTTY to connect to the modem?

Correct.

Regards

Matt

They worked! Thanks Matt. :wink: