XBee® Wi-Fi RF Modules
© 2013 Digi International, Inc. 91
ZigBee Remote AT Command Response
Frame Type: 0x97
This frame type is only provided for software compatibility with other XBee modules. It is used
to generate a response to the ZigBee Remote AT Command (0x17). Normally, Remote AT
command (0x07) is used instead with a remote command response of 0x87. An example of this
frame type is given below:
API Packet
Start
0 0x7E
Length
MSB 1 0x00
Number of bytes between the length
and the checksum
LSB 2 0x0F
API Frame
Specific Data
API Frame
Identifier
3 0x97
Frame ID 4 0x01
64-bit source
address
The address of the remote radio
returning this response. Align IP address
to low 32-bits of the field. The other
bytes set to 0. Value is in hex. In this
example the IP address is 192.168.0.103
6 0x00
7 0x00
8 0x00
10 0xA8
11 0x00
Reserved
13 0xFF
Unused placeholder
14 0xFE
AT Command
15 0x44 ‘D’
Name of the Command
Command Status 17 0x00
0 = OK
1 = ERROR
2 = Invalid Command
3 = Invalid Parameter
4 = Tx Failure
Command Data
If present, indicates the value of the
requested parameter value. If not
present, this is not a response to a query
command.
Checksum
18 0x0B
Add this value to sum of bytes from byte
3 to here such that result = 0xff.