Namespace Bonsai.IO.Ports
Classes
- BaudRateConverter
Provides a type converter to convert serial baud rates to and from other representations.
- CreateSerialPort
Represents an operator that creates and configures a connection to a system serial port.
- SerialPortConfiguration
Represents the set of configuration parameters used to create a new serial port connection.
- SerialPortNameConverter
Provides a type converter to convert serial port names to and from other representations.
- SerialRead
Represents an operator that reads a sequence of bytes from a serial port.
- SerialReadLine
Represents an operator that reads lines of characters asynchronously from a serial port.
- SerialWrite
Represents an operator that writes a sequence of bytes to a serial port.
- SerialWriteLine
Represents an operator that writes the text representation of each element of the sequence to a serial port.