BaseStation.ItemDescriber Namespace
CAS.DataPorter.Configurator Namespace
CAS.Lib.CommonBus Namespace
CAS.Lib.CommonBus.ApplicationLayer Namespace
CAS.Lib.CommonBus.CommunicationLayer Namespace
CAS.Lib.DeviceSimulator Namespace
CAS.NetworkConfigLib Namespace
Object-Oriented Internet Process-Observer

SerialPortSettings..::..BaudRate Property

Gets or sets the serial baud rate.

Namespace:  CAS.Lib.CommonBus.CommunicationLayer.RS
Assembly:  CommServer.CommonBus (in CommServer.CommonBus.dll)

Syntax


Exceptions


ExceptionCondition
ArgumentOutOfRangeException The baud rate specified is less than or equal to zero, or is greater than the maximum allowable baud rate for the device.
IOException The port is in an invalid state. - or - An attempt to set the state of the underlying port failed. For example, the parameters passed from this System.IO.Ports.SerialPort object were invalid.