Operate in API mode
Frame data
XBee 868LP RF Modules User Guide
203
Remote Command Response frame - 0x97
Description
If a device receives this frame in response to a Remote Command Request (0x17) frame, the device
sends an AT Command Response (0x97) frame out the serial interface.
Some commands, such as the
ND
command, may send back multiple frames. For details on the
behavior of
ND
, see
.
Format
The following table provides the contents of the frame. For details on frame structure, see
Frame data
fields
Offset Description
Frame type
3
0x97
Frame ID
4
This is the same value passed in to the request. If Frame ID = 0 in the
associated request frame the device does not deliver a response frame.
64-bit source
(remote)
address
5-12
The address of the remote device returning this response.
Reserved
13-14
Reserved.
AT commands
15-16
The name of the command.
Command
status
17
0 = OK
1 = ERROR
2 = Invalid Command
3 = Invalid Parameter
4 = No response
The most significant nibble is a bit field as follows:
0x40 = The RSSI field is invalid and should be ignored.
0x80 = Response is a remote command
Command data
18-n
The value of the requested register.
Example
If a device sends a remote command to a remote device with 64-bit address 0x0013A200 40522BAA to
query the
SL
command, and if the frame ID = 0x55, the response would look like the following
example.
Frame data fields
Offset
Example
Start delimiter
0
0x7E