Changes

428 bytes added ,  13:50, 30 July 2018
Line 156: Line 156:  
'''Example''': obtaining the modem's IMEI:
 
'''Example''': obtaining the modem's IMEI:
   −
  root@Teltonika:~# gsmctl <span style="color:blue;">-</span>
+
  root@Teltonika:~# gsmctl <span style="color:blue;">-i</span>
  <span style="color:red;"></span>
+
  <span style="color:red;">990000862471854</span>
    
'''Possible responses''':
 
'''Possible responses''':
* a 15 digit sequences of decimal numbers
+
* a 15 digit sequence of decimal numbers
 +
 
    
===Get SIM ICCID===
 
===Get SIM ICCID===
 
----
 
----
To obtain the , use '''''-''''' or '''''--''''' options.
+
To obtain the Integrated Circuit Card Identifier (ICCID) of the SIM card that is currently in use, use '''''-J''''' or '''''--iccid''''' options.
    
'''Usage syntax''':
 
'''Usage syntax''':
   −
  gsmctl <span style="color:blue;">-</span>, <span style="color:blue;">--</span>
+
  gsmctl <span style="color:blue;">-J</span>, <span style="color:blue;">--iccid</span>
   −
'''Example''': obtaining the  
+
'''Example''': obtaining the ICCID of the SIM card in use:
   −
  root@Teltonika:~# gsmctl <span style="color:blue;">-</span>
+
  root@Teltonika:~# gsmctl <span style="color:blue;">-J</span>
  <span style="color:red;"></span>
+
  <span style="color:red;">89310410106543789301</span>
    
'''Possible responses''':
 
'''Possible responses''':
*  
+
* a 19 or 20 digit sequence of decimal numbers
       
===Get device model===
 
===Get device model===
 
----
 
----
To obtain the , use '''''-''''' or '''''--''''' options.
+
To obtain the , use '''''-m''''' or '''''--model''''' options.
    
'''Usage syntax''':
 
'''Usage syntax''':
   −
  gsmctl <span style="color:blue;">-</span>, <span style="color:blue;">--</span>
+
  gsmctl <span style="color:blue;">-m</span>, <span style="color:blue;">--model</span>
   −
'''Example''': obtaining the  
+
'''Example''': obtaining the modem's model name
   −
  root@Teltonika:~# gsmctl <span style="color:blue;">-</span>
+
  root@Teltonika:~# gsmctl <span style="color:blue;">-m</span>
  <span style="color:red;"></span>
+
  <span style="color:red;">model_name</span>
    
'''Possible responses''':
 
'''Possible responses''':
*  
+
* An string of ASCII characters representing the model name
       
===Get device manufacturer===
 
===Get device manufacturer===
 
----
 
----
To obtain the , use '''''-''''' or '''''--''''' options.
+
To obtain the , use '''''-w''''' or '''''--manuf''''' options.
    
'''Usage syntax''':
 
'''Usage syntax''':
   −
  gsmctl <span style="color:blue;">-</span>, <span style="color:blue;">--</span>
+
  gsmctl <span style="color:blue;">-w</span>, <span style="color:blue;">--manuf</span>
   −
'''Example''': obtaining the  
+
'''Example''': obtaining the modem's manufacturer's name:
   −
  root@Teltonika:~# gsmctl <span style="color:blue;">-</span>
+
  root@Teltonika:~# gsmctl <span style="color:blue;">-w</span>
  <span style="color:red;"></span>
+
  <span style="color:red;">manufacturers_name</span>
    
'''Possible responses''':
 
'''Possible responses''':
*  
+
* An string of ASCII characters representing the manufacturer's name
     

Navigation menu