GetIMEI: Difference between revisions
Jump to navigation
Jump to search
m (added Category:SIM using HotCat) |
No edit summary |
||
| Line 8: | Line 8: | ||
|- | |- | ||
|'''GetIMEI''' | |'''GetIMEI''' | ||
|Port index | |Port index [ORIGINAL] | ||
|GSM port IMEI | |GSM port IMEI | ||
|} | |} | ||
'''OUTPUT''' | '''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: | Command output in the following format: | ||
| Line 19: | Line 21: | ||
'''EXAMPLE'''<syntaxhighlight lang="text"> | '''EXAMPLE'''<syntaxhighlight lang="text"> | ||
~# GetIMEI 1 | ~# GetIMEI 1 | ||
895825000699682 | |||
# Get IMEI 0 ORIGINAL | |||
895825000699682 | 895825000699682 | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 15:23, 10 March 2026
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
EXAMPLE
~# GetIMEI 1
895825000699682
# Get IMEI 0 ORIGINAL
895825000699682