Navigation: Reference Guide > Serial Communication > Properties >
Gets or sets the minimum number of characters sitting in the input buffer before the OnComm event is triggered.
[Visual Basic]
Public Property RThreshold() As Integer
Remarks
if this property is 0, OnComm event will never be fired.
See Also
OnComm event