This event is fired when amount of incoming data bytes is greater than or equal to RThreshold.
[Visual Basic] Public Event OnComm(ByVal Count As Integer) |
Parameters
Count
The number of data bytes sitting in the input buffer.
Remarks
If RThreshold property is 0, this event will never be fired.
See Also