Specifies the baud rate speed for the communication port.
Namespace: RRAutoLib.LoconetAssembly: RRAutoLib (in RRAutoLib.dll) Version: 1.4.4420.16901
Syntax
| C# |
|---|
public enum BaudRate |
| Visual Basic |
|---|
Public 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. |
Remarks
This enumeration is used by the BaudRate property.
Examples
See the Start()()()() method for a code example.