Manual
38
ProBee
-
ZE20S User Guide Rev.1.
10
be “FFFFFFFFFFFFFFFF” and “FFFF”.
AT+TRANSMITMODE=4<CR> or AT+TM=4<CR>
Set the transmission mode to unicast to a sink node. The device should be reset to apply the mode.
Example)
AT+DESTLA=00019500002FDC40<CR> # Set the destination IEEE address
OK<CR> # Response
ATD<CR> # Enter the unicast mode using destination IEEE address
OK<CR> # Response
Send unicast msg # Put the unicast message
+++ # Leave data mode
OK<CR> # Response
ATD0000<CR> # Enter the unicast mode using 16-bit node ID
OK<CR> # Response
Send unicast msg # Put the unicast message
+++ # Leave data mode
OK<CR> # Response
ATD00019500002FDC40<CR> # Enter the unicast mode using 64-bit IEEE address
OK<CR> # Response
Send unicast msg # Put the unicast message
+++ # Leave data mode
OK<CR> # Response
AT+DESTLA=00019500002FDC40<CR> # Set the destination IEEE address
OK<CR> # Response
AT+TRANSMITMODE=1<CR> # Set transmission mode to destination IEEE address
OK<CR> # Response
ATZ<CR> # Apply to change
OK<CR> # Response
Send unicast msg # Put the unicast message
+++ # Leave data mode
OK<CR> # Response