New pages
Jump to navigation
Jump to search
- 09:34, 2 April 2025 GetPinLockStatus (hist | edit) [443 bytes] Administrator (talk | contribs) (Created page with "This command gives the status of the pin code lock on the SIM. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetPinLockStatus''' |Port index |PIN locking status |} '''OUTPUT''' PinLock status in the following format: "%s\n", status '''EXAMPLE'''<syntaxhighlight lang="text"> ~# GetPinLockStatus 0 PIN LOCK ENABLED ~# GetPinLockStatus 1 PIN LOCK DISABLED </syntaxhighlight>") Tag: Visual edit
- 09:33, 2 April 2025 GetIMEI (hist | edit) [378 bytes] Administrator (talk | contribs) (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>") Tag: Visual edit
- 09:31, 2 April 2025 EnterPUKCode (hist | edit) [376 bytes] Administrator (talk | contribs) (Created page with "This command allows to enter a PUK code. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''EnterPUKCode''' |Port index, PIN code, PUK code |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# EnterPUKCode 0 "12345678" "1234" OK </syntaxhighlight>") Tag: Visual edit
- 09:29, 2 April 2025 EnablePinLock (hist | edit) [366 bytes] Administrator (talk | contribs) (Created page with "This command activates pin code lock on the SIM. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''DisablePinLock''' |Port index, PINCode |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# DisablePinLock 0 "1234" OK </syntaxhighlight> Category:R2D2 Category:SIM") Tag: 2017 source edit
- 09:27, 2 April 2025 DisablePinLock (hist | edit) [369 bytes] Administrator (talk | contribs) (Created page with "This command suppresses pin code lock on the SIM. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''SendMms''' |Port index, Destination number, FilePath1, [FilePath2, FilePath3, FilePath4, Subject, Timeout, CcNUmbers, BccNUmbers] |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# SendSMmsText 0 0612345678 "/mnt/sdcard/data/testmms" SMS SENT </syntaxhighlight> Category:R2D...") Tag: 2017 source edit
- 09:24, 2 April 2025 SendMmsMessage (hist | edit) [2,222 bytes] Administrator (talk | contribs) (Created page with "This command sends a specified MMS message from the specified GSM port. Data session should be UP on the specified GSM port with appropriate APN and MMS parameters set to send MMS out. MMS message is composed from the content of the specified media files that cab be of the following File Type: UTF8, UTF16, UCS2, US_ASCII, JPEG, GIF, TIFF, PNG, WBMP, SMIL or SPECIFIC. Up to four media files can be specified. All email and number parameters can contain multiple addresses...") Tag: Visual edit
- 09:18, 2 April 2025 SetMmsParameters (hist | edit) [499 bytes] Administrator (talk | contribs) (Created page with "This command sets MMS Center address, MMS proxy address, MMS expiration time and sending timeout for the specified GSM port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''SetMmsParameters''' |Port index, MMSC URL, [MMS Proxy Expiry, Timeout] |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# SetMmsParameters 0 "http://mmsc.mobilecompany.org/" </syntaxhighlight>") Tag: Visual edit
- 09:16, 2 April 2025 SendMmsTextAndWaitDelivery (hist | edit) [1,128 bytes] Administrator (talk | contribs) (Created page with "This command sends a specified MMS message from the specified GSM port. Data session should be UP on the specified GSM port with appropriate APN and MMS parameters set to send MMS out. This command sends MMS text to the specified destination number, with specified text (entered between double quotes, coded as UTF-8), from the specified GSM port. The MMS title can be specified as an optional parameter. For this MMS the Delivery Report is requested. Command waits until...") Tag: Visual edit
- 09:12, 2 April 2025 SendMmsText (hist | edit) [930 bytes] Administrator (talk | contribs) (Created page with " This command sends a specified MMS message from the specified GSM port. Data session should be UP on the specified GSM port with appropriate APN and MMS parameters set to send MMS out. This command sends MMS to the specified destination number, with specified text (entered between double quotes, coded as UTF-8), from the specified GSM port. The MMS title can be specified as an optional parameter. Command exits as soon as the MMS is submitted to MMSC. '''COMMAND''' {|...") Tag: 2017 source edit
- 09:08, 2 April 2025 SendMmsAndWaitDelivery (hist | edit) [929 bytes] Administrator (talk | contribs) (Created page with " This command allows to accept an incoming call once presented on the specified port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |AcceptCall |PortIndex |Error Code in case of error. |} '''OUTPUT''' Command status: <br> "%s\n", status (CONNECTED or NO INCOMING CALL) '''EXAMPLE''' <syntaxhighlight lang="text"> ~# AcceptCall 0<br> CONNECTED<br> ~# AcceptCall 2<br> NO INCOMING CALL </syntaxhighlight> Category:R2D2|R2...") Tag: 2017 source edit
- 09:06, 2 April 2025 SendMms (hist | edit) [800 bytes] Administrator (talk | contribs) (Created page with "This command sends a specified MMS message from the specified GSM port. Data session should be UP on the specified GSM port with appropriate APN and MMS parameters set to send MMS out. MMS is sent to the specified destination number, with up to 4 media files. This command allows optionally to set a subject and CC number and BCC back as destinations. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''SendMms''' |Port index, Destination number...") Tag: Visual edit
- 22:32, 1 April 2025 SetUSSDTimeout (hist | edit) [385 bytes] Administrator (talk | contribs) (Created page with "This command sets the USSD Timeout value for the specified GSM port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''SetUSSDTimeout''' |PortIndex, USSD Timeout |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# SetUSSDTimeout 0 60 </syntaxhighlight>") Tag: Visual edit
- 22:31, 1 April 2025 SendUSSDCommand (hist | edit) [483 bytes] Administrator (talk | contribs) (Created page with "This command sends specified USSD string to the existing USSD session on the specified GSM port. Optional character set can be specified (GSM, HEX or UCS2). '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''SendUSSDCommand''' |PortIndex, USSD String, charset |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# SendUSSDCommand 0 "2" </syntaxhighlight>") Tag: Visual edit
- 22:29, 1 April 2025 OpenUSSDSession (hist | edit) [487 bytes] Administrator (talk | contribs) (Created page with "This command opens a new USSD session and sends specified USSD string on the specified GSM port. Optional character set can be specified (GSM, HEX or UCS2) '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''OpenUSSDSession''' |PortIndex, USSD string, charset |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# OpenUSSDSession 0 "*111#" </syntaxhighlight>") Tag: Visual edit
- 22:28, 1 April 2025 GetUSSDTimeout (hist | edit) [386 bytes] Administrator (talk | contribs) (Created page with "This command gets the USSD Timeout value for the specified GSM port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetUSSDTimeout''' |PortIndex |USSD Timeout |} '''OUTPUT''' Command output in the following format: "%d\n", timeout '''EXAMPLE'''<syntaxhighlight lang="text"> ~# GetUSSDTimeout 0 60 </syntaxhighlight>") Tag: Visual edit
- 22:26, 1 April 2025 GetUSSDResponse (hist | edit) [826 bytes] Administrator (talk | contribs) (Created page with "This command gets response from the existing USSD session on the specified GSM port. Command waits until USSD response is received or optional timeout (entered in seconds) expired or general timeout expired. Response text is displayed as GSM7 or UCS2 coded string. In the case of UCS2 coding each character is displayed as 2 hexadecimal digits. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetUSSDResponse''' |PortIndex, [Timeout] |USSD respon...") Tag: Visual edit
- 22:24, 1 April 2025 GetUSSDPush (hist | edit) [764 bytes] Administrator (talk | contribs) (Created page with "This command gets USSD data pushed by Network to the specified GSM port. Optional flag can be specified to remove this received data from port internal buffer. Response text is displayed as GSM7 or UCS2 coded string. In the case of UCS2 coding each character is displayed as 2 hexadecimal digits. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetUSSDPush''' |PortIndex, [ResetFlag] |USSD data string |} '''OUTPUT''' USSD...") Tag: Visual edit
- 22:22, 1 April 2025 CloseUSSDSession (hist | edit) [376 bytes] Administrator (talk | contribs) (Created page with "This command closes the existing USSD session on the specified GSM port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''CloseUSSDSession''' |PortIndex |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# CloseUSSDSession 0 </syntaxhighlight>") Tag: Visual edit
- 22:21, 1 April 2025 SwitchCall (hist | edit) [553 bytes] Administrator (talk | contribs) (Created page with "This command enables or disables call waiting supplementary service for the specified GSM port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''SwitchCall''' |PortIndex |Call State |} '''OUTPUT''' GSM port waiting calls state in the following format: "Call 1 : %s\nCall 2: %s\n", 1stcall_state, 2ndcall_state '''EXAMPLE'''<syntaxhighlight lang="text"> ~# SwitchCall 0 Call 1 : HELD Call 2 : CONNECTED ~# SwitchCall 1 Call 1 : HELD Call 2 :...") Tag: Visual edit
- 22:19, 1 April 2025 SetCallWaiting (hist | edit) [562 bytes] Administrator (talk | contribs) (Created page with "This command enables or disables call waiting supplementary service for the specified GSM port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''SetCallWaiting''' |PortIndex, Call Waiting flag |Error Code in case of error. |} '''OUTPUT''' GSM port callwaiting status in the following format: "%s\n", callwaiting_status '''EXAMPLE'''<syntaxhighlight lang="text"> ~# SetCallWaiting 0 ENABLE ENABLED ~# SetCallWaiting 0 DIS...") Tag: Visual edit
- 22:18, 1 April 2025 RegisterCallForwarding (hist | edit) [936 bytes] Administrator (talk | contribs) (Created page with "This command registers and enables call forwarding for the specified GSM port, under specified conditions, on the specified phone number, for optional specified call class. Condition could be UNCONDITIONAL, BUSY, NO_REPLY, NOT_REACHABLE, ALL or ALL_CONDITIONAL, and for NO_REPLY the delay time (in seconds) should be specified. Call class could be VOICE, DATA, FAX, SMS, ALL_CALLS or ALL. If call class is omitted call forwarding will be set for ALL. '''COMMAND''' {| class...") Tag: Visual edit
- 22:16, 1 April 2025 GetCallWaiting (hist | edit) [538 bytes] Administrator (talk | contribs) (Created page with "This command writes to the standard output the call waiting supplementary service status (ENABLED or DISABLED) of the specified GSM port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetCallWaiting''' |PortIndex |CallWaiting status |} '''OUTPUT''' GSM port callwaiting status in the following format: "%s\n", callwaiting_status '''EXAMPLE'''<syntaxhighlight lang="text"> ~# GetCallWaiting 0 DISABLED ~# GetCallWaiting 1 ENABLED </syntaxhi...") Tag: Visual edit
- 22:14, 1 April 2025 GetCallBarringStatus (hist | edit) [527 bytes] Administrator (talk | contribs) (Created page with "This command writes to the standard output the call barring status. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetCallBarringStatus''' |PortIndex |Error Code in case of error. |} '''OUTPUT''' GSM port barring call information in the following format: "%s\n%s\n%s\n", voice_facility, data_facility, fax_facility '''EXAMPLE'''<syntaxhighlight lang="text"> ~# GetCallBarringStatus 0 BAOC NONE BAIC </syntaxhighlight>") Tag: Visual edit
- 22:13, 1 April 2025 EnableCallForwarding (hist | edit) [872 bytes] Administrator (talk | contribs) (Created page with "This command enables call forwarding for the specified GSM port, under specified conditions, for optional specified call class. Condition could be UNCONDITIONAL, BUSY, NO_REPLY, NOT_REACHABLE, ALL or ALL_CONDITIONAL. Call class could be VOICE, DATA, FAX, SMS, ALL_CALLS or ALL. If call class is omitted call forwarding will be enabled for ALL. Prior to enable or disable call forwarding in has to be registered using RegisterCallForwarding command. '''COMMAND''' {| class="...") Tag: Visual edit
- 22:12, 1 April 2025 EnableCallBarring (hist | edit) [699 bytes] Administrator (talk | contribs) (Created page with "This command enables call barring for the specified GSM port, under the specified lock type and for optional specified call class. Lock type could be BAOC, BOIC, BOIC_EX, BAIC or BIC_RO. Call class could be VOICE, DATA, FAX, ALL_CALLS or ALL. If call class is omitted call forwarding will be set for ALL. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''EnableCallBarring''' |PortIndex, Lock type, [class] |Error Code in cas...") Tag: Visual edit
- 22:10, 1 April 2025 DisableCallForwarding (hist | edit) [878 bytes] Administrator (talk | contribs) (Created page with "This command disables call forwarding for the specified GSM port, under specified conditions, for optional specified call class. Condition could be UNCONDITIONAL, BUSY, NO_REPLY, NOT_REACHABLE, ALL or ALL_CONDITIONAL. Call class could be VOICE, DATA, FAX, SMS, ALL_CALLS or ALL. If call class is omitted call forwarding will be disabled for ALL. Prior to enable or disable call forwarding in has to be registered using RegisterCallForwarding command. '''COMMAND''' {| class...") Tag: Visual edit
- 22:07, 1 April 2025 DisableCallBarring (hist | edit) [399 bytes] Administrator (talk | contribs) (Created page with " This command allows to accept an incoming call once presented on the specified port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |AcceptCall |PortIndex |Error Code in case of error. |} '''OUTPUT''' Command status: <br> "%s\n", status (CONNECTED or NO INCOMING CALL) '''EXAMPLE''' <syntaxhighlight lang="text"> ~# AcceptCall 0<br> CONNECTED<br> ~# AcceptCall 2<br> NO INCOMING CALL </syntaxhighlight> Category:SMS|R2D...") Tag: 2017 source edit
- 22:04, 1 April 2025 ClearCallForwarding (hist | edit) [564 bytes] Administrator (talk | contribs) (Created page with "This command allows to accept an incoming call once presented on the specified port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''ClearCallForwarding''' |PortIndex, Forward condition, [ Call class ] |Error Code in case of error. |} '''OUTPUT''' Command status: "%s\n", status (CONNECTED or NO INCOMING CALL) '''EXAMPLE'''<syntaxhighlight lang="text"> ~# ClearCallForwarding 0 UNCONDITIONAL ALL ~# ClearCallForwarding 1...") Tag: Visual edit
- 22:02, 1 April 2025 CheckForwardings (hist | edit) [977 bytes] Administrator (talk | contribs) (Created page with "This command checks call forwarding for the specified GSM port, for 4 conditions BUSY, NO_REPLY, NOT_REACHABLE and UNCONDITIONAL, for optional specified call class. Call class could be VOICE, DATA, FAX, SMS, ALL_CALLS or ALL. If call class is omitted call forwarding will be check for ALL. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''CheckForwardings''' |<nowiki>PortIndex, |Call class ]</nowiki> |Forward Status - R2D2 Error Codes|Error Co...") Tag: Visual edit
- 22:00, 1 April 2025 CheckCallForwarding (hist | edit) [862 bytes] Administrator (talk | contribs) (Created page with "This command checks call forwarding for the specified GSM port, under specified conditions, for optional specified call class. Condition could be UNCONDITIONAL, BUSY, NO_REPLY, NOT_REACHABLE, ALL or ALL_CONDITIONAL. Call class could be VOICE, DATA, FAX, SMS, ALL_CALLS or ALL. If call class is omitted call forwarding will be check for ALL. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''CheckCallForwarding''' |PortIndex, Forward condition, [...") Tag: Visual edit
- 21:58, 1 April 2025 GetVolteStatus (hist | edit) [514 bytes] Administrator (talk | contribs) (Created page with "This command shows the IMS and VoLTE connection status. It displays also, the connection APN and the IPv4 or IPv6 address. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetVolteStatus''' |PortIndex |Error Code in case of error. |} '''OUTPUT''' Command status '''EXAMPLE'''<syntaxhighlight lang="text"> ~ # GetVolteStatus 0 IMS : ENABLED VoLTE: READY APN : ims IP : 2a04:cec0:9ea:e4b5:0:55:72cc:4201 </syntaxhighlight>") Tag: Visual edit
- 21:49, 1 April 2025 WaitVolteRegistration (hist | edit) [411 bytes] Administrator (talk | contribs) (Created page with "This command allows to wait until VoLTE registration is done. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''WaitVolteRegistration''' |PortIndex,TimeoutVolteMode |Error Code in case of error. |} '''OUTPUT''' Command status '''EXAMPLE'''<syntaxhighlight lang="text"> ~# WaitVolteRegistration 0 180 OK </syntaxhighlight>") Tag: Visual edit
- 21:48, 1 April 2025 UploadMbnFile (hist | edit) [520 bytes] Administrator (talk | contribs) (Created page with "This command uploads LTE configuration MBN file and adds it to the list of LTE profiles for the specified LTE port. It is available only for the LTE ports equipped with Quectel modems. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''UploadMbnFile''' |PortIndex,MbnFile |Error Code in case of error. |} '''OUTPUT''' Command status '''EXAMPLE'''<syntaxhighlight lang="text"> ~# UploadMbnFile 0 bouygues.mbn OK </syntaxhig...") Tag: Visual edit
- 21:47, 1 April 2025 GetVolteParameters (hist | edit) [484 bytes] Administrator (talk | contribs) (Created page with "This command shows the VoLTE parameters configured for a specific port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetVolteParameters''' |PortIndex |Error Code in case of error. |} '''OUTPUT''' Command status '''EXAMPLE'''<syntaxhighlight lang="text"> ~ # GetVolteParameters 1 VolteMode: VOLTE APN: ims Username: Password: AuthType: NONE PDPType: IPV4 MbnProfile: AUTO </syntaxhighlight>") Tag: Visual edit
- 21:45, 1 April 2025 GetMbnList (hist | edit) [1,693 bytes] Administrator (talk | contribs) (Created page with "This command gets a list of the LTE configuration MBN profiles for the specified LTE port. It is available only for the LTE ports equipped with Quectel modems. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetMbnList''' |PortIndex |Error Code in case of error. |} '''OUTPUT''' List of the LTE configuration MBN profiles '''EXAMPLE'''<syntaxhighlight lang="text"> ~# GetMbnList 4 +QMBNCFG: "List",0,1,1,"ROW_Generic_3GPP"...") Tag: Visual edit
- 21:43, 1 April 2025 ConfigureVolte (hist | edit) [479 bytes] Administrator (talk | contribs) (Created page with "This command selects LTE MBN profile for the specified LTE port. It is available only for the LTE ports equipped with Quectel modems. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''ConfigureVolte''' |PortIndex, Profile |Error Code in case of error. |} '''OUTPUT''' Command status '''EXAMPLE'''<syntaxhighlight lang="text"> ~# ConfigureVolte 0 Bouygues_France_VoLTE OK </syntaxhighlight>") Tag: Visual edit
- 21:39, 1 April 2025 SetServingCell (hist | edit) [1,695 bytes] Administrator (talk | contribs) (Created page with "This command locks specified GSM port to the specified Cell, for the specified Access Technology. The serving cell is defined by the channel (ARFCN on 2G, UARCFN on 3G and EARCFN on 4G), and optionally by cell identity (BSIC on 2G, PSC on 3G and PCID on 4G). This command is available only on the Sierra Wireless and Quectel GSM adapters. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''SetServingCell''' |PortIndex,Access Technology, Channel, [C...") Tag: Visual edit
- 21:37, 1 April 2025 SetAccessTechnology (hist | edit) [506 bytes] Administrator (talk | contribs) (Created page with "This command allows to limit registration on a specific Mobile Network Access Technology. Access Technology could be one of Mobile Network Access Technology value. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''SetAccessTechnology''' |PortIndex, AccessTechnology |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# SetAccessTechnology 0 LTE ~# OK </syntaxhighlight>") Tag: Visual edit
- 21:35, 1 April 2025 SelectGsmOperator (hist | edit) [772 bytes] Administrator (talk | contribs) (Created page with "This command selects the GSM operator and operator selection mode for the specified GSM port. Mode can be AUTOMATIC, MANUAL and MANUAL_AUTOMATIC. If mode is AUTOMATIC PLMN parameter is omitted. The parameter Access Technology allows to force the registration on a specific technology of the PLMN. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''SelectGsmOperator''' |PortIndex, Operator selection mode, [Operator PLMN [Access Technology]] |R2D2...") Tag: Visual edit
- 21:33, 1 April 2025 SelectGsmBand (hist | edit) [538 bytes] Administrator (talk | contribs) (Created page with "This command selects the GSM/WCDMA band for the specified GSM port. Band can be AUTO, GSM850, GSM900, GSM1800, GSM1900, WCDMA800, WCDMA850, WCDMA900, WCDMA1900 or WCDMA2100. This command is not available on all GSM adapters. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''SelectGsmBand''' |PortIndex,Band |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# SelectGsmBand 0 GS...") Tag: Visual edit
- 21:31, 1 April 2025 GetServingCellInfoVerbose (hist | edit) [1,794 bytes] Administrator (talk | contribs) (Created page with "This command writes to the standard output GSM Cell information, in the format specific for GSM port, for the serving cell on the specified GSM port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetServingCellInfoVerbose''' |PortIndex |Serving Cell Info in GSM module format |} '''OUTPUT''' Command output in the following format; On GSM port, for 4G access technology: "state,rat,is_tdd,mcc,mnc,cellid,pcid,earfcn,freq_band_ind,ul_bandwi...") Tag: Visual edit
- 21:28, 1 April 2025 GetServingCellInfo (hist | edit) [852 bytes] Administrator (talk | contribs) (Created page with " This command allows to accept an incoming call once presented on the specified port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |AcceptCall |PortIndex |Error Code in case of error. |} '''OUTPUT''' Command status: <br> "%s\n", status (CONNECTED or NO INCOMING CALL) '''EXAMPLE''' <syntaxhighlight lang="text"> ~# AcceptCall 0<br> CONNECTED<br> ~# AcceptCall 2<br> NO INCOMING CALL </syntaxhighlight> Category:SMS|R2D...") Tag: 2017 source edit
- 21:26, 1 April 2025 GetNeighborCellsInfoVerbose (hist | edit) [2,758 bytes] Administrator (talk | contribs) (Created page with "This command writes to the standard output GSM Cell information, in the format specific for GSM port, for the neighbor cells on the specified GSM port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetNeighborCellsInfoVerbose''' |PortIndex |Neighbor Cells Info in GSM module format |} '''OUTPUT''' Command output in the following format (for each Cell); for 4G access technology: "rat,earfcn,pcid,rsrq,rsrp,rssi,sinr,srxlev,cell_resel_prio...") Tag: Visual edit
- 21:24, 1 April 2025 GetNeighborCellsInfo (hist | edit) [1,012 bytes] Administrator (talk | contribs) (Created page with "This command writes to the standard output Neighbor Cells information for the neighbor cells on the specified GSM port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetNeighborCellsInfo''' |PortIndex |Neighbor Cells Info (Access Technology, signal level, RSSI, channel, PLMN, BSIC, PSC, RSCP, EcIo) |} '''OUTPUT''' Command output in the following format: "%s %d %d %d %s %d %d %d %f\n", access_technology, signal_level,rssi, channel, plmn...") Tag: Visual edit
- 21:21, 1 April 2025 GetGsmOperatorList (hist | edit) [574 bytes] Administrator (talk | contribs) (Created page with " This command allows to accept an incoming call once presented on the specified port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |AcceptCall |PortIndex |Error Code in case of error. |} '''OUTPUT''' Command status: <br> "%s\n", status (CONNECTED or NO INCOMING CALL) '''EXAMPLE''' <syntaxhighlight lang="text"> ~# AcceptCall 0<br> CONNECTED<br> ~# AcceptCall 2<br> NO INCOMING CALL </syntaxhighlight> Category:SMS|R2D...") Tag: 2017 source edit
- 21:18, 1 April 2025 GetGsmNetworkList (hist | edit) [739 bytes] Administrator (talk | contribs) (Created page with " This command allows to accept an incoming call once presented on the specified port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |AcceptCall |PortIndex |Error Code in case of error. |} '''OUTPUT''' Command status: <br> "%s\n", status (CONNECTED or NO INCOMING CALL) '''EXAMPLE''' <syntaxhighlight lang="text"> ~# AcceptCall 0<br> CONNECTED<br> ~# AcceptCall 2<br> NO INCOMING CALL </syntaxhighlight> Category:SMS|R2D...") Tag: 2017 source edit
- 21:17, 1 April 2025 GetGsmCurrentOperator (hist | edit) [531 bytes] Administrator (talk | contribs) (Created page with "This command gets the PLMN (MCC and MNC) of the current GSM operator, and the actual operator selection mode. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetGsmCurrentOperator''' |PortIndex |Operator selection mode, Operator PLMN |} '''OUTPUT''' GSM port operator selection mode and GSM operator PLMN: "%s %s %s\n", mode, plmn, status '''EXAMPLE'''<syntaxhighlight lang="text"> ~# GetGsmCurrentOperator 0 AUTOMATIC 20810 REGISTERED <...") Tag: Visual edit
- 21:12, 1 April 2025 GetDedicatedChannelInfo (hist | edit) [755 bytes] Administrator (talk | contribs) (Created page with " This command allows to accept an incoming call once presented on the specified port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |AcceptCall |PortIndex |Error Code in case of error. |} '''OUTPUT''' Command status: <br> "%s\n", status (CONNECTED or NO INCOMING CALL) '''EXAMPLE''' <syntaxhighlight lang="text"> ~# AcceptCall 0<br> CONNECTED<br> ~# AcceptCall 2<br> NO INCOMING CALL </syntaxhighlight> Category:SMS|R2D...") Tag: 2017 source edit
- 21:11, 1 April 2025 GetAccessTechnology (hist | edit) [693 bytes] Administrator (talk | contribs) (Created page with "This command gets Mobile Network Access Technology. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetAccessTechnology''' |PortIndex |Mobile Network Access Technology |} '''OUTPUT''' Command output in the following format: "%s\n", access_technology (AUTOMATIC | UMTS | GSM | UMTS_PREFERRED | GSM_PREFERRED | GSM_UMTS | LTE | GSM_UMTS_LTE | CDMA_HRDP_GSM_UMTS_LTE | CDMA | HRDP | CDMA_HRDP | CDMA_LTE | HRDP_LTE | CDMA_HRDP_LTE | CDMA_GSM_U...") Tag: Visual edit
- 21:06, 1 April 2025 StopPcapTrace (hist | edit) [411 bytes] Administrator (talk | contribs) (Created page with " This command starts a data packets capture on the specified GSM port. Data session should be active. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |StartPcapTrace |PortIndex,FilePath |Error Code in case of error. |} '''OUTPUT'''<br>None '''EXAMPLE''' <syntaxhighlight lang="text"> ~# StartPcapTrace 1 /mnt/sdcard/tmp/traces/log1.cap DATA LINK IS DOWN ~# StartPcapTrace 0 /mnt/sdcard/tmp/traces/log0.cap OK </syntaxhighli...") Tag: 2017 source edit