StopBits

Get or set the number of stop bits per character.

 

BYTE StopBits;

Property Value
    The number of stop bits per character. StopBits can be set to one of the following values:

   
Value Meaning
ONESTOPBIT 1 stop bit
ONE5STOPBITS 1.5 stop bits
TWOSTOPBITS 2 stop bits

 


See also

Parity properties, DataBits properties