UP/Down Link Command
eWBM LoRa AT Command Manual for Consumer Products, Rev. 0.6, 02/2021
22 | 49
AT+SENDB
⚫
LoRa Data Uplink Command
⚫
Send Data type : hexadecimal data
Table 18 AT+SENDB
Syntax
Operation
Remark
AT+SENDB
W
Uplink command of LoRa Data
Data transfer type: hexadecimal
[Format] : AT+SENDB <application port>:<data> <ENTER>
[Example] Send 5 Byte hexadecimal 0x0a 0x0b 0x0c 0x0d 0x0e to Port #2
AT+SENDB
2:0a0b0c0d0e
<OK>
➢
Note )
When the data is sent successfully,
<OK>
message returns.
If failed, <
AT_ERROR
> message returns.
AT+RECV
⚫
Readout Received Downlink Data
⚫
Received Data Type : text data
Table 19 AT+RECV
Syntax
Operation
Remark
AT+RECV
R
Readout received downlink data
Data type: text
[Format] : AT+RECV <application port>:<data> <ENTER>
[Example 1] No Data Received
AT+RECV
0:
<OK>
[Example 2] Received Data is 12345 through port #2
AT+RECV
2:12345
<OK>