StopBits - property of the PmaComm object
Description:
The number of stopbits of the serial link.
Values:
Standard values are:
0 - 1 stopbit
1 - 1.5 stopbit
2 - 2 stopbit
Note:
Property access
for read and write.
The default value of this property is defined in the "
Number of stop bits" configurator of this object.
Using this property is very optional and is recommended only in special cases.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oComm = pMe.Pm("/Comm");
var nStopBits = oComm.StopBits;
Dim oComm
Set oComm = pMe.Pm("/Comm")
Dim nStopBits
nStopBits = oComm.StopBits