UART Parity Bit and Frame Structure
UART frames consist of a start bit, data bits, an optional parity bit, and stop bit(s). Parity can be even, odd, or omitted. Even parity is calculated by ensuring an even total of 1s. The receiver checks the parity bit against calculated values to detect errors, flagging discrepancies accordingly.