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
| Name | Value | Description |
|---|---|---|
TXFull | 0x100 | The transmit buffer is full. |
RXOver | 1 | The receive buffer overflowed. |
Overrun | 2 | A character was received before the previous one was read (hardware overrun). |
RXParity | 4 | A parity error was detected. |
Frame | 8 | A framing error was detected. |