GetIMEI
This command gets module IMEI number for the specified GSM port.
COMMAND
| Command | Line Arguments | Returns |
|---|---|---|
| GetIMEI | Port_index [ORIGINAL] | GSM port IMEI |
OUTPUT
If ORIGINAL is specified then the original IMEI of the modem is returned. Otherwise, the last programmed IMEI is returned.
Command output in the following format:
"%s\n", imei
EXAMPLES
~# GetIMEI 1
895825000699682
# GetIMEI 0 ORIGINAL
895825000699682