BFModule.CLComm.StopBits#
- class BFModule.CLComm.StopBits#
 Bases:
pybind11_objectEnum specifying values for the "Stop bits" setting of the serial port.
Members:
SB1 : One stop bit is transmitted to indicate the end of a byte.
SB2 : Two stop bits are transmitted to indicate the end of a byte.
SB1_5 : The stop bit is transferred for 150% of the normal time used to transfer one bit.
- __init__(self: BFModule.CLComm.StopBits, value: int) None#
 
Methods
__init__(self, value)Attributes
SB1SB1_5SB2value- property name#