RuiXingHengFang Network Co. Ltd. 76052 ユーザーズマニュアル

ページ / 44
V2.6 2015-12-03
www.risinghf.com
LoRaWAN Module RHF76-052 User Manual
RisingHF
17
AT+CMSG="Data to send"
Return:
(NACK)
+CMSG: Start LoRaWAN transaction
+CMSG: TX "RisingHF"
+CMSG: Wait ACK
+CMSG: Done
Return:
(ACK Received)
+CMSG: Start LoRaWAN transaction
+CMSG: TX "RisingHF"
+CMSG: Wait ACK
+CMSG: ACK Received
+CMSG: RXWIN2, RSSI -88, SNR 13.75
+CMSG: Done
Return:
(ACK with Payload received)
+CMSG: Start LoRaWAN transaction
+CMSG: Wait ACK
+CMSG: ACK Received
+CMSG: PORT: 5; RX: "14 54 54"
+CMSG: RXWIN2, RSSI -88, SNR 13.5
+CMSG: Done
8.6 MSGHEX
Use to send hex format frame which is no need to be confirmed by the server.
Format:
AT+MSGHEX="xx xx xx xx"
eg: AT+MSGHEX="11 22 33 AA BB FF"
Return:
+MSGHEX: Start LoRaWAN transaction
+MSGHEX: TX "xxxxxx"
+MSGHEX: Done
For detailed examples, please refer to MSG. MSG and MSGHEX are the same command except
payload format.
8.7 CMSGHEX
Use to send hex format frame which must be confirmed by the server.
Format:
AT+CMSGHEX="Data to send"
eg: AT+CMSGHEX="11 22 33 AA BB FF"
Return:
+CMSGHEX: Start LoRaWAN transaction
+CMSGHEX: TX "xxxxxx"
+CMSGHEX: Wait ACK
+CMSGHEX: Done
For detailed examples, please refer to CMSG. CMSG and CMSGHEX are the same command except
payload format.