XBee® Wi-Fi RF Modules
© 2013 Digi International, Inc. 82
Remote Command Response
Frame Type: 0x87
If a module receives a remote command response RF data frame in response to a Remote AT
Command Request, the module will send a Remote AT Command Response message out the UART
or SPI.
Example: If a remote command is sent to a remote module with an IP address of
192.168.0.103 to set the D1 parameter to 3 (digital input), the response is shown in the
example API frame in the table below.
Frame Fields Offset Example Description
API Packet
Start
0 0x7E
Length
MSB 1 0x00
Number of bytes between the length and the checksum
LSB 2 0x0D
API Frame
Specific
Data
API Frame
Identifier
3 0x87
Frame ID 4 0x01
64-Bit
Responder
Address
5 0x00
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
9 0xC0
10 0xA8
11 0x00
12 0x67
AT
Command
MSB 13 0x44 (D)
Command Name - Two ASCII characters that identify the
AT command
LSB 14 0x31 (1)
Status 15 0x00
1 = ERROR
2 = Invalid Command
3 = Invalid Parameter
Parameter
Value
-
If present, indicates value of the requested parameter. If
not present, this is not a response to a query command.
Checksum 16 0x33
0xFF minus the 8 bit sum of bytes from offset 3 to this
byte.