ETMINFO – displays ETM and device information

Displays information about the current ETM application and device.

Type Syntax Response
Test

AT+ETMINFO=?

+ETMINFO:(ci,iccid,imei,imsi,mcc,mnc,
rssi,service,version)

Read

AT+ETMINFO?

OK

or

ERROR

Write

AT+ETMINFO=<id>

where <id> is either:

  • ci – the unique cell identity
  • iccid – the SIM unique identifier
  • imei –the device unique identifier
  • imsi – the cellular network user unique identifier
  • mcc – the mobile country code
  • mnc – the mobile network code
  • rssi – the received signal strength indicator
  • service – shows whether the modem is registered to a network
  • version – the current version of Eseye software on the selected modem

+ETMINFO: <value>

 

OK

where value is the requested value, such as the SIM ICCID.

For service, returns the registration status in decimal format:

  • 0 – not registered
  • 1 – registered

or

ERRORthe command failed

Example

AT+ETMINFO="iccid"

8944538523020412345

OK