serial-port v1.1.0 (2014-10-14T16:25:18Z)
Home
Dub
Repo
BaudRate
serial
device
Represents allowed baud rate speeds for serial port.
Values
Value
Meaning
BR_110
110
BR_300
300
BR_600
600
BR_1200
1200
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_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
B57600
EVENPARITY
MARKPARITY
NOPARITY
ODDPARITY
ONE5STOPBITS
ONESTOPBIT
SPACEPARITY
TWOSTOPBITS
structs
COMMTIMEOUTS
DCB
Represents allowed baud rate speeds for serial port.