GetIMEI: Difference between revisions
Jump to navigation
Jump to search
(Created page with "This command gets module IMEI number for the specified GSM port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetIMEI''' |Port index |GSM port IMEI |} '''OUTPUT''' Command output in the following format: "%s\n", imei '''EXAMPLE'''<syntaxhighlight lang="text"> ~# GetIMEI 1 895825000699682 </syntaxhighlight>") |
m (added Category:R2D2 using HotCat) |
||
Line 21: | Line 21: | ||
895825000699682 | 895825000699682 | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:R2D2]] |
Revision as of 09:33, 2 April 2025
This command gets module IMEI number for the specified GSM port.
COMMAND
Command | Line Arguments | Returns |
---|---|---|
GetIMEI | Port index | GSM port IMEI |
OUTPUT
Command output in the following format:
"%s\n", imei
EXAMPLE
~# GetIMEI 1
895825000699682