Specifies the baud rate speed for the communication port.
Namespace:
RRAutoLib.Loconet
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxPublic Enumeration BaudRate
Members
| Member name | Value | Description |
---|
| _16457 | 16457 | Used by the MS100 interface. Note: The MS100 interface is not recommended since it can not ensure the required timings in hardware. |
| _19200 | 19200 | Used by Locobuffer and Uhlenbrock. |
| _38400 | 38400 | Used by Uhlenbrock. |
| _57600 | 57600 | Used by Locobuffer and Uhlenbrock. This is the recommended rate for Locobuffer. |
| _115200 | 115200 | Used by Uhlenbrock. |
RemarksThis enumeration is used by the
BaudRate property.
ExamplesSee the
Start method for a code example.
See Also