System.IO.Ports.SerialPort.DtrEnable Property

Gets or sets a value that enables the Data Terminal Ready (DTR) signal during serial communication.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Data Terminal Ready (DTR) is typically enabled during XON/XOFF software handshaking and Request to Send/Clear to Send (RTS/CTS) hardware handshaking, and modem communications.

Requirements

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