System.IO.Ports.SerialPort.RtsEnable Property

Gets or sets a value indicating whether the Request to Send (RTS) signal is enabled during serial communication.

Syntax

[System.ComponentModel.Browsable(true)]
[System.ComponentModel.DefaultValue(false)]
[System.Diagnostics.MonitoringDescription("")]
public bool RtsEnable { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The Request to Transmit (RTS) signal is typically used in Request to Send/Clear to Send (RTS/CTS) hardware handshaking.

Requirements

Namespace: System.IO.Ports
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0