ZylSerialPort.NET

SerialPort.DataEventHandler Event

Occures when data was received.

[Visual Basic]
Public Event Received As 
[C#]
public event  Received;

Event Data

The event handler receives an argument of type DataEventArgs containing data related to this event. The following DataEventArgs property provides information specific to this event.

Property Description
Buffer Sent or received data.

See Also

SerialPort Class | ZylSerialPort Namespace