Endorphin.IO


Serial

Namespace: Endorphin.IO

Nested types and modules

TypeDescription
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 valueDescription
DefaultSerialConfiguration
Signature: SerialConfiguration
Fork me on GitHub