StopBits# Python version of the stop bits enumeration. Members# Member Value Description NO_STOP_BITS 0 No stop bit is used. ONE 1 One parity bit is used. TWO 2 Two parity bits are used. ONE_POINT_FIVE 3 One point five parity bit is used.