User's Manual

10
Commands Usage:
senddata <data>
Description: Sending user data by transmission period(default period is
60 seconds)
<data>: continuously hexadecimal value without the “0x” or “0X” prefix.
The length of <data> bytes capable of being transmitted is dependent
upon the data rate.
Receiving data
The receiving task just after each transmit operation, if a downlink data
was received, following message will be displayed:
[Output]
[!] Receive FPort=3, Length=3
[DATA:AA5531]
In this case, the received data is three-byte length and the contents: 0xAA
0x55 0x31.