fired when any data is received by on the serial port
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 |
SerialIO Class | Whisperstream.SerialComm.IO Namespace