property StopBits : TAxStopbits
TAxStopbits = (sbOne, sbOneFive, sbTwo);
Default: sbOne
Determines the number of stop bits of the port.
If the port is open when StopBits is changed, the line parameters are updated immediately. StopBits does not validate the assigned value before passing it on to the communications driver. The driver may reject the value, leading to an exception.