ImsiAttach: Difference between revisions

From Ultiroam User Docs
Jump to navigation Jump to search
(Created page with "This command writes to the standard output the modem information (manufacturer, model type, firmware version) of the specified GSM port. '''COMMAND:''' {| class="wikitable" !Command !Input Arguments !Returns |- |GetModemInfo |PortIndex |Modem info (Manufacturer, Model type, Firmware version) |} '''OUTPUT:''' GSM port call information in the following format:<br> “Manufacturer: %s\nModem type: %s\nFirmware version: %s\n”,manufacturer, model, version '''EXAMPLE:'''...")
Tag: 2017 source edit
 
No edit summary
Tag: 2017 source edit
Line 1: Line 1:
This command writes to the standard output the modem information (manufacturer, model type, firmware version) of the specified GSM port.
This command allows to attach the SIM to the GSM network.


'''COMMAND:'''
'''COMMAND:'''
Line 7: Line 7:
!Returns
!Returns
|-
|-
|GetModemInfo
|ImsiAttach
|PortIndex
|PortIndex
|Modem info (Manufacturer, Model type, Firmware version)
|[[R2D2 Error Codes|Error Code]] in case of error
|}
|}
'''OUTPUT:'''
'''OUTPUT:'''


GSM port call information in the following format:<br>
None.
“Manufacturer: %s\nModem type: %s\nFirmware version: %s\n”,manufacturer, model, version


'''EXAMPLE:'''
'''EXAMPLE:'''


~# GetModemInfo 0<BR>
~#IMSIAttach 0
Manufacturer: Quectel<BR>
 
Modem type: RM500Q-GL<BR>
OK
Firmware version: RM500QGLABR10A02M4G<BR>
 
~# IMSIAttach 1
 
IMSI NOT DETACHED<BR>

Revision as of 22:04, 14 May 2024

This command allows to attach the SIM to the GSM network.

COMMAND:

Command Input Arguments Returns
ImsiAttach PortIndex Error Code in case of error

OUTPUT:

None.

EXAMPLE:

~#IMSIAttach 0

OK

~# IMSIAttach 1

IMSI NOT DETACHED