Specifies the baud rate speed for the communication port.
Namespace:
RRAutoLib.LoconetAssembly: RRAutoLib (in RRAutoLib.dll) Version: 1.4.3900.25841
Syntax
| C# |
|---|
public enum BaudRate |
| Visual Basic (Declaration) |
|---|
Public Enumeration BaudRate |
Members
| Member name | Description | |
|---|---|---|
| _16457 | Used by the MS100 interface. Note: The MS100 interface is not recommended since it can not ensure the required timings in hardware. | |
| _19200 | Used by Locobuffer and Uhlenbrock. | |
| _38400 | Used by Uhlenbrock. | |
| _57600 | Used by Locobuffer and Uhlenbrock. This is the recommended rate for Locobuffer. | |
| _115200 | Used by Uhlenbrock. |
Remarks
This enumeration is used by the BaudRate property.
Examples
See the Start()()() method for a code example.