ZylSerialPort.NET

SerialPort.DataEventHandler Event

Occures when data was sent.

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

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