Skip to main content

SerialError Enum

NuGet: GHIElectronics.TinyCLR.Devices.Uart
Assembly: System.IO.Ports
Namespace: System.IO.Ports

Errors that can occur on the serial port.

public enum SerialError

Fields

NameValueDescription
TXFull0x100The transmit buffer is full.
RXOver1The receive buffer overflowed.
Overrun2A character was received before the previous one was read (hardware overrun).
RXParity4A parity error was detected.
Frame8A framing error was detected.