TwclSerialParam Enumeration

The communications parameters that can be changed.

Namespace: wclSerialClients
type
 TwclSerialParam = (
 spBaud,
 spDataBits,
 spHandshaking,
 spParity,
 spParityCheck,
 sRlsd,
 spStopBits
 );

The TwclSerialParam type exposes the following members.

Show:
 NameDescription
spBaud

Baud rate.

spDataBits

Data bits.

spHandshaking

Handshaking (flow control).

spParity

Parity.

spParityCheck

Parity checking.

spStopBits

Stop bits.

sRlsd

RLSD (receive-line-signal-detect).

Top