Operate in API mode
Frame descriptions
XBee/XBee-PRO S2C 802.15.4 RF Module User Guide
112
Offset Size
Frame
Field
Description
EOF
8-bit
Checksum
0xFF minus the 8-bit sum of bytes from offset 3 to this byte
(between length and checksum).
Examples
Each example is written without escapes (
AP
=
1
) and all bytes are represented in hex format. For
brevity, the start delimiter, length, and checksum fields have been excluded.
64-bit unicast
Sending a unicast transmission to a device with the 64-bit address of
0013A20012345678
with the
serial data "
TxData
".
The corresponding
response with a matching Frame ID will indicate whether
the transmission succeeded.
7E 00 11
00 52 00 13 A2 00 12 34 56 78 00 54 78 44 61 74 61
9E
Frame type
Frame ID
64-bit dest address
Tx options
RF data
0x00
0x52
0x0013A200
12345678
0x00
0x547844617461
Input
Matches response
"TxData"
64-bit broadcast
Sending a broadcast transmission of the serial data "
Broadcast
" and suppressing the corresponding
response by setting Frame ID to
0
.
7E 00 14
00 00 00 00 00 00 00 00 FF FF 00 42 72 6F 61 64 63 61 73 74
6E
Frame type
Frame ID
64-bit dest address
Tx options
RF data
0x00
0x00
0x00000000
0000FFFF
0x00
0x42726F616463617374
Input
Suppress response
Broadcast address
"Broadcast"