Szablon: Textcommands: Różnice pomiędzy wersjami
(Nie pokazano 15 pośrednich wersji utworzonych przez tego samego użytkownika) | |||
Linia 1: | Linia 1: | ||
This page contains the list of text commands supported by {{{model}}} {{{type}}} and its description. | This page contains the list of text commands supported by {{{model}}} {{{type}}} and its description. | ||
All below commands are available from 3.0.x modem firmware version. They can be send over USB, SMS or | All below commands are available from 3.0.x modem firmware version. They can be send over USB, SMS or Smart Manager. | ||
Special characters: | Special characters:<br> | ||
<EXT> - End of Text 0x03 character | <EXT> - End of Text 0x03 character<br> | ||
<CR> - Carriege Return 0x0D character | <CR> - Carriege Return 0x0D character<br> | ||
<LF> - Line Feed 0x0A character | <LF> - Line Feed 0x0A character | ||
'''NOTE:''' <CR><LF> characters can be omitted when the command is sent via SMS and | '''NOTE:''' <CR><LF> characters can be omitted when the command is sent via SMS and Smart Manager („Console” tab). | ||
==Device commands== | ==Device commands== | ||
Linia 77: | Linia 77: | ||
| Response | | Response | ||
| ------------------------------------------------------ | | ------------------------------------------------------ | ||
Sep 12:30:05 - x.x.x<CR><LF> | Sep 12:30:05 - x.x.x<CR><LF><br> | ||
Sep 12:30:08 - SIM ready<CR><LF> | Sep 12:30:08 - SIM ready<CR><LF><br> | ||
Sep 12:30:09 - Cfg port opened<CR><LF> | Sep 12:30:09 - Cfg port opened<CR><LF><br> | ||
Sep 12:30:11 - PDP activated<CR><LF> | Sep 12:30:11 - PDP activated<CR><LF> | ||
|- | |- | ||
| Response example | | Response example | ||
| ------------------------------------------------------ | | ------------------------------------------------------ | ||
Sep 12:30:05 - x.x.x<CR><LF> | Sep 12:30:05 - x.x.x<CR><LF><br> | ||
Sep 12:30:08 - SIM ready<CR><LF> | Sep 12:30:08 - SIM ready<CR><LF><br> | ||
Sep 12:30:09 - Cfg port opened<CR><LF> | Sep 12:30:09 - Cfg port opened<CR><LF><br> | ||
Sep 12:30:11 - PDP activated<CR><LF> | Sep 12:30:11 - PDP activated<CR><LF><br> | ||
Sep 12:30:12 - IP: 46.77.88.87 | Sep 12:30:12 - IP: 46.77.88.87<br> | ||
Sep 12:30:14 - Sync to NTP | Sep 12:30:14 - Sync to NTP | ||
|- | |- | ||
Linia 145: | Linia 145: | ||
| As above | | As above | ||
|- | |- | ||
| PHONE ALLOWLIST DISABLE<CR><LF> | | <b>PHONE ALLOWLIST DISABLE<CR><LF></b> | ||
| Turns allowlist off | | Turns allowlist off | ||
|- | |- | ||
Linia 154: | Linia 154: | ||
| As above | | As above | ||
|- | |- | ||
| PHONE ALLOWLIST STATUS<CR><LF> | | <b>PHONE ALLOWLIST STATUS<CR><LF></b> | ||
| Returns information whether allowlist is on or off | | Returns information whether allowlist is on or off | ||
|- | |- | ||
Linia 163: | Linia 163: | ||
| DISABLE<CR><LF> | | DISABLE<CR><LF> | ||
|- | |- | ||
| PHONE ALLOWLIST LIST<CR><LF> | | <b>PHONE ALLOWLIST LIST<CR><LF></b> | ||
| Returns a list of numbers added to an allowlist | | Returns a list of numbers added to an allowlist | ||
|- | |- | ||
| Response | | Response | ||
| Phone allow list is empty | | Phone allow list is empty | ||
or | or<br> | ||
xxxxxxxxx +xxxxxxxxxxxx xxxxxxxxxxxxxx<CR><LF> | xxxxxxxxx +xxxxxxxxxxxx xxxxxxxxxxxxxx<CR><LF> | ||
|- | |- | ||
| Response example | | Response example | ||
| Phone allow list is empty | | Phone allow list is empty | ||
or | or<br> | ||
123456789 +0012123456789<CR><LF> | 123456789 +0012123456789<CR><LF> | ||
|- | |- | ||
| PHONE ALLOWLIST ADD <phone_number><CR><LF> | | <b>PHONE ALLOWLIST ADD <phone_number><CR><LF></b> | ||
| Adds a <phone_number> to the allowlist | | Adds a <phone_number> to the allowlist | ||
Where: | Where:<br> | ||
<phone_number> - phone numer in national or international format | <phone_number> - phone numer in national or international format<br> | ||
NOTE: it is recomended to add the numer in national and international format separately (without and with the area code) | NOTE: it is recomended to add the numer in national and international format separately (without and with the area code) | ||
|- | |- | ||
Linia 188: | Linia 188: | ||
| As above | | As above | ||
|- | |- | ||
| PHONE ALLOWLIST REMOVE <phone_number><CR><LF> | | <b>PHONE ALLOWLIST REMOVE <phone_number><CR><LF></b> | ||
| Removes the given <phone_number> from the allowlist | | Removes the given <phone_number> from the allowlist | ||
Where: | Where:<br> | ||
<phone_number> - phone numer in national or international format | <phone_number> - phone numer in national or international format | ||
|- | |- | ||
Linia 199: | Linia 199: | ||
| As above | | As above | ||
|- | |- | ||
| PHONE ALLOWLIST CLEAR<CR><LF> | | <b>PHONE ALLOWLIST CLEAR<CR><LF></b> | ||
| Removes all phone numbers from allowlist | | Removes all phone numbers from allowlist | ||
|- | |- | ||
Linia 216: | Linia 216: | ||
|colspan="2"|<center>Available since firmware version: 3.0.0</center> | |colspan="2"|<center>Available since firmware version: 3.0.0</center> | ||
|- | |- | ||
| CONFIG SET APN <apn> <username> <password><CR><LF> | | <b>CONFIG SET APN <apn> <username> <password><CR><LF></b> | ||
| Sets <apn> | | Sets <apn> | ||
Where: | Where:<br> | ||
<apn> - string with Access Point Name | <apn> - string with Access Point Name<br> | ||
<username> - apn username (optional) | <username> - apn username (optional)<br> | ||
<password> - apn password (optional) | <password> - apn password (optional) | ||
|- | |- | ||
Linia 229: | Linia 229: | ||
| As above | | As above | ||
|- | |- | ||
| CONFIG GET APN<CR><LF> | | <b>CONFIG GET APN<CR><LF></b> | ||
| Returns apn and username (optional) and password (optional) | | Returns apn and username (optional) and password (optional) | ||
|- | |- | ||
Linia 237: | Linia 237: | ||
| Response examples | | Response examples | ||
| internet <CR><LF> | | internet <CR><LF> | ||
or | or<br> | ||
internet username password<CR><LF> | internet username password<CR><LF><br> | ||
Where: | Where:<br> | ||
internet is <apn> | internet is <apn><br> | ||
username is <username> | username is <username><br> | ||
password is <password> | password is <password> | ||
|- | |- | ||
| CONFIG SET TCP PORTS <data_port> <config_port><CR><LF> | | <b>CONFIG SET TCP PORTS <data_port> <config_port><CR><LF></b> | ||
| Sets TCP ports (data and config) | | Sets TCP ports (data and config) | ||
Where: | Where:<br> | ||
<data_port> - TCP data port (range from 0 to 65535) | <data_port> - TCP data port (range from 0 to 65535)<br> | ||
<config_port> - TCP port for remote configuration (range from 0 to 65535) | <config_port> - TCP port for remote configuration (range from 0 to 65535) | ||
|- | |- | ||
Linia 256: | Linia 256: | ||
| As above | | As above | ||
|- | |- | ||
| CONFIG GET TCP PORTS<CR><LF> | | <b>CONFIG GET TCP PORTS<CR><LF></b> | ||
| Returns TCP <data_port> and <config_port> ports | | Returns TCP <data_port> and <config_port> ports | ||
|- | |- | ||
Linia 264: | Linia 264: | ||
| Response example | | Response example | ||
| 703 704<CR><LF> | | 703 704<CR><LF> | ||
Where: | Where:<br> | ||
703 is <data_port> and 704 is <config_port> | 703 is <data_port> and 704 is <config_port> | ||
|- | |- | ||
| CONFIG SET SIM PIN <pin><CR><LF> | | <b>CONFIG SET SIM PIN <pin><CR><LF></b> | ||
| Sets the PIN code of the SIM card | | Sets the PIN code of the SIM card | ||
Where: | Where:<br> | ||
<pin> - PIN code of the SIM card (range from 0000 to 9999) | <pin> - PIN code of the SIM card (range from 0000 to 9999) | ||
|- | |- | ||
Linia 278: | Linia 278: | ||
| As above | | As above | ||
|- | |- | ||
| CONFIG GET SIM PIN<CR><LF> | | <b>CONFIG GET SIM PIN<CR><LF></b> | ||
| Returns the PIN code of the SIM card | | Returns the PIN code of the SIM card | ||
|- | |- | ||
Linia 287: | Linia 287: | ||
| 1111<CR><LF> | | 1111<CR><LF> | ||
|- | |- | ||
| CONFIG SET ANTENNA <type><CR><LF> | | <b>CONFIG SET ANTENNA <type><CR><LF></b> | ||
| Sets the antenna to external or internal <type> | | Sets the antenna to external or internal <type> | ||
Where: | Where:<br> | ||
<type> - type of antenna, options: | <type> - type of antenna, options:<br> | ||
EXTERNAL | EXTERNAL<br> | ||
INTERNAL | INTERNAL | ||
|- | |- | ||
Linia 300: | Linia 300: | ||
| As above | | As above | ||
|- | |- | ||
| CONFIG GET ANTENNA<CR><LF> | | <b>CONFIG GET ANTENNA<CR><LF></b> | ||
| Returns the antenna type | | Returns the antenna type | ||
|- | |- | ||
Linia 309: | Linia 309: | ||
| EXTERNAL<CR><LF> | | EXTERNAL<CR><LF> | ||
|- | |- | ||
| CONFIG SET PERIODIC REBOOT <time> <start_time><CR><LF> | | <b>CONFIG SET PERIODIC REBOOT <time> <start_time><CR><LF></b> | ||
| Sets the periodic restart time | | Sets the periodic restart time | ||
Where: | Where:<br> | ||
<time> - restart time in hours (from 0 to 8760). When it is set to 0, the device will not perform periodic reboot | <time> - restart time in hours (from 0 to 8760). When it is set to 0, the device will not perform periodic reboot<br> | ||
<start_time> - Unix time* - optional. If it is ommited, <start_time> equals device startup time | <start_time> - Unix time* - optional. If it is ommited, <start_time> equals device startup time<br> | ||
* - there will be added also the HH:MM format option (under development) | <nowiki>*</nowiki> - there will be added also the HH:MM format option (under development) | ||
|- | |- | ||
| Response | | Response | ||
Linia 322: | Linia 322: | ||
| As above | | As above | ||
|- | |- | ||
| CONFIG GET PERIODIC REBOOT<CR><LF> | | <b>CONFIG GET PERIODIC REBOOT<CR><LF></b> | ||
| Returns periodic restart time and start time in hours | | Returns periodic restart time and start time in hours | ||
|- | |- | ||
| Response | | Response | ||
| x xxxxxxxxxx<CR><LF>* | | x xxxxxxxxxx<CR><LF>* | ||
* - there will be added also x xx:xx format option (under development) | <nowiki>*</nowiki> - there will be added also x xx:xx format option (under development) | ||
|- | |- | ||
| Response example | | Response example | ||
| 1 1619515560<CR><LF>* | | 1 1619515560<CR><LF>* | ||
Where: | Where:<br> | ||
1 is <time> | 1 is <time><br> | ||
1619515560 is <start_time> | 1619515560 is <start_time><br> | ||
* - there will be added also 1 10:30 format option (under development) | <nowiki>*</nowiki> - there will be added also 1 10:30 format option (under development) | ||
|- | |- | ||
| CONFIG SET UART <configuration><CR><LF> | | <b>CONFIG SET UART <configuration><CR><LF></b> | ||
| Configures UART | | Configures UART | ||
Where: | Where:<br> | ||
<configuration> - configuration string in the format xxxx abc where xxxx = baudrate, a = start bits, b = parity, c = stop bits | <configuration> - configuration string in the format xxxx abc where xxxx = baudrate, a = start bits, b = parity, c = stop bits | ||
|- | |- | ||
Linia 347: | Linia 347: | ||
| As above | | As above | ||
|- | |- | ||
| CONFIG GET UART<CR><LF> | | <b>CONFIG GET UART<CR><LF></b> | ||
| Returns UART configuration | | Returns UART configuration | ||
|- | |- | ||
Linia 355: | Linia 355: | ||
| Response example | | Response example | ||
| 9600 8N1<CR><LF> | | 9600 8N1<CR><LF> | ||
Where: | Where:<br> | ||
9600 is baudrate | 9600 is baudrate<br> | ||
8 is start bits | 8 is start bits<br> | ||
N is parity | N is parity<br> | ||
1 is stop bits | 1 is stop bits | ||
|- | |- | ||
| CONFIG SET TEXT INFO 1 <data><CR><LF> | | <b>CONFIG SET TEXT INFO 1 <data><CR><LF></b> | ||
| Sets text information | | Sets text information | ||
Where: | Where:<br> | ||
<data> - string with additional comment (up to 128 characters) | <data> - string with additional comment (up to 128 characters) | ||
|- | |- | ||
Linia 372: | Linia 372: | ||
| As above | | As above | ||
|- | |- | ||
| CONFIG GET TEXT INFO 1<CR><LF> | | <b>CONFIG GET TEXT INFO 1<CR><LF></b> | ||
| Returns text information | | Returns text information | ||
|- | |- | ||
Linia 381: | Linia 381: | ||
| Test comment<CR><LF> | | Test comment<CR><LF> | ||
|- | |- | ||
| CONFIG SET RTC SOURCE <source><CR><LF> | | <b>CONFIG SET RTC SOURCE <source><CR><LF></b> | ||
| Sets the internal clock sync source | | Sets the internal clock sync source | ||
Where: | Where:<br> | ||
<source> - clock source, options: | <source> - clock source, options:<br> | ||
<b>GSM</b> | <b>GSM</b> (time from GSM network)<br> | ||
(time from GSM network) | <b>NTP ntp_addr ntp_port</b> (time from NTP server, ntp_addr – string with NTP server address, ntp_port – NTP port (range from 0 to 65535), optional, usually 123) | ||
<b>NTP ntp_addr ntp_port</b> | |||
(time from NTP server, ntp_addr – string with NTP server address, ntp_port – NTP port (range from 0 to 65535), optional, usually 123) | |||
|- | |- | ||
| Response | | Response | ||
Linia 396: | Linia 394: | ||
| As above | | As above | ||
|- | |- | ||
| CONFIG GET RTC SOURCE<CR><LF> | | <b>CONFIG GET RTC SOURCE<CR><LF></b> | ||
| Returns the internal clock synchronization source | | Returns the internal clock synchronization source | ||
|- | |- | ||
Linia 404: | Linia 402: | ||
| Response examples | | Response examples | ||
| GSM<CR><LF> | | GSM<CR><LF> | ||
or | or<br> | ||
NTP ntp.elproma.com.pl 123<CR><LF> | NTP ntp.elproma.com.pl 123<CR><LF> | ||
|- | |- | ||
| CONFIG SET NETWORK SEARCH MODE <mode><CR><LF> | | <b>CONFIG SET NETWORK SEARCH MODE <mode><CR><LF></b> | ||
| Sets the network search mode | | Sets the network search mode | ||
Where: | Where:<br> | ||
<mode> - <b>AUTO</b> or <b>2G</b> or <b>3G</b> or <b>4G</b> sets the search mode to auto, 2G (GSM) only, 3G (WCDMA) only or 4G (LTE) only | <mode> - <b>AUTO</b> or <b>2G</b> or <b>3G</b> or <b>4G</b> sets the search mode to auto, 2G (GSM) only, 3G (WCDMA) only or 4G (LTE) only | ||
|- | |- | ||
Linia 418: | Linia 416: | ||
| As above | | As above | ||
|- | |- | ||
| CONFIG GET NETWORK SEARCH MODE<CR><LF> | | <b>CONFIG GET NETWORK SEARCH MODE<CR><LF></b> | ||
| Returns the network search mode | | Returns the network search mode | ||
|- | |- | ||
Linia 427: | Linia 425: | ||
| 2G<CR><LF> | | 2G<CR><LF> | ||
|- | |- | ||
| CONFIG SAVE<CR><LF> | | <b>CONFIG SAVE<CR><LF></b> | ||
| Saves configuration to device memory | | Saves configuration to device memory | ||
|- | |- | ||
Linia 435: | Linia 433: | ||
| Response example | | Response example | ||
| As above | | As above | ||
|- | |||
| <b>CONFIG SAVE PERMANENT<CR><LF></b> | |||
| Saves configuration to device memory permanently | |||
|- | |||
| Response | |||
| OK<CR><LF>SAVED BACKUP<CR><LF> | |||
|- | |||
| Response example | |||
| As above | |||
|- | |||
| <b>CONFIG GET SAVE PERMANENT<CR><LF></b> | |||
| Get status of permanent configuration | |||
|- | |||
| Response | |||
| SAVE PERMANENT <option><CR><LF> | |||
Where:<br> | |||
<option> - TRUE or FALSE | |||
|- | |||
| Response example | |||
| SAVE PERMANENT TRUE<CR><LF> | |||
|- | |- | ||
| CONFIG SET SERIAL TYPE <type><CR><LF> | | <b>CONFIG SET SERIAL TYPE <type><CR><LF></b> | ||
| Sets serial port hardware layer type where: | | Sets serial port hardware layer type where: | ||
<type> - 232 or 422 or 485 | <type> - 232 or 422 or 485 | ||
Linia 446: | Linia 465: | ||
| As above | | As above | ||
|- | |- | ||
| CONFIG GET SERIAL TYPE<CR><LF> | | <b>CONFIG GET SERIAL TYPE<CR><LF></b> | ||
| Returns serial port hardware layer type | | Returns serial port hardware layer type | ||
|- | |- | ||
Linia 455: | Linia 474: | ||
| 232<CR><LF> | | 232<CR><LF> | ||
|- | |- | ||
| CONFIG SET WATCHDOG PING SERVER <en> <addr> <timeout> <ping_num><CR><LF> | | <b>CONFIG SET WATCHDOG PING SERVER <en> <addr> <timeout> <ping_num><CR><LF></b> | ||
| Sets options for pinging external server, where: | | Sets options for pinging external server, where:<br> | ||
<en> - enable (0 or 1), <addr> - address (max. 32 chars), <timeout> - timeout in seconds 1-255 (optional), <ping_num> - number of ping repetitions 1-10 (optional) | <en> - enable (0 or 1), <addr> - address (max. 32 chars), <timeout> - timeout in seconds 1-255 (optional), <ping_num> - number of ping repetitions 1-10 (optional) | ||
|- | |- | ||
Linia 465: | Linia 484: | ||
| As above | | As above | ||
|- | |- | ||
| CONFIG GET WATCHDOG PING SERVER<CR><LF> | | <b>CONFIG GET WATCHDOG PING SERVER<CR><LF></b> | ||
| Returns options for pinging external server | | Returns options for pinging external server | ||
|- | |- | ||
| Response | | Response | ||
| xxxxxxx<CR><LF> | | xxxxxxx<CR><LF> | ||
or | or<br> | ||
<domain or IP> <timeout> <ping_num> | <domain or IP> <timeout> <ping_num> | ||
|- | |- | ||
| Response example | | Response example | ||
| DISABLE<CR><LF> | | DISABLE<CR><LF> | ||
or | or<br> | ||
domain.com 20 4 | domain.com 20 4 | ||
|- | |- | ||
| CONFIG RESET<CR><LF> | | <b>CONFIG RESET<CR><LF></b> | ||
| Resets configuration | | Resets configuration | ||
*requires CONFIG SAVE and reset of the device (RB900SG RESET) to apply | <nowiki>*</nowiki> requires CONFIG SAVE and reset of the device (RB900SG RESET) to apply | ||
|- | |- | ||
| Response | | Response | ||
Linia 490: | Linia 509: | ||
|colspan="2"|<center>Available since firmware version: 3.0.3</center> | |colspan="2"|<center>Available since firmware version: 3.0.3</center> | ||
|- | |- | ||
| CONFIG SET VPN <option><CR><LF> | | <b>CONFIG SET VPN <option><CR><LF></b> | ||
| Sets VPN on or off where: | | Sets VPN on or off where: | ||
<option> - ENABLE or DISABLE | <option> - ENABLE or DISABLE | ||
Linia 500: | Linia 519: | ||
| As above | | As above | ||
|- | |- | ||
| CONFIG GET VPN<CR><LF> | | <b>CONFIG GET VPN<CR><LF></b> | ||
| Returns VPN status | | Returns VPN status | ||
|- | |- | ||
Linia 508: | Linia 527: | ||
| Response example | | Response example | ||
| ENABLE<CR><LF> | | ENABLE<CR><LF> | ||
or | or<br> | ||
DISABLE<CR><LF> | |||
|- | |||
| <b>CONFIG GET SIM SELECTED<CR><LF></b> | |||
| Returns status of selected SIM | |||
|- | |||
| Response | |||
| xxxxxxxx<CR><LF> | |||
|- | |||
| Response example | |||
| EXTERNAL<CR><LF> | |||
or<br> | |||
INTERNAL<CR><LF> | |||
|- | |||
| <b>CONFIG SET SIM SELECTED <option><CR><LF></b> | |||
| Selects SIM, where: | |||
<option> is EXTERNAL or INTERNAL | |||
|- | |||
| Response | |||
| OK<CR><LF> | |||
|- | |||
| Response example | |||
| As above | |||
|- | |||
| <b>CONFIG SET SERIAL PORT AT COMMANDS <option><CR><LF></b> | |||
| Enable or disable AT commands mode, where: | |||
<option> is ENABLE or DISABLE | |||
|- | |||
| Response | |||
| OK<CR><LF> | |||
|- | |||
| Response example | |||
| As above | |||
|- | |||
| <b>CONFIG GET SERIAL PORT AT COMMANDS<CR><LF></b> | |||
| Returns the status of AT commands mode | |||
|- | |||
| Response | |||
| OK<CR><LF> | |||
|- | |||
| Response example | |||
| ENABLE<CR><LF> | |||
or<br> | |||
DISABLE<CR><LF> | DISABLE<CR><LF> | ||
|- | |||
| <b>CONFIG GET JSON<CR><LF></b> | |||
| Returns the configuration | |||
|- | |||
| Response | |||
| CONFIG: {<configuration_in_json_format>}<CR><LF> | |||
|} | |} | ||
NOTE: To save new configuration use <b>CONFIG SAVE</b> command and reboot the device using <b>RB900SG RESET</b> or manually reset the device by disconnecting the power supply. | |||
[[Category:{{{model}}} User Manual]] |
Aktualna wersja na dzień 15:41, 29 lut 2024
This page contains the list of text commands supported by {{{model}}} {{{type}}} and its description.
All below commands are available from 3.0.x modem firmware version. They can be send over USB, SMS or Smart Manager.
Special characters:
<EXT> - End of Text 0x03 character
<CR> - Carriege Return 0x0D character
<LF> - Line Feed 0x0A character
NOTE: <CR><LF> characters can be omitted when the command is sent via SMS and Smart Manager („Console” tab).
Device commands
RB900SG Commands | |
---|---|
RB900SG GET FW VERSION<CR><LF> | Downloads the firmware version number of the microcontroller |
Response | x.x.x<CR><LF>
where x – version number |
Response example | 3.0.0<CR><LF> |
RB900SG GET IP<CR><LF> | Retrieves the IP address of the device |
Response | x.x.x.x<CR><LF> |
Response example | 10.43.210.2<CR><LF> |
RB900SG GET RTCTIME<CR><LF> | Gets device time in Unix time or unless the clock is out of sync then rtc time is equal uptime |
Response | xxxx<CR><LF> |
Response example | 868<CR><LF> |
RB900SG GET UPTIME<CR><LF> | Gets the number of seconds since the device startup |
Response | xxxx<CR><LF> |
Response example | 868<CR><LF> |
RB900SG RESET<CR><LF> | Resets the device |
Response | - |
Response example | - |
RB900SG TIME<CR><LF> | Returns the current time in human-readable version |
Response | Time: xxxxxxxxxx, mm-dd-yyyy hh:mm:ss<CR><LF> |
Response example | Time: 1619618224, 11-30-2021 13:57:04 <LF><CR><LF> |
RB900SG LOG PRINT<CR><LF> | Sends all entries from the event log |
Response | ------------------------------------------------------
Sep 12:30:05 - x.x.x<CR><LF> |
Response example | ------------------------------------------------------
Sep 12:30:05 - x.x.x<CR><LF> |
RB900SG LOG FORMAT<CR><LF> | Removes all entries from the event log |
Response | OK<CR><LF> |
Response example | As above |
RB900SG GET HW VERSION<CR><LF> | Downloads the hardware version number of the device |
Response | x.x.x<CR><LF>
where x – version number |
Response example | 2.3.1<CR><LF> |
RB900SG BATTERY VOLTAGE<CR><LF> | Downloads battery voltage in volts |
Response | X.XX<CR><LF> |
Response example | 4.08<CR><LF> |
RB900SG GET TEMPERATURE<CR><LF> | Downloads temperature of the device |
Response | XX.X *C<CR><LF> |
Response example | 30.5 *C<CR><LF> |
Allowlist commands
PHONE ALLOWLIST Commands | |
---|---|
PHONE ALLOWLIST ENABLE<CR><LF><CR><LF> | Turns allowlist on |
Response | OK<CR><LF> |
Response example | As above |
PHONE ALLOWLIST DISABLE<CR><LF> | Turns allowlist off |
Response | OK<CR><LF> |
Response example | As above |
PHONE ALLOWLIST STATUS<CR><LF> | Returns information whether allowlist is on or off |
Response | xxxxxxx<CR><LF> |
Response example | DISABLE<CR><LF> |
PHONE ALLOWLIST LIST<CR><LF> | Returns a list of numbers added to an allowlist |
Response | Phone allow list is empty
or |
Response example | Phone allow list is empty
or |
PHONE ALLOWLIST ADD <phone_number><CR><LF> | Adds a <phone_number> to the allowlist
Where: |
Response | OK<CR><LF> |
Response example | As above |
PHONE ALLOWLIST REMOVE <phone_number><CR><LF> | Removes the given <phone_number> from the allowlist
Where: |
Response | OK<CR><LF> |
Response example | As above |
PHONE ALLOWLIST CLEAR<CR><LF> | Removes all phone numbers from allowlist |
Response | OK<CR><LF> |
Response example | As above |
Config commands
CONFIG Commands | |
---|---|
CONFIG SET APN <apn> <username> <password><CR><LF> | Sets <apn>
Where: |
Response | OK<CR><LF> |
Response example | As above |
CONFIG GET APN<CR><LF> | Returns apn and username (optional) and password (optional) |
Response | Xxxxxxxxx xxxxxxxx xxxxxxxx<CR><LF> |
Response examples | internet <CR><LF>
or |
CONFIG SET TCP PORTS <data_port> <config_port><CR><LF> | Sets TCP ports (data and config)
Where: |
Response | OK<CR><LF> |
Response example | As above |
CONFIG GET TCP PORTS<CR><LF> | Returns TCP <data_port> and <config_port> ports |
Response | xxx xxx<CR><LF> |
Response example | 703 704<CR><LF>
Where: |
CONFIG SET SIM PIN <pin><CR><LF> | Sets the PIN code of the SIM card
Where: |
Response | OK<CR><LF> |
Response example | As above |
CONFIG GET SIM PIN<CR><LF> | Returns the PIN code of the SIM card |
Response | xxxx<CR><LF> |
Response example | 1111<CR><LF> |
CONFIG SET ANTENNA <type><CR><LF> | Sets the antenna to external or internal <type>
Where: |
Response | OK<CR><LF> |
Response example | As above |
CONFIG GET ANTENNA<CR><LF> | Returns the antenna type |
Response | xxxxxxxxx<CR><LF> |
Response example | EXTERNAL<CR><LF> |
CONFIG SET PERIODIC REBOOT | Sets the periodic restart time
Where: |
Response | OK<CR><LF> |
Response example | As above |
CONFIG GET PERIODIC REBOOT<CR><LF> | Returns periodic restart time and start time in hours |
Response | x xxxxxxxxxx<CR><LF>*
* - there will be added also x xx:xx format option (under development) |
Response example | 1 1619515560<CR><LF>*
Where: |
CONFIG SET UART <configuration><CR><LF> | Configures UART
Where: |
Response | OK<CR><LF> |
Response example | As above |
CONFIG GET UART<CR><LF> | Returns UART configuration |
Response | xxxx xxx<CR><LF> |
Response example | 9600 8N1<CR><LF>
Where: |
CONFIG SET TEXT INFO 1 <CR><LF> | Sets text information
Where: |
Response | OK<CR><LF> |
Response example | As above |
CONFIG GET TEXT INFO 1<CR><LF> | Returns text information |
Response | Xxxxxx<CR><LF> |
Response example | Test comment<CR><LF> |
CONFIG SET RTC SOURCE <source><CR><LF> | Sets the internal clock sync source
Where: |
Response | OK<CR><LF> |
Response example | As above |
CONFIG GET RTC SOURCE<CR><LF> | Returns the internal clock synchronization source |
Response | xxx<CR><LF> |
Response examples | GSM<CR><LF>
or |
CONFIG SET NETWORK SEARCH MODE <mode><CR><LF> | Sets the network search mode
Where: |
Response | OK<CR><LF> |
Response example | As above |
CONFIG GET NETWORK SEARCH MODE<CR><LF> | Returns the network search mode |
Response | xx<CR><LF> |
Response example | 2G<CR><LF> |
CONFIG SAVE<CR><LF> | Saves configuration to device memory |
Response | OK<CR><LF> |
Response example | As above |
CONFIG SAVE PERMANENT<CR><LF> | Saves configuration to device memory permanently |
Response | OK<CR><LF>SAVED BACKUP<CR><LF> |
Response example | As above |
CONFIG GET SAVE PERMANENT<CR><LF> | Get status of permanent configuration |
Response | SAVE PERMANENT <option><CR><LF>
Where: |
Response example | SAVE PERMANENT TRUE<CR><LF> |
CONFIG SET SERIAL TYPE <type><CR><LF> | Sets serial port hardware layer type where:
<type> - 232 or 422 or 485 |
Response | OK<CR><LF> |
Response example | As above |
CONFIG GET SERIAL TYPE<CR><LF> | Returns serial port hardware layer type |
Response | XXX<CR><LF> |
Response example | 232<CR><LF> |
CONFIG SET WATCHDOG PING SERVER <en> <addr> <timeout> <ping_num><CR><LF> | Sets options for pinging external server, where: <en> - enable (0 or 1), <addr> - address (max. 32 chars), <timeout> - timeout in seconds 1-255 (optional), <ping_num> - number of ping repetitions 1-10 (optional) |
Response | OK<CR><LF> |
Response example | As above |
CONFIG GET WATCHDOG PING SERVER<CR><LF> | Returns options for pinging external server |
Response | xxxxxxx<CR><LF>
or |
Response example | DISABLE<CR><LF>
or |
CONFIG RESET<CR><LF> | Resets configuration
* requires CONFIG SAVE and reset of the device (RB900SG RESET) to apply |
Response | OK<CR><LF> |
Response example | As above |
CONFIG SET VPN <option><CR><LF> | Sets VPN on or off where:
<option> - ENABLE or DISABLE |
Response | OK<CR><LF> |
Response example | As above |
CONFIG GET VPN<CR><LF> | Returns VPN status |
Response | xxxxxxx<CR><LF> |
Response example | ENABLE<CR><LF>
or |
CONFIG GET SIM SELECTED<CR><LF> | Returns status of selected SIM |
Response | xxxxxxxx<CR><LF> |
Response example | EXTERNAL<CR><LF>
or |
CONFIG SET SIM SELECTED <option><CR><LF> | Selects SIM, where:
<option> is EXTERNAL or INTERNAL |
Response | OK<CR><LF> |
Response example | As above |
CONFIG SET SERIAL PORT AT COMMANDS <option><CR><LF> | Enable or disable AT commands mode, where:
<option> is ENABLE or DISABLE |
Response | OK<CR><LF> |
Response example | As above |
CONFIG GET SERIAL PORT AT COMMANDS<CR><LF> | Returns the status of AT commands mode |
Response | OK<CR><LF> |
Response example | ENABLE<CR><LF>
or |
CONFIG GET JSON<CR><LF> | Returns the configuration |
Response | CONFIG: {<configuration_in_json_format>}<CR><LF> |
NOTE: To save new configuration use CONFIG SAVE command and reboot the device using RB900SG RESET or manually reset the device by disconnecting the power supply.
[[Category:{{{model}}} User Manual]]