TwclSerialCapability Enumeration

The possible serial port capabilities.

Namespace: wclSerialClients
type
 TwclSerialCapability = (
 sc16BitMode,
 scDtrDsr,
 scIntervalTimeouts,
 scParityCheck,
 scRlsd,
 scRtsCts,
 scSetXChar,
 scSpecialChars,
 scTotalTimeouts,
 scXOnXoff
 );

The TwclSerialCapability type exposes the following members.

Show:
 NameDescription
sc16BitMode

Special 16-bit mode supported.

scDtrDsr

DTR (data-terminal-ready)/DSR (data-set-ready) supported.

scIntervalTimeouts

Interval time-outs supported.

scParityCheck

Parity checking supported.

scRlsd

RLSD (receive-line-signal-detect) supported.

scRtsCts

RTS (request-to-send)/CTS (clear-to-send) supported.

scSetXChar

Settable XON/XOFF supported.

scSpecialChars

Special character support provided.

scTotalTimeouts

The total (elapsed) time-outs supported.

scXOnXoff

XON/XOFF flow control supported.

Top