Execute XBee AT commands
To execute an AT command use xbee execute. This command allows you to execute an AT command in the local XBee device or in any remote device in the network.
Use xbee execute ? to display its help and syntax.
> xbee execute ? Executes an AT command on an XBee. Syntax: execute XBEE-ID AT-COMMAND [value STRING] Parameters ------------------------------------------------------------------------------- XBEE-ID XBee ID (MAC or node ID). (Required) AT-COMMAND AT command. (Required) value AT command value. >
- XBEE-ID—required—is the XBee identifier, that can be the 64-bit address or the node identifier.
- AT-COMMAND—required—is the AT command to execute.
- value—optional: Specify the AT command arguments if they are allowed.
For example, to apply all the current changes, use the AC AT command in an XBee with a 64-bit address of 0013A200DDDDDDD0, enter the following command:
Example: xbee execute
> xbee execute 0013A200DDDDDDD0 AC >