serial-port ~master (2022-05-05T23:11:02.0005443)
Dub
Repo
BaudRate
serial
device
Represents allowed baud rate speeds for serial port.
Values
Value
Meaning
BR_0
0
BR_50
50
BR_75
75
BR_110
110
BR_134
134
BR_150
150
BR_200
200
BR_300
300
BR_600
600
BR_1200
1200
BR_1800
1800
BR_2400
2400
BR_4800
4800
BR_9600
9600
BR_19200
19_200
BR_38400
38_400
BR_57600
57_600
BR_115200
115_200
BR_230400
230_400
BR_UNKNOWN
Meta
Source
See Implementation
serial
device
aliases
posixClose
posixRead
posixWrite
classes
DataBitsUnsupportedException
DeviceClosedException
DeviceReadException
DeviceWriteException
InvalidDeviceException
InvalidParametersException
ParityUnsupportedException
SerialPort
SpeedUnsupportedException
StopBitsUnsupportedException
TimeoutException
enums
BaudRate
DataBits
Parity
StopBits
functions
GetCommState
SetCommState
SetCommTimeouts
manifest constants
B115200
B14400
B230400
B28800
B57600
B7200
B76800
EVENPARITY
MARKPARITY
NOPARITY
ODDPARITY
ONE5STOPBITS
ONESTOPBIT
SPACEPARITY
TWOSTOPBITS
structs
COMMTIMEOUTS
DCB
Represents allowed baud rate speeds for serial port.