Gets and sets the baud rate. | |
Syntax: | long = object.BaudRate object.BaudRate = long |
Description: | CimPort.BaudRate is used only by serial
device communications and specifies the baud rate for the
communications port. Examples myPort.BaudRate = 9600 |