event fired when data is received on the serial data connection
The event handler receives an argument of type ReceivedDataEventArgs containing data related to this event. The following ReceivedDataEventArgs property provides information specific to this event.
Property | Description |
---|---|
ReceivedData | gets the received data |
ISerialIO Interface | Whisperstream.SerialComm.Framework.Interfaces Namespace