radloggerpy.types.serial_stopbit module

class radloggerpy.types.serial_stopbit.SerialStopbitTypes(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]

Bases: Enum

Enum listing all possible supported types of serial stopbits

STOPBITS_ONE = 1
STOPBITS_ONE_POINT_FIVE = 1.5
STOPBITS_TWO = 2