GetIMEI: Difference between revisions

From Opale Wiki
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:SIM using HotCat)
 
(One intermediate revision by the same user not shown)
Line 21: Line 21:
895825000699682
895825000699682
</syntaxhighlight>
</syntaxhighlight>
[[Category:R2D2]]
[[Category:SIM]]

Latest 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