XBee® Wi-Fi RF Modules
© 2013 Digi International, Inc. 86
ZigBee TX Status
Frame Type: 0x8B
This frame type is only provided for software compatibility with other XBee modules. Frame
type 0x89 is normally sent in response to transmissions. This frame type is sent in response to
Zigbee (0x10) and Zigbee explicit (0x11) transmissions. An example of this frame type is given
below:
API Packet
Start
0 0x7E
Length
MSB 1 0x00
Number of bytes between the length and the
checksum
LSB 2 0x07
API Frame
Specific
Data
API Frame
Identifier
3 0x8B
Frame ID 4 0x01 Frame ID of the correlating transmission
Reserved
Hard coded values can be ignored 6 0xFE
7 0x00
Status 8 0x00
0x00 = Success
0x03 = Transmission was purged because it was
attempted before stack was completely up.
0x04 = Physical error occurred on the interface
with the WiFi transceiver.
0x21 = Transmission timed out awaiting an
acknowledgement from the remote device.
0x32 = Resource Error; Either buffers or sockets
were depleted, preventing a transmission from
occurring.
0x74 = Message not sent because it was too long
0x76 = Attempt to create a client socket failed
Reserved 9 0x00 Hard coded value can be ignored
Checksum
10 0x76
Add this value to sum of bytes from byte 3 to here
such that result = 0xff.