ImsiAttach: Difference between revisions
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 | This command allows to attach the SIM to the GSM network. | ||
'''COMMAND:''' | '''COMMAND:''' | ||
Line 7: | Line 7: | ||
!Returns | !Returns | ||
|- | |- | ||
| | |ImsiAttach | ||
|PortIndex | |PortIndex | ||
| | |[[R2D2 Error Codes|Error Code]] in case of error | ||
|} | |} | ||
'''OUTPUT:''' | '''OUTPUT:''' | ||
None. | |||
'''EXAMPLE:''' | '''EXAMPLE:''' | ||
~# | ~#IMSIAttach 0 | ||
OK | |||
~# 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