ZylSerialPort.NET

SerialPort.SetRTS Method 

Sets RTS line.

[Visual Basic]
Public Sub SetRTS( _
   ByVal Boolean As Boolean _
)
[C#]
public void SetRTS(
   Boolean OnOff
);

Parameters

Boolean
true = high; false = low

See Also

SerialPort Class | ZylSerialPort Namespace