User's Manual
- 16 -
broadcast) It’s applied after resetting the node.
Example
AT+OPMODE=1<CR>
OK<CR>
AT+OPMODE=?<CR>
1<CR>
OK<CR>
4.4.22. AT+DATAMODE
Description
Get/Set the data transport mode. (0: no data loss, 1~3: optimized for thruput, 4:
maximized thruput)
Example
AT+DATAMODE=1<CR>
OK<CR>
AT+DATAMODE?<CR>
1<CR>
OK<CR>
4.4.23. AT+UNICAST
Description
Send unicast message to specific node using EUI address or node ID.
Example
AT+UNICAST=000D6F000048842F,send_unicast_MSG<CR>
OK<CR>
4.4.24. AT+MULTICAST
Description
Send multicast message to specific group. Every node belongs to a group after being
booted up if it is designated a group ID. (default: 0x0000)
Example
AT+MULTICAST=ABCD,send_multicast_MSG<CR>
OK<CR>
4.4.25. AT+BROADCAST
Description
Send broadcast message to the all nodes joining the network.
Example
AT+BROADCAST=send_broadcast_MSG<CR>
OK<CR>
4.4.26. AT+REMOTECONFIG
Description
Remote control the configuration of specific node by sending unicast command
message. It is possible to get or set the configuration status of the node joined current
network.
Example
AT+REMOTECONFIG<CR>
Possible command list
…
OK<CR>
AT+REMOTECONFIG=000D6F000048842F,AT command<CR>
OK<CR>