Enum SerialData
Specifies the type of character that was received on the serial port of the SerialPort object.
public enum SerialData
Fields
Chars = 1A character was received and placed in the input buffer.
WatchChar = 2The
watchcharacter was received and placed in the input buffer.This is only supported on .Net nanoFramework.
Remarks
This enumeration is used with the DataReceived event.
You examine the type of character that was received by retrieving the value of the EventType property.
The EventType property contains one of the values from the SerialData enumeration.