TwclSerialStopBits Enumeration

Specifies the number of stop bits to be used.

Namespace: wclSerialClients
type
 TwclSerialStopBits = (
 sbOne,
 sbOne5,
 sbTwo
 );

The TwclSerialStopBits type exposes the following members.

Show:
 NameDescription
sbOne

1 stop bit.

sbOne5

1.5 stop bits.

sbTwo

2 stop bits.

Top