SerialPort.RtsEnable 속성

정의

직렬 통신에 RTS(Request to Send) 신호를 사용할 수 있는지를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

Boolean

RTS(Request to Send)를 사용할 수 있으면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

특성

예외

RtsEnable 속성이 Handshake 값 또는 RequestToSend 값으로 설정되어 있는데 RequestToSendXOnXOff 속성의 값을 설정하거나 검색한 경우

포트의 상태가 올바르지 않은 경우

또는 내부 포트 상태를 설정하지 못한 경우. 예를 들어, 이 SerialPort 개체에서 전달된 매개 변수가 잘못된 경우입니다.

설명

RTS(전송 요청) 신호는 일반적으로 RTS/CTS(Send to Send/Clear to Send) 하드웨어 핸드셰이크에서 사용됩니다.

적용 대상