Command reference tables Addressing commands
XBee/XBee-PRO ZigBee RF Modules User Guide 154
Addressing commands
AT
Command
Name and Description
Node
Type
1
Parameter Range Default
DH Destination Address High.Set/Get the upper 32 bits of
the 64-bit destination address. When combined with DL,
it defines the 64-bit destination address for data
transmission. Special definitions for DH and DL include
0x000000000000FFFF (broadcast) and
0x0000000000000000 (coordinator).
CRE 0 - 0xFFFFFFFF 0
DL Destination Address Low. Set/Get the lower 32 bits of
the 64-bit destination address. When combined with
DH, it defines the 64-bit destination address for data
transmissions. Special definitions for DH and DL include
0x000000000000FFFF (broadcast) and
0x0000000000000000 (coordinator).
CRE 0 - 0xFFFFFFFF 0xFFFF
(Coordinator)
0
(Router/End
Device)
MY 16-bit Network Address. Read the 16-bit network
address of the module. A value of 0xFFFE means the
module has not joined a ZigBee network.
CRE 0 - 0xFFFE
[read-only]
0xFFFE
MP 16-bit Parent Network Address. Read the 16-bit
network address of the module's parent. A value of
0xFFFE means the module does not have a parent.
E 0 - 0xFFFE
[read-only]
0xFFFE
NC Number of Remaining Children. Read the number of
end device children that can join the device. If NC
returns 0, then the device cannot allow any more end
device children to join.
CR 0 - MAX_CHILDREN
(maximum varies)
read-only
SH Serial Number High. Read the high 32 bits of the
module's unique 64-bit address.
CRE 0 - 0xFFFFFFFF
[read-only]
factory-set
SL Serial Number Low. Read the low 32 bits of the
module's unique 64-bit address.
CRE 0 - 0xFFFFFFFF
[read-only]
factory-set
NI Node Identifier. Set/read a string identifier. The
register only accepts printable ASCII data. In AT
Command Mode, a string cannot start with a space. A
carriage return ends the command. A command will
automatically end when maximum bytes for the string
have been entered. This string is returned as part of the
ND (Node Discover) command. This identifier is also
used with the DN (Destination Node) command. In AT
command mode, an ASCII comma (0x2C) cannot be
used in the NI string.
CRE 20-Byte printable
ASCII string
ASCII space
character (0x20)
SE Source Endpoint. Set/read the ZigBee application layer
source endpoint value. This value will be used as the
source endpoint for all data transmissions. SE is only
supported in AT firmware.The default value 0xE8 (Data
endpoint) is the Digi data endpoint.
CRE 0 - 0xFF 0xE8