Gets and sets the data bits. | |
Syntax: | long = object.DataBits object.DataBits = long |
Description: | CimPort.DataBits is used only by serial
device communications and specifies the number of data bits for the
port. This value is typically 7 or 8. Examples myPort.DataBits = 8 |