29
ProBee-ZS10 User Guide Rev.1.1
the data mode, on the other hand, incoming data is always displayed. To change the S11 register, please
use the AT command as below:
ATS11=<value><CR>,
where <value> = 0 to hide incoming message, 1 to show incoming message.
If user wants to display incoming message in command mode, S11 should be enabled. It is presented by
a form of +<
IEEE address>
|<MSG><CR>.
When displaying incoming messages in command mode, some characters are encoded in the same way
with sending binary data as in Table 4-1. For example, when receiving
abc<CR>
from
0001950000000001, the displaying message is as follows:
+0001950000000001| abc\0D<CR>
4.2
Data Mode
If the data is too long to send using the command mode, Data Mode can be used instead. Once the ZS10
enters a Data Mode session, the ZS10 can send data continuously to a specific node or current network
until the data mode is escaped. The data is packetized and transmitted at every inter-character timeout.
This data link to the designated device is maintained until the escape command “+++” is entered. To
return to the last data mode after the ZS10 is escaped by “+++”, use the AT command as below.
ATO<CR>
4.2.1
Unicast Data Mode
Unicast data mode can be used for continuous data transmission to a particular node. Unicast data mode
can be entered using either ATD or AT+TRANSMITMODE=1 (or 4). If ATD command is used, the device
will enter the unicast data mode immediately until escaped using “+++” or reset by ATZ. If the device is
reset, it will not enter the unicast data mode in this case.
On the other hand, if AT+TRANSMITMODE=1 (or 4) is used to enter the unicast data mode, the device
enters the unicast data mode again whenever the device is reset. To disable the unicast data mode,
escape the data mode first by using “+++” string and use AT+TRANSMITMODE=0 and reset the device to
apply the setting permanently.
AT commands used for the unicast data mode are as below.
AT+DESTLA=<value>
Set the destination address, where <value> is 64-bit IEEE address of destination node for unicast data
mode.