enum io.SerialStopBits
Overview
This enumeration lists all possible values for stop bits setting of the serial port. More…
enum SerialStopBits { _1, _15, _2, };
Detailed Documentation
This enumeration lists all possible values for stop bits setting of the serial port.
Stop bits are auxillary(non-data) bits sent at the end of each character to re-synchronize the receiver; normally 1 stop bit is used.
Enum Values
_1
One stop bit.
_15
One and a half stop bit (1.5 bit duration).
_2
Two stop bits.