Avoid TX Status packet?

Is it possible to configure the xbee device to not send tx status packets after every request?

If encryption is enabled, the frame data of these packets is encrypted?

Use frame Id: 0x00 for your Tx packets to disable acknowledgement packets.

frame data of Tx packet… right? yeah, its encrypted if enabled.

1 Like

This is dependent upon which XBee module you are referring to and which ACK you are referring to. If you are referring to the ACK on an API transmit request, then Killer32 is correct. Setting the packet ID to 0x00 would keep you from getting an API TX status frame. But if you are referring to an ACK over the air, the only product that can do that is the 802.15.4 modules. Just configure the 802.15.4 modules with the MM command and you can disable the ACK over the air.

1 Like