Is it possible to have 7bits over the Xbee serial I/F.

I have an Arduino that reads on 7bit Even parity and need to transmit the frame over Zigbee
XBee series 2 Zigbee (XB24-ZB)

The radio does not have an option to set it for 7 data bits. Only 8 data bits with different parity and stop bits.

1 Like

Ok, I will solve the 7bits + parity problem outside the radio link. Will just mask the parity bit in the receive buffer.