AT+SENDUCASTB:<Length>,<Address>,
<SourceEP>,<DestEP>,<ProfileID>,
<ClusterID>
<Length> - 8-bit hexadecimal number indicating
the length of the message
<Address> - can be the remote node’s EUI64,
Network address, address table index or binding
table index.
<SourceEP> - 8-bit hexadecimal number,
specifying the source endpoint. For unicasts to
binding table entries, the source endpoint is
taken from register S40.
<DestEP> - 8-bit hexadecimal number,
specifying the destination endpoint. For unicasts
to binding table entries dummy 8-bit numbers
need to be specified for both endpoints, which
will be overwritten with the information from the
binding table.
Example
AT+SENDUCASTB:05,0000,01,01,C091,0002
>HELLO
Sends a Unicast to Coordinator
Note
As a unicast command, AT+SENDUCASTB is
subject to the same limits of payload length and
simultaneous messages as AT+UCASTB.
SEQ and ACK are only reported when cluster
0002 is used.
Use on
All Devices
Response
> <data being entered>
SEQ:XX
OK
or ERROR<errorcode>
After the ‘>’ prompt a number of characters are
expected to be entered as defined by <Length>.
<errorcode> represents the error code explained
in section 3.
When bit 9 of S10 is set a timeout error is
generated if no character is received for 1
second
Prompt
ACK:XX
or NACK:XX
If bit B of S10 is set, “SEQ”, “ACK” and “NACK”
are not reported. “OK” means that the message
has been acknowledged by the destination.
Please check ZigBee Cluster Library and HA
Profile for more information about constructing a
raw command