Table of Contents

Enum SerialPortKind

Namespace
Pamoja.Hal
Assembly
Pamoja.Hal.dll

What is on the other end of a serial port.

public enum SerialPortKind : byte

Fields

Device = 0

The kernel's serial device, with a real line on the other end.

Looped = 1

The port's own output, looped back to its input.

Paired = 2

The other end of a null-modem pair.

Scripted = 4

A script of the writes a driver is expected to make.

Simulated = 3

A simulated device that answers each write.