Attachmate.Reflection.Emulation.OpenSystems Namespace : IConnectionSettingsComSerialPort Interface |
For a list of all members of this type, see IConnectionSettingsComSerialPort members.
Name | Description | |
---|---|---|
![]() | Baud | Sets the baud rate. |
![]() | CharDelay | Gets or sets the time delay (in milliseconds) between characters. |
![]() | CheckParity | Gets or sets the parity check state on all received characters, when set to true (the default) and Parity is other than 8/None. |
![]() | CTSrequired | When set to true, InfoConnect transmits only if the RS-232 Clear To Send (CTS) signal is active. |
![]() | DropDTROnDisconnect | When set to true (the default), the Data Terminal Ready (DTR) signal is dropped when the connection closes. |
![]() | DSRrequired | When set to true, InfoConnect transmits data only if the RS-232 Data Set Ready (DSR) signal is active. |
![]() | EnhancedSerialDataCom | Specifies the InfoConnect enhanced communications driver (when set to true). |
![]() | LineDelay | Gets or sets the time delay (in tenths of a second) between lines. |
![]() | ReceivePacing | Gets or sets the type of flow control to use for receiving data from the host. |
![]() | SerialPort | Gets or sets the COM serial port number. |
![]() | StopBits | Gets or sets the number of stop bits that follow each character during data transmission. |
![]() | TransmitPacing | Gets or sets the type of flow control to use for transmitting data to the host. |
![]() | XoffRepeat | Specifies the number of characters that InfoConnect accepts after receiving an XOFF and before sending another XOFF. |
![]() | XoffTimeout | Specifies the length of time (in seconds) to wait after sending data and before InfoConnect sends an XOFF character. |