I need to implement a custom serial protocol where the parity bit is used as a "message start" identifier... that's it, the parity bit needs to be set (1) only for the first byte to be sent then it needs to be cleared (0) for every subsequent byte of that message (the parity bit is not used for CRC purpose as intended by the 232 standard).