Operate in API mode
Frame descriptions
XBee/XBee-PRO S2C 802.15.4 RF Module User Guide
130
Local AT Command Response - 0x88
Request frames:
n
Local AT Command Request - 0x08
n
Queue Local AT Command Request - 0x09
Description
This frame type is emitted in response to a local AT Command request. Some commands send back
multiple response frames; for example,
. Refer to individual AT command
descriptions for details on API response behavior.
This frame is only emitted if the Frame ID in the request is non-zero.
Format
The following table provides the contents of the frame. For details on frame structure, see
Offset Size
Frame Field Description
0
8-bit
Start
Delimiter
Indicates the start of an API frame.
1
16-bit
Length
Number of bytes between the length and checksum.
3
8-bit
Frame type
Local AT Command Response -
0x88
4
8-bit
Frame ID
Identifies the data frame for the host to correlate with a prior
request.
5
16-bit
AT
command
The two ASCII characters that identify the AT Command.
7
8-bit
Command
status
Status code for the host's request:
0
= OK
1
= ERROR
2
= Invalid command
3
= Invalid parameter
8-n
variable
Command
data
(optional)
If the host requested a command parameter change, this field will
be omitted.
If the host queried a command by omitting the parameter value in
the request, this field will return the value currently set on the
device.
EOF
8-bit
Checksum
0xFF minus the 8-bit sum of bytes from offset 3 to this byte
(between length and checksum).