New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Show redirects
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)
  • 21:37, 1 April 2025SetAccessTechnology (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 2025SelectGsmOperator (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 2025SelectGsmBand (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 2025GetServingCellInfoVerbose (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 2025GetServingCellInfo (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 2025GetNeighborCellsInfoVerbose (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 2025GetNeighborCellsInfo (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 2025GetGsmOperatorList (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 2025GetGsmNetworkList (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 2025GetGsmCurrentOperator (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 2025GetDedicatedChannelInfo (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 2025GetAccessTechnology (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 2025StopPcapTrace (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
  • 21:02, 1 April 2025StartPcapTrace (hist | edit) ‎[518 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:01, 1 April 2025SetGeneralTimeout (hist | edit) ‎[423 bytes]Administrator (talk | contribs) (Created page with "This command sets general timeout (in seconds) for all R2D2 API commands that are executed on the Mobile Robot. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''SetGeneralTimeout''' |Timeout |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# SetGeneralTimeout 300 </syntaxhighlight>") Tag: Visual edit
  • 20:55, 1 April 2025GetListOfApiFunctions (hist | edit) ‎[558 bytes]Administrator (talk | contribs) (Created page with "This command writes to the standard output version of the R2D2 API software. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |GetGsmRobotApiVersion |Nonce |R2D2 API version |} '''OUTPUT''' R2D2 API software version '''EXAMPLE'''<syntaxhighlight lang="text"> ~# GetGsmRobotApiVersion 01.00 </syntaxhighlight> Category:R2D2 Category:GENERAL") Tag: 2017 source edit
  • 20:53, 1 April 2025GetGsmRobotApiVersion (hist | edit) ‎[378 bytes]Administrator (talk | contribs) (Created page with "This command writes to the standard output version of the R2D2 API software. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |GetGsmRobotApiVersion |Nonce |R2D2 API version |} '''OUTPUT''' R2D2 API software version '''EXAMPLE'''<syntaxhighlight lang="text"> ~# GetGsmRobotApiVersion 01.00 </syntaxhighlight>") Tag: Visual edit
  • 20:49, 1 April 2025GetGsmPortStatus (hist | edit) ‎[673 bytes]Administrator (talk | contribs) (Created page with "This command sets/gets GSM auto registration mode. If it is enabled GSM port will automatically try to register to GSM network, otherwise will wait explicit command (SelectGsmOperator) in order to do this. If mode parameter is not specified command will return current auto registration mode. '''COMMAND:''' {| class="wikitable" !Command !Input Arguments !Returns |- |GsmRegistrationMode |Port index, [Registration mode] |Command status or the actual Registration mode...") Tag: 2017 source edit
  • 20:47, 1 April 2025GetGeneralTimeout (hist | edit) ‎[472 bytes]Administrator (talk | contribs) (Created page with "This command get the general timeout (in seconds). General timer is used as a general timer on any R2D2 API commands '''COMMAND''' {| class="wikitable" !Command !Input Arguments !Returns |- |'''GetGeneralTimeout''' | |Timeout. Error code in case of error. |} '''OUTPUT''' General timer set for this Mobile Robot: "%d", GeneralTimeout '''EXAMPLE'''<syntaxhighlight lang="text"> ~# GetGeneralTimeout ~# 300 </syntaxhighlight>") Tag: Visual edit
  • 20:42, 1 April 2025GetCallState (hist | edit) ‎[597 bytes]Administrator (talk | contribs) (Created page with "This command reports to the standard output the call state on the specified GSM port '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |AcceptCall |PortIndex |Call State - Error Code in case of error. |} '''OUTPUT''' Command status: GSM port call state (IDLE, DIALING, DIALED, ALERTING, CONNECTED, DISCONNECTING, INCOMING or HELD) in the following format: “%s\n%s\n”, call1_state, call2_state '''EXAMPLE'''<syntaxhighlight la...") Tag: Visual edit
  • 20:36, 1 April 2025GetCallInfo (hist | edit) ‎[754 bytes]Administrator (talk | contribs) (Created page with "This places an AT Command to the specified modem port. '''COMMAND:''' {| class="wikitable" !Command !Input Arguments !Returns |- |SendAtCommand |Port index ATCommand (*) |Issue an AT Command to the specified module. |} (*) Note that the ATCommand must be entered with quotes if the AT Command itself includes double quotes or spaces. See below. '''OUTPUT:''' Response from the modem to the AT command. '''EXAMPLE:'''<syntaxhighlight lang="text"> ~# SendAtCommand 0, "A...") Tag: 2017 source edit
  • 20:32, 1 April 2025ExecuteShellCommand (hist | edit) ‎[547 bytes]Administrator (talk | contribs) (Created page with "This places an AT Command to the specified modem port. '''COMMAND:''' {| class="wikitable" !Command !Input Arguments !Returns |- |SendAtCommand |Port index ATCommand (*) |Issue an AT Command to the specified module. |} (*) Note that the ATCommand must be entered with quotes if the AT Command itself includes double quotes or spaces. See below. '''OUTPUT:''' Response from the modem to the AT command. '''EXAMPLE:'''<syntaxhighlight lang="text"> ~# SendAtCommand 0, "A...") Tag: 2017 source edit
  • 20:26, 1 April 2025StreamVideo (hist | edit) ‎[633 bytes]Administrator (talk | contribs) (Created page with " This command executes HTTP method on the specified GSM port. It requires an active connection to HTTP server on the specified GSM port. HTTP method can be GET, PUT, DELETE or POST. Input file path is used for PUT and POST methods, output file path is used for GET, DELETE and POST methods. If any of required parameter is not needed it can be specified as NULL string (""). Optional HTTP header name and value should be specified always in pair. Up to 12 HTTP headers...") Tag: 2017 source edit
  • 20:23, 1 April 2025SpeedTest (hist | edit) ‎[700 bytes]Administrator (talk | contribs) (Created page with "This command executes HTTP method on the specified GSM port. It requires an active connection to HTTP server on the specified GSM port. HTTP method can be GET, PUT, DELETE or POST. Input file path is used for PUT and POST methods, output file path is used for GET, DELETE and POST methods. If any of required parameter is not needed it can be specified as NULL string (""). Optional HTTP header name and value should be specified always in pair. Up to 12 HTTP headers can...") Tag: Visual edit
  • 20:22, 1 April 2025SetFtpParameters (hist | edit) ‎[718 bytes]Administrator (talk | contribs) (Created page with "This command configures parameters for the connected FTP session on the specified GSM port. Data Type (TEXT or BINARY) and FTP Mode (ACTIVE or PASSIVE). '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''SetFtpParameters''' |PortIndex, [DataType, FTPType] |Error Code in case of error. |} '''OUTPUT''' Success or Error Message (See Data Commands Messages) '''EXAMPLE'''<syntaxhighlight lang="text"> ~# Set...") Tag: Visual edit
  • 20:13, 1 April 2025SendSmtpTextMessage (hist | edit) ‎[2,236 bytes]Administrator (talk | contribs) (Created page with " This command sends a specified Email message to SMTP server on the specified GSM port. It requires an active data session on the specified GSM por. Message is sent with the content from the specified file that should contain formatted SMTP data including headers (see <nowiki>RFC 2822</nowiki>). If any of required parameters is not needed it can be specified as NULL string (""). Sender Email address will be used in "MAIL From" SMTP message, Recipient Email Addres...") Tag: 2017 source edit
  • 20:08, 1 April 2025SendSmtpFileMessage (hist | edit) ‎[1,517 bytes]Administrator (talk | contribs) (Created page with " This command executes HTTP method on the specified GSM port. It requires an active connection to HTTP server on the specified GSM port. HTTP method can be GET, PUT, DELETE or POST. Input file path is used for PUT and POST methods, output file path is used for GET, DELETE and POST methods. If any of required parameter is not needed it can be specified as NULL string (""). Optional HTTP header name and value should be specified always in pair. Up to 12 HTTP headers...") Tag: 2017 source edit
  • 20:04, 1 April 2025SendFtpFile (hist | edit) ‎[899 bytes]Administrator (talk | contribs) (Created page with " This command executes HTTP method on the specified GSM port. It requires an active connection to HTTP server on the specified GSM port. HTTP method can be GET, PUT, DELETE or POST. Input file path is used for PUT and POST methods, output file path is used for GET, DELETE and POST methods. If any of required parameter is not needed it can be specified as NULL string (""). Optional HTTP header name and value should be specified always in pair. Up to 12 HTTP headers...") Tag: 2017 source edit
  • 19:56, 1 April 2025ReceivePopMessage (hist | edit) ‎[1,517 bytes]Administrator (talk | contribs) (Created page with " This command executes HTTP method on the specified GSM port. It requires an active connection to HTTP server on the specified GSM port. HTTP method can be GET, PUT, DELETE or POST. Input file path is used for PUT and POST methods, output file path is used for GET, DELETE and POST methods. If any of required parameter is not needed it can be specified as NULL string (""). Optional HTTP header name and value should be specified always in pair. Up to 12 HTTP headers...") Tag: 2017 source edit
  • 19:49, 1 April 2025ReceiveFtpFile (hist | edit) ‎[985 bytes]Administrator (talk | contribs) (Created page with " This command executes HTTP method on the specified GSM port. It requires an active connection to HTTP server on the specified GSM port. HTTP method can be GET, PUT, DELETE or POST. Input file path is used for PUT and POST methods, output file path is used for GET, DELETE and POST methods. If any of required parameter is not needed it can be specified as NULL string (""). Optional HTTP header name and value should be specified always in pair. Up to 12 HTTP headers...") Tag: 2017 source edit
  • 18:17, 1 April 2025GetNumberOfPopMessages (hist | edit) ‎[1,085 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 |- |GetNumberOfPopMessages |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> Cate...") Tag: 2017 source edit
  • 18:15, 1 April 2025GetDataCounters (hist | edit) ‎[486 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 |- |GetDataCounters |PortIndex,[APN] |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> Cate...") Tag: 2017 source edit
  • 18:08, 1 April 2025ExecuteHttpMethod (hist | edit) ‎[1,517 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 |- |ExecuteHttpMethod |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...") Tag: 2017 source edit
  • 17:57, 1 April 2025DisconnectFtp (hist | edit) ‎[497 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 |- |DisconnectFtp |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:DAT...") Tag: 2017 source edit
  • 17:45, 1 April 2025Data Messages (hist | edit) ‎[2,337 bytes]Administrator (talk | contribs) (Created page with "<includeonly>= Data Commands Status Message =</includeonly> * SUCCESS * NOT SUPPORTED * LINK IS DOWN * BAD PARAMETERS * TIMEOUT EXPIRED * FILE NOT FOUND * FTP ALREADY CONNECTED * FTP DISCONNECTED * INVALID OPTION * INVALID OPTION VALUE * NOT ENOUGH MEMORY * OPERATION NOT ALLOWED * DEVICE ALREADY OPEN * NETWORK INTERFACE NOT ALAILABLE * OPERATION NOT ALLOWED FOR BEARER * CONNECTION FAILED LINE BUSY * CONNECTION FAILED NO ANSWER * CONNECTION FAILED NO CARRIER * CONNECTION...") Tag: Visual edit
  • 17:37, 1 April 2025ConnectHttp (hist | edit) ‎[1,135 bytes]Administrator (talk | contribs) (Created page with " This command connects to a given FTP server on the specified GSM port. FTP server connection details are provided in parameters Prerequisites : Data link should be UP on the given port (See ConnectData) If any of required parameters is not needed it can be specified as empty string (""). Command returns once connection is established or optional timeout (entered in seconds) expired. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |ConnectFtp...") Tag: 2017 source edit
  • 17:31, 1 April 2025ConnectFtp (hist | edit) ‎[1,065 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 |- |ConnectFtp |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:Voice]...") Tag: 2017 source edit
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)