Name
SetStopBits -- set stop bits for serial port connection (V8.0)
Synopsis
SetStopBits(id, bits)
Function
This command can be used to set the number of stop bits for the serial port connection specified in id. This serial port connection must have been opened using OpenSerialPort() before. You have to pass the desired stop bits in the bits parameter. This must be one of the following special constants:

#STOP_1:
Use 1 stop bit.
#STOP_2:
Use 2 stop bits.

Inputs
id
identifier of the serial port connection to use
baud
desired stop bits

Show TOC