I need to extract the following data from a 3G modem:
- The mobile network code
- The mobile location area code
- The connected mobile cell tower ID
- The SIM security status (Unlocked, PIN or PUK)
- The SIM serial number
My technique of getting data from the USB 3G modem is using AT commands over a serial interface. Does anyone know how I can gather this information? I cannot seem to find relevant AT commands to use.