Frame descriptions Local AT Command Response - 0x88
XBee® SX 868 RF Module User Guide
181
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, ND (Network Discover). Refer to individual AT command
descriptions for details on API response behavior.
This frame is only emitted if theFrame ID in the request is non-zero.
Format
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 theAT 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 tothis 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.