Serial
Namespace: Endorphin.IO
Nested types and modules
| Type | Description |
| ParityMode | Serial port parity mode. |
| SerialConfiguration | Serial port configuration. |
| SerialInstrument<'T> | Agent to serialise writing linemode commands to a serial port and to read emitted data into lines asynchronously (avoiding some quirks in SerialPort) This is useful for devices which don't implement a VISA-style command-response e.g. if commands are not acknowledged but the device may stream line-mode data |
| StopBitMode | Serial port stop bit mode. |
Functions and values
| Function or value | Description |
DefaultSerialConfiguration
Signature: SerialConfiguration
|
|