Frame descriptions Remote AT Command Request - 0x17
XBee® SX 868 RF Module User Guide
179
Offset Size Frame Field Description
command change is received with this bit set
n
Bit 2: Reserved (set to 0)
n
Bit 3: Reserved (set to 0)
n
Bit 4: Send the remote command securely [0x10]
Note Option values may be combined.Set all unused bits to 0.
16 16-bit
AT command The two ASCII characters that identify theAT Command.
18-n variable Parameter
value
(optional)
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.
EOF 8-bit Checksum 0xFF minus the 8-bit sum of bytes from offset 3 tothis 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 ofa device with the 64-bit address of 0013A20012345678 to "Remote" and apply the
change immediately.
The correspondingRemote 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 Frame ID 64-bit dest Reserved
Command
options
AT
command Parameter value
0x17 0x27 0x0013A200
12345678
0xFFFE 0x02 0x4E49 0x52656D6F7465
Request Matches
response
Unused
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 subsequentAC
command or written to flash with a queued WR command so the change will be active after a power
cycle.
The corresponding Remote AT Command Response- 0x97with a matching Frame ID will indicate
success.
7E 00 11 17 68 00 13 A2 00 12 34 56 78 FF FE 00 49 44 04 51 D8