ZylSerialPort.NET

SerialPort Events

The events of the SerialPort class are listed below. For a complete list of SerialPort class members, see the SerialPort Members topic.

Public Instance Events

Connected Occures after the serial port is connected.
Disconnected Occures when the serial port is disconnected.
Disposed (inherited from Component)Adds an event handler to listen to the Disposed event on the component.
LineStatusChanged Occures when the line status of the serial port is changed.
Received Occures when data was received.
Sent Occures when data was sent.

See Also

SerialPort Class | ZylSerialPort Namespace