Frame descriptions Remote Command Response frame - 0x97
XBee®-PRO 900HP/XSC RF Modules
157
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.
Format
The following table provides the contents of the frame. For details on frame structure, see API frame
format.
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
The least significant nibble indicates the command status:
0 = OK
1 = ERROR
2 = Invalid command
3 = Invalid parameter
4 = Remote command transmission failed
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.