StartGsmPort: Difference between revisions

From Ultiroam User Docs
Jump to navigation Jump to search
(Created page with "This command allows to attach a SIM to the GSM network. '''COMMAND:''' {| class="wikitable" !Command !Input Arguments !Returns |- |ImsiAttach |PortIndex |Error Code in case of error |} '''OUTPUT:''' None. '''EXAMPLE:''' ~#IMSIAttach 0 OK ~#IMSIAttach 1 IMSI NOT DETACHED<BR>")
Tag: 2017 source edit
 
No edit summary
Line 1: Line 1:
This command allows to attach a SIM to the GSM network.
This command starts the specified GSM port when a local sim card is used.


'''COMMAND:'''
'''COMMAND:'''
Line 7: Line 7:
!Returns
!Returns
|-
|-
|ImsiAttach
|StartGsmPort
|PortIndex
|PortIndex
|[[R2D2 Error Codes|Error Code]] in case of error
|[[R2D2 Error Codes|Error Code]] in case of error
Line 15: Line 15:
None.
None.


'''EXAMPLE:'''
'''EXAMPLE:'''<BR>~# StartGsmPort 0
 
~#IMSIAttach 0
 
OK
 
~#IMSIAttach 1
 
IMSI NOT DETACHED<BR>

Revision as of 22:45, 14 May 2024

This command starts the specified GSM port when a local sim card is used.

COMMAND:

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

OUTPUT:

None.

EXAMPLE:
~# StartGsmPort 0