RAK7200 AT Command Manual
To connect the RAK7200 module to a LoRa-P2P connection or a LoRaWAN network, the module must be configured and LoRa parameters must be set by sending AT commands. Listed below are the summary of the AT commands supported by the RAK7200 Module.
AT Command Syntax
The AT command is based on ASCII characters. In general, the AT Command starts with the prefix AT
or at
and ends with <CR><LF>
(i.e. \r\n). The maximum length is 255 characters which includes the <CR><LF>
characters at the end of the command. For the rest of the document, the "\r\n" part is omitted for the sake of clarity.
The AT commands can be classified in the following groups:
- Read Command : Reads the current configuration or status of the module. The command name and the list of parameters are separated by
=
character. The<m>
parameter is separated with its associated value<n>
by the:
character.
at+get_config=<m>:<n>
- Write Command : Writes/Modifies the current configuration of the module. The command name and the list of parameters are separated by
=
character. The<m>
parameter is separated with its associated value<n>
by the:
character.
at+set_config=<m>:<n>
- Operational Commands : There are also commands that are neither read nor write commands. The purpose is to execute an action, for example:
at+send=lora:<m>:<n> // Sends data through the LoRa transceiver.
- Special Command : The RAK811 UART port has two operational modes: configuration mode and data transmission mode. When switching from data transmission mode to configuration mode the command to be entered is
+++
and does not contain terminators such as\ r
and\ n
.
After executing the command, a response is sent back to the external MCU. The usual reply has the following format:
OK [information]\r\n
Only the read commands have information in the replied message, while Write commands do not have an informative description.
After sending a successful command to the module, the firmware developed, running in the external MCU, will expect at a minimum string of Ok\r\n
. On the other hand, when the command is not successfully executed by the module, you will receive a response with the following format:
ERROR: [ErrCode]\r\n
Error Code Table
Error Code | Description |
---|---|
1 | The last command received is an unsupported AT command. |
2 | Invalid parameter in the AT command. |
3 | There is an error when reading or writing the flash memory. |
4 | There is an error when reading or writing through IIC bus. |
5 | There is an error when sending data through the UART port. |
80 | The LoRa transceiver is busy, could not process a new command. |
81 | LoRa service is unknown. Unknown MAC command received by node. Execute commands that are not supported in the current state, such as sending at+join command in P2P mode. |
82 | The LoRa parameters are invalid. |
83 | The LoRa parameters are invalid. |
84 | The LoRa data rate (DR) is invalid. |
85 | The LoRa frequency and data rate are invalid. |
86 | The device has not joined into a LoRa network. |
87 | The length of the packet exceeded that maximum allowed by the LoRa protocol. |
88 | Service is closed by the server. Due to the limitation of duty cycle, the server will send " SRV_MAC_DUTY_CYCLE_REQ" MAC command to close the service. |
89 | This is an unsupported region code. |
90 | Duty cycle is restricted. Due to duty cycle, data cannot be sent at this time until the time limit is removed. |
91 | No valid LoRa channel could be found. |
92 | No available LoRa channel could be found. |
93 | Status is error. Generally, the internal state of the protocol stack is wrong. |
94 | Time out reached while sending the packet through the LoRa transceiver. |
95 | Time out reached while waiting for a packet in the LoRa RX1 window. |
96 | Time out reached while waiting for a packet in the LoRa RX2 window. |
97 | There is an error while receiving a packet during the LoRa RX1 window. |
98 | There is an error while receiving a packet during the LoRa RX2 window. |
99 | Failed to join into a LoRa network. |
100 | Duplicated down-link message detected. A message with an invalid down-link count was received. |
101 | Payload size is not valid for the current data rate (DR). |
102 | There many down-link packets were lost. |
103 | Address fail. The address of the received packet does not match the address of the current node. |
104 | Invalid MIC was detected in the LoRa message. |
Device AT Command
-
at+version
This command is used for reading the version number of the current firmware.
Operation | Command | Response |
---|---|---|
Read | at+version | OK <version number> |
Parameter: NONE
Example:
at+version\r\n
OK 3.1.0.13
-
at+help
This command is used to obtain all AT commands supported by the current firmware.
Operation | Command | Response |
---|---|---|
Read | at+help | OK <all AT commands> |
Parameter: NONE
Example:
at+help\r\n
OK.
*************************************************
===============AT Commands List==================
Device AT commands:
at+version
at+help
at+run
at+set_config=device:restart
at+set_config=device:sleep:X
at+set_config=device:boot
at+get_config=device:status
LoRaWAN AT commands:
at+join
at+send=lora:X:YYY
at+set_config=lora:region:XXX
at+get_config=lora:channel
at+set_config=lora:dev_eui:XXXX
at+set_config=lora:app_eui:XXXX
at+set_config=lora:app_key:XXXX
at+set_config=lora:dev_addr:XXXX
at+set_config=lora:apps_key:XXXX
at+set_config=lora:nwks_key:XXXX
at+set_config=lora:join_mode:X
at+set_config=lora:work_mode:X
at+set_config=lora:ch_mask:X:Y
at+set_config=lora:class:X
at+set_config=lora:confirm:X
at+set_config=lora:dr:X
at+set_config=lora:tx_power:X
at+set_config=lora:adr:X
at+set_config=lora:send_interval:X:Y
at+get_config=lora:status
Sensor AT commands:
at+set_config=device:gps_timeout:X
at+set_config=device:gps_format:X
at+set_config=device:voltage:X
at+set_config=device:gps:X
at+set_config=device:acc:X
at+set_config=device:magn:X
at+set_config=device:gyro:X
===================List End======================
*************************************************
-
at+set_config=device:restart
This command is used for restarting the device.
Operation | Command | Response |
---|---|---|
Read | at+set_config=device:restart |
Parameter: NONE
Example:
OK,restart ...
========================================================
______ ___ _ __ _ _ _ _
| ___ \/ _ \ | | / / | | | (_) | |
| |_/ / /_\ \| |/ / | | | |_ _ __ ___| | ___ ___ ___
| /| _ || \ | |/\| | | '__/ _ \ |/ _ \/ __/ __|
| |\ \| | | || |\ \ \ /\ / | | | __/ | __/\__ \__ \
\_| \_\_| |_/\_| \_/ \/ \/|_|_| \___|_|\___||___/___/
========================================================
********************************************************
RAK7200 version:3.1.0.13
********************************************************
========================================================
-
at+set_config=device:sleep:<status>
This command is used for changing the current state of the device between sleep and wake up mode.
Operation | Command | Response |
---|---|---|
Write | at+set_config=device:sleep:<status> | OK<STATUS> |
Parameter:
Status | 0: wake up 1: sleep |
---|
Example:
at+set_config=device:sleep:1\r\n
OK Sleep
at+set_config=device:sleep:0\r\n
OK Wake Up
-
at+get_config=device:<status>
This command is used for obtaining the status of the device.
Operation | Command | Response |
---|---|---|
Read | at+get_config=device:status | OK<information> |
Parameter: None
Example:
at+get_config=device:status\r\n
OK.
*************************************************
===============Device Status List================
Board Core: S76G_B
MCU: STM32L073RZ
LoRa chip: SX1276
Battery Voltage = 3.811 V
Support Gps:true
gps_timeout: 100s
gps_format:standard LPP format
No signal with Satellite.
MPU9250 sensor:
Acceleration(g) of X,Y,Z:
0.00,0.00,0.00
Gyro(degrees/s) of X,Y,Z:
0.00,0.00,0.00
Magnetometer(uT) of X,Y,Z:
0.00,0.00,0.00
===================List End======================
*************************************************
LoRaWAN Type AT Command
-
at+join
This command is used for joining to the LoRaWAN network.
Operation | Command | Response |
---|---|---|
at+join | OK Join Success |
Parameter: NONE
Example:
at+join\r\n
OK
[LoRa]:Joined Success!
-
at+send=lora:<port>:<data>
This command is used for sending data via LoRaWAN.
Operation | Command | Response |
---|---|---|
at+send=lora:<port>:<data> | OK |
Parameter:
port | Sending port of LoRa. The value range is 1-223. |
data | The sending data format is in hexadecimal format. The possible values are between 00-FF. The module will internally cast every two characters into a byte before sending it to the LoRa transceiver. The maximum length varies depending on the band frequency and DR (LoRaWAN standard). Refer to Appendix III. |
Example:
When sending data as unconfirmed uplink:
at+send=lora:1:5A00\r\n
[LoRa]: RUI_MCPS_UNCONFIRMED send success
OK
When sending data as confirmed uplink:
at+send=lora:1:5A00\r\n
OK
at+recv=0,-36,8,0
When sending a confirmed message, you will receive an ACK response, i.e. at+recv=...
. In 0, -105, -12, 0
, 0 stands for the LoRa port, -105 stands for the RSSI, -12 stands for the SNR, and 0 stands for the length of the data (no valid data in ACK).
-
at+set_config=lora:region:<region>
This command is used for setting the appropriate working frequency band.
Operation | Command | Response |
---|---|---|
Write | at+set_config=lora:region:<region> | OK |
Parameter:
region | EU433, CN470, IN865, EU868, US915, AU915, KR920, AS923. The default is EU868. |
Example:
at+set_config=lora:region:EU868\r\n
Selected LoRaWAN 1.0.2 Region: EU868
Band switch success
OK
In the AS923 frequency band, the supported frequency plan is "as2" and dwell is set to 1.
-
at+get_config=lora:channel
This command is used for reading all the LoRa channel information for the device's current region.
Operation | Command | Response |
---|---|---|
Read | at+get_config=lora:channel | OK <channel information> |
Parameter: NONE
Example:
- EU868 region
at+get_config=lora:channel\r\n
OK 0,off,0,0,0; 1,off,0,0,0; 2,off,0,0,0; 3,off,0,0,0; 4,off,0,0,0; 5,off,0,0,0; 6,off,0,0,0; 7,off,0,0,0; 8,off,0,0,0; 9,off,0,0,0; 10,off,0,0,0; 11,off,0,0,0; 12,off,0,0,0; 13,off,0,0,0; 14,off,0,0,0; 15,off,0,0,0
With “*0,on,868100000,0,5” as an example,channel parameter analysis:
- “*” at the beginning if the channel is open;
- “0” is the channel ID;
- “on” indicates the current status of the channel;
- “868100000” is the actual frequency of the channel,unit is Hz;
- “0,5” indicates the DR of the channel, DR0~DR5.
-
at+set_config=lora:ch_mask:<channel_number>:<status>
This command is used for switching a channel (turn on or off) in the current region.
Operation | Command | Response |
---|---|---|
Write | at+set_config=lora:ch_mask:<channel_number>:<status> | OK |
Parameter:
channel_number | Channel number |
status | 0: off 1: on |
Example:
at+set_config=lora:ch_mask:0:0\r\n
OK
-
at+set_config=lora:dev_eui:<dev_eui>
This command is used for setting the Device EUI parameter for the LoRaWAN OTAA mode.
Operation | Command | Response |
---|---|---|
Write | at+set_config=lora:dev_eui:<dev_eui> | OK |
Parameter:
dev_eui | Device EUI |
Example:
at+set_config=lora:dev_eui:3530353064377716\r\n
OK
-
at+set_config=lora:app_eui:<app_eui>
This command is used for setting the Application EUI parameter for the LoRaWAN OTAA mode.
Operation | Command | Response |
---|---|---|
Write | at+set_config=lora:app_eui:<app_eui> | OK |
Parameter:
app_eui | Application EUI |
Example:
at+set_config=lora:app_eui:0000000000000001\r\n
OK
-
at+set_config=lora:app_key:<app_key>
This command is used for setting the Application Key parameter for the LoRaWAN OTAA mode.
Operation | Command | Response |
---|---|---|
Write | at+set_config=lora:app_key:<app_key> | OK |
Parameter:
app_key | Application Key |
Example:
at+set_config=lora:app_key:841986913ACD00BBC2BE2479D70F3228\r\n
OK
-
at+set_config=lora:dev_addr:<dev_addr>
This command is used for setting the Device Address parameter for the LoRaWAN ABP mode.
Operation | Command | Response |
---|---|---|
Write | at+set_config=lora:dev_addr:<dev_addr> | OK |
Parameter:
dev_addr | Device Address |
Example:
at+set_config=lora:dev_addr:260125D7\r\n
OK
-
at+set_config=lora:apps_key:<apps_key>
Operation | Command | Response |
---|---|---|
Write | at+set_config=lora:apps_key:<apps_key> | OK |
Parameter:
apps_key | Application Session Key |
Example:
at+set_config=lora:apps_key:841986913ACD00BBC2BE2479D70F3228\r\n
OK
-
at+set_config=lora:nwks_key:<nwks_key>
This command is used for setting the Network Session Key parameter for the LoRaWAN ABP mode.
Operation | Command | Response |
---|---|---|
Read | at+set_config=lora:nwks_key:<nwks_key> | OK |
Parameter:
nwks_key | Network Session Key |
Example:
at+set_config=lora:nwks_key:69AF20AEA26C01B243945A28C9172B42\r\n
OK
-
at+set_config=lora:join_mode:<mode>
This command is used for switching the LoRaWAN access mode between the OTAA and the ABP mode.
Operation | Command | Response |
---|---|---|
Write | at+set_config=lora:join_mode:<mode> | OK |
Parameter:
mode | Activation mode 0: OTAA 1: ABP The default is OTAA. |
Example:
at+set_config=lora:join_mode:1\r\n
join_mode:OTAA
OK
-
at+set_config=lora:class:<class>
This command is used for setting LoRaWAN class to Class A, Class B, or Class C.
Operation | Command | Response |
---|---|---|
Write | at+set_config=lora:class:<class> | OK |
Parameter:
class | 0: Class A 1: Class B (Not supported at this time) 2: Class C The default is Class A. |
Example:
at+set_config=lora:class:0\r\n
OK
-
at+set_config=lora:confirm:<type>
This command is used for setting the type messages to be sent: Confirmed/Unconfirmed.
Operation | Command | Response |
---|---|---|
Write | at+set_config=lora:confirm:<type> | OK |
Parameter:
type | 0: unconfirm type 1: confirm type The default is unconfirm type. |
Example:
at+set_config=lora:confirm:0\r\n
OK
-
at+set_config=lora:dr:<dr>
This command is used to set the data rate (DR) of LoRa.
Operation | Command | Response |
---|---|---|
Write | at+set_config=lora:dr:<dr> | OK |
Parameter:
dr | The data rate of LoRa is related to the current region. In most of the LoRa areas, it is common to use 0 to 5. Detailed reference can be made to LoRaWAN 1.0.2 specification. |
-
at+set_config=lora:tx_power:<tx_power>
This command is used for setting the level of the RF transmission power of the LoRa transceiver. The unit is in dBm.
Operation | Command | Response |
---|---|---|
Write | at+set_config=lora:tx_power:<tx_power> | OK |
Parameter:
tx_power | LoRa transmit power level varies depending on frequency band and DR. Refer to the LoRaWAN 1.0.2 specification or Appendix II for details. The default is 0. |
Example:
at+set_config=lora:tx_power:0\r\n
OK
-
at+set_config=lora:adr:<status>
This command is used for setting (turn on/off) the ADR feature of the LoRa communication.
Operation | Command | Response |
---|---|---|
Write | at+set_config=lora:adr:<status> | OK |
Parameter:
status | 0: Turn off 1: Turn on The default is on. |
Example:
at+set_config=lora:adr:1\r\n
OK
-
at+get_config=lora:status
This command is used for getting all of the information related to the current LoRa status (except channel information).
Operation | Command | Response |
---|---|---|
Read | at+get_config=lora:status | OK <lora status detail> |
Parameter: NONE
Example:
OK.
*************************************************
===============Device Status List================
Board Core: S76G_B
MCU: STM32L073RZ
LoRa chip: SX1276
Battery Voltage = 4.298 V
Support Gps:true
gps_timeout: 100s
gps_format:standard LPP format
No signal with Satellite.
MPU9250 sensor:
Acceleration(g) of X,Y,Z:
0.02,0.01,1.02
Gyro(degrees/s) of X,Y,Z:
-1.01,0.84,0.83
Magnetometer(uT) of X,Y,Z:
20.85,63.15,51.75
===================List End======================
*************************************************
-
at+set_config=lora:send_interval:<status>:<interval>
This command is used for setting the time interval for sending data.
Operation | Command | Response |
---|---|---|
Write | at+set_config=lora:send_interval:<status>:<interval> | OK |
Parameter:
status | Enable/disable the mechanism for sending data in intervals. 0: the device will not send data automatically. 1: the device will send data every 'interval' seconds. |
interval | Time in seconds. This parameter is only valid if 'status' is set to 1. |
Example:
at+set_config=lora:send_interval:1:120\r\n
Start auto send data with sleep.
OK
Sensor AT command
-
at+set_config=device:gps_timeout:<time>
This command is used to set the timeout of searching GPS satellite.
Operation | Command | Response |
---|---|---|
Write | at+set_config=device:gps_timeout:<time> | OK |
Parameter:
time | Time in seconds. |
Example:
at+set_config=device:gps_timeout:120\r\n
OK
-
at+set_config=device:gps_format:<accuracy>
This command is used to configure the GPS payload format.
Operation | Command | Response |
---|---|---|
Write | at+set_config=device:gps_format:<accuracy> | OK |
Parameter:
accuracy | 0: LPP format which is only 4 decimal digits accuracy 1: 6 decimal digits accuracy The default is 0. |
Example:
at+set_config=device:gps_format:0\r\n
OK
-
at+set_config=device:<parameter>:<status>
This command is used to set a certain sensor’s status.
Operation | Command | Response |
---|---|---|
Write | at+set_config=device:<parameter>:<status> | OK |
Parameter:
parameter | gps = GPS acc = Accelerate magn = Magnetic gyro = Gyroscope voltage = Voltage |
status | 0: close 1: open |
Example:
at+set_config=device:voltage:1\r\n
open voltage detected.
OK
Appendix I: Data Rate by Region
EU868/AS923/US915Data Rate | Configuration | Indicative Physical Bit Rate [bit/s] |
---|---|---|
0 | LoRa: SF10/ 125 kHz | 980 |
1 | LoRa: SF9/ 125 kHz | 1760 |
2 | LoRa: SF8/ 125 kHz | 3125 |
3 | LoRa: SF7/ 125 kHz | 5470 |
4 | LoRa: SF8/ 500 kHz | 12500 |
5 ~ 7 | RFU | - |
8 | LoRa: SF12/ 500 kHz | 980 |
9 | LoRa: SF11/ 500 kHz | 1760 |
10 | LoRa: SF10/ 500 kHz | 3900 |
11 | LoRa: SF9/ 500 kHz | 7000 |
12 | LoRa: SF8/ 500 kHz | 12500 |
13 | LoRa: SF7/ 500 kHz | 21900 |
14 ~ 15 | RFU | - |
AU915
Data Rate | Configuration | Indicative Physical Bit Rate [bit/s] |
---|---|---|
0 | LoRa: SF12/ 125 kHz | 250 |
1 | LoRa: SF11/ 125 kHz | 440 |
2 | LoRa: SF10/ 125 kHz | 980 |
3 | LoRa: SF9/ 125 kHz | 1760 |
4 | LoRa: SF8/ 125 kHz | 3125 |
5 | LoRa: SF7/ 125 kHz | 5470 |
6 | LoRa: SF8/ 500 kHz | 12500 |
7 | RFU | RFU |
8 | LoRa: SF12/ 500 kHz | 980 |
9 | LoRa: SF11/ 500 kHz | 1760 |
10 | LoRa: SF10/ 500 kHz | 3900 |
11 | LoRa: SF9/ 500 kHz | 7000 |
12 | LoRa: SF8/ 500 kHz | 12500 |
IN865
Data Rate | Configuration | Indicative Physical Bit Rate [bit/s] |
---|---|---|
0 | LoRa: SF12/ 125 kHz | 250 |
1 | LoRa: SF11/ 125 kHz | 440 |
2 | LoRa: SF10/ 125 kHz | 980 |
3 | LoRa: SF9/ 125 kHz | 1760 |
4 | LoRa: SF8/ 125 kHz | 3125 |
5 | LoRa: SF7/ 125 kHz | 5470 |
6 | RFU | RFU |
7 | FSK: 50 kbps | 50000 |
8 ~ 15 | RFU | RFU |
Appendix II: TX Power by Region
EU868By default, MaxEIRP is considered to be +16 dBm.
TXPower | Configuration (EIRP) |
---|---|
0 | MaxEIRP |
1 | MaxEIRP - 2 dB |
2 | MaxEIRP - 4 dB |
3 | MaxEIRP - 6 dB |
4 | MaxEIRP - 8 dB |
5 | MaxEIRP - 10 dB |
6 | MaxEIRP - 12 dB |
7 | MaxEIRP - 14 dB |
8 ~ 15 | RFU |
US915
TXPower | Configuration (Conducted Power) |
---|---|
0 | 30 dBm - 2*TXpower |
1 | 28 dBm |
2 | 26 dBm |
3 ~ 9 | - |
10 | 10 dBm |
11 ~ 15 | RFU |
By default, MaxEIRP is considered to be +30 dBm.
TXPower | Configuration (EIRP) |
---|---|
0 | MaxEIRP |
1 ~ 10 | MaxEIRP - 2*TXPower |
11 ~ 10 | RFU |
KR920
By default, MaxEIRP is considered to be +14 dBm.
TXPower | Configuration (EIRP) |
---|---|
0 | MaxEIRP |
1 | MaxEIRP - 2 dB |
2 | MaxEIRP - 4 dB |
3 | MaxEIRP - 6 dB |
4 | MaxEIRP - 8 dB |
5 | MaxEIRP - 10 dB |
6 | MaxEIRP - 12 dB |
7 | MaxEIRP - 14 dB |
8 ~ 15 | RFU |
AS923
By default, Max EIRP shall be 16 dBm.
TXPower | Configuration (EIRP) |
---|---|
0 | MaxEIRP |
1 | MaxEIRP - 2 dB |
2 | MaxEIRP - 4 dB |
3 | MaxEIRP - 6 dB |
4 | MaxEIRP - 8 dB |
5 | MaxEIRP - 10 dB |
6 | MaxEIRP - 12 dB |
7 | MaxEIRP - 14 dB |
8 ~ 15 | RFU |
By default, MaxEIRP is considered to be 30 dBm.
TXPower | Configuration (EIRP) |
---|---|
0 | MaxEIRP |
1 | MaxEIRP - 2 dB |
2 | MaxEIRP - 4 dB |
3 | MaxEIRP - 6 dB |
4 | MaxEIRP - 8 dB |
5 | MaxEIRP - 10 dB |
6 | MaxEIRP - 12 dB |
7 | MaxEIRP - 14 dB |
8 | MaxEIRP - 16 dB |
9 | MaxEIRP - 18 dB |
10 | MaxEIRP - 20 dB |
11 ~ 15 | RFU |
Appendix III: Maximum Transmission Load by Region
M in the following list is the length with MAC header, N is the length without MAC header, and the maximum sending data length is N.
Data Rate | M | N |
---|---|---|
0 | 59 | 51 |
1 | 59 | 51 |
2 | 59 | 51 |
3 | 123 | 115 |
4 | 250 | 242 |
5 | 250 | 242 |
6 | 250 | 242 |
7 | 250 | 242 |
8 ~ 15 | Not Defined | Not Defined |
US915
Data Rate | M | N |
---|---|---|
0 | 19 | 11 |
1 | 61 | 53 |
2 | 133 | 125 |
3 | 250 | 242 |
4 | 250 | 242 |
5 ~ 7 | Not Defined | Not Defined |
8 | 61 | 53 |
9 | 137 | 129 |
10 | 250 | 242 |
11 | 250 | 242 |
12 | 250 | 242 |
13 | 250 | 242 |
14 ~ 15 | Not Defined | Not Defined |
AU915
Data Rate | M | N |
---|---|---|
0 | 59 | 51 |
1 | 59 | 51 |
2 | 59 | 51 |
3 | 123 | 115 |
4 | 250 | 242 |
5 | 250 | 242 |
6 | 250 | 242 |
7 | Not Defined | Not Defined |
8 | 61 | 53 |
9 | 137 | 129 |
10 | 250 | 242 |
11 | 250 | 242 |
12 | 250 | 242 |
13 | 250 | 242 |
14 ~ 15 | Not Defined | Not Defined |
KR920
Data Rate | M | N |
---|---|---|
0 | 59 | 51 |
1 | 59 | 51 |
2 | 59 | 51 |
3 | 123 | 115 |
4 | 250 | 242 |
5 | 250 | 242 |
6 ~ 15 | Not Defined | Not Defined |
AS923
Data Rate | Uplink MAC Payload Size (M) | Downlink MAC Payload Size (M) | ||
---|---|---|---|---|
UplinkDwellTime = 0 | UplinkDwellTime = 1 | DownlinkDwellTime = 0 | DownlinkDwellTime = 1 | |
0 | 59 | N/A | 59 | N/A |
1 | 59 | N/A | 59 | N/A |
2 | 59 | 19 | 59 | 19 |
3 | 123 | 61 | 123 | 61 |
4 | 250 | 133 | 250 | 133 |
5 | 250 | 250 | 250 | 250 |
6 | 250 | 250 | 250 | 250 |
7 | 250 | 250 | 250 | 250 |
8 | RFU | RFU |
IN865
Data Rate | M | N |
---|---|---|
0 | 59 | 51 |
1 | 59 | 51 |
2 | 59 | 51 |
3 | 123 | 115 |
4 | 250 | 242 |
5 | 250 | 242 |
6 | 250 | 242 |
7 | 250 | 242 |
8 ~ 15 | Not Defined | Not Defined |