Operate in API mode
Frame descriptions
Offset
Size
Frame Field Description
Bit field of options that apply to the remote AT command
request:
15
8-bit
Remote
command
options
n
Bit 0: Disable ACK [0x01]
n
Bit 1: Apply changes on remote [0x02]
l
If not set, changes will not applied until the device
receives an AC command or a subsequent
command change is received with this bit set
n
n
n
Bit 2: Reserved (set to 0)
Bit 3: Reserved (set to 0)
Bit 4: Send the remote command securely [0x10]
Note Option values may be combined. Set all unused bits to 0.
AT command The two ASCII characters that identify the AT Command.
16
16-bit
If present, indicates the requested parameter value to set the
given register.
If no characters are present, it queries the current parameter
value and returns the result in the response.
18-n
variable
Parameter
value
(optional)
EOF
8-bit
Checksum
0xFF minus the 8-bit sum of bytes from offset 3 to this 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.
Set remote command parameter
Set the NI string of a device with the 64-bit address of 0013A20012345678 to "Remote" and apply the
change immediately.
The corresponding Remote AT Command Response- 0x97 with a matching Frame ID will indicate
success.
7E 00 15 17 27 00 13 A2 00 12 34 56 78 FF FE 02 4E 49 52 65 6D 6F 74 65 F6
Frame
type
Command
options
AT
command
Frame ID 64-bit dest
Reserved
Parameter value
0x17
0x27
0x0013A200
12345678
0xFFFE
0x02
0x4E49
0x52656D6F7465
Unused
Request
Matches
response
Apply
Change
"NI"
"Remote"
Queue remote command parameter change
Change the PAN ID of a remote device so it can migrate to a new PAN, since this change would cause
network disruption, the change is queued so that it can be made active later with a subsequent AC
XBee/XBee-PRO S2C 802.15.4 RF Module User Guide
123