![Digi S6B User Manual Download Page 63](http://html.mh-extra.com/html/digi/s6b/s6b_user-manual_2496668063.webp)
IP services
XBee Application Service
XBee Wi-Fi RF Module User Guide
63
Send configuration commands
A network client can send AT commands to the XBee Wi-Fi RF Module. The following packet structure
demonstrates how to query the SSID from a network client:
Packet fields
Offset Example Description
Application header Number1
0
0x4242
Number2
2
0x0000
Number1 ^ Number2 = 0x4242.
Packet ID
4
0x00
Reserved for later use (0 for now).
Encryption
pad
5
0x00
Command ID
6
0x02
Indicates remote AT command.
Command
options
7
0x00
Options are not available for this command.
Command-
specific data
Frame ID
8
0x01
Configuration
options
9
0x02
0 – Queue command parameter. Must send
AC
command or use apply changes option to
apply changes.
2 – Apply changes to all changed commands.
AT command
10
0x49 (I)
Command Name - Two ASCII characters
that identify the AT command.
11
0x44(D)
Parameter
value
12
If present, indicates the requested
parameter value to set the given command.
If no characters present, command is
queried.
The response is sent back to the host with the following bytes.