Condividi tramite


SerialPort.RtsEnable Proprietà

Definizione

Ottiene o imposta un valore che indica se il segnale RTS (Request to Send) è abilitato durante la comunicazione seriale.

public:
 property bool RtsEnable { bool get(); void set(bool value); };
public bool RtsEnable { get; set; }
[System.ComponentModel.Browsable(true)]
public bool RtsEnable { get; set; }
member this.RtsEnable : bool with get, set
[<System.ComponentModel.Browsable(true)>]
member this.RtsEnable : bool with get, set
Public Property RtsEnable As Boolean

Valore della proprietà

true per attivare RTS; in caso contrario, false. Il valore predefinito è false.

Attributi

Eccezioni

Il valore della proprietà RtsEnable viene impostato o recuperato mentre la proprietà Handshake è impostata sul valore RequestToSend o RequestToSendXOnXOff.

La porta è in uno stato non valido.

-oppure-

Un tentativo di impostare lo stato di una porta sottostante non è riuscito. Ad esempio, i parametri passati da questo oggetto SerialPort non sono validi.

Commenti

Il segnale Request to Transmit (RTS) viene in genere usato nell'handshaking hardware Request to Send/Clear to Send (RTS/CTS).

Si applica a