Enum SerialErrorType
Describes the type of error encountered during serial communication.
Assembly: Meadow.Contracts.dll
View Source
public enum SerialErrorType
Fields
TxFull
Transmit buffer is full
View Source
TxFull = 0
RxOverrun
Receive buffer overrun
View Source
RxOverrun = 1
Overrun
Buffer overrun
View Source
Overrun = 2
RxParity
Parity error on received data
View Source
RxParity = 3
Frame
Frame error
View Source
Frame = 4