SerialPort.DtrEnable 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,在序列通訊期間啟用 Data Terminal Ready (DTR) 信號。
public:
property bool DtrEnable { bool get(); void set(bool value); };
public bool DtrEnable { get; set; }
[System.ComponentModel.Browsable(true)]
public bool DtrEnable { get; set; }
member this.DtrEnable : bool with get, set
[<System.ComponentModel.Browsable(true)>]
member this.DtrEnable : bool with get, set
Public Property DtrEnable As Boolean
屬性值
true
表示啟用 Data Terminal Ready (DTR),否則為 false
。 預設為 false
。
- 屬性
例外狀況
備註
數據終端機就緒 (DTR) 通常會在 XON/XOFF 軟體交握期間啟用,並要求傳送/清除傳送 (RTS/CTS) 硬體交握和數據機機通訊。