RThreshold Property

Navigation:  Reference Guide > Serial Communication > Properties >

RThreshold Property

Previous pageReturn to chapter overviewNext page

Gets or sets the minimum number of characters sitting in the input buffer before the OnComm event is triggered.

[Visual Basic .NET]

Public Property RThreshold As Integer

[C#]

public int RThreshold {get; set;}

Remarks

if this property is 0, OnComm event will never be fired.

 

See Also

OnComm event