Specifies the baud rate speed for the communication port.
Namespace:
RRAutoLib.LoconetAssembly: RRAutoLib (in RRAutoLib.dll) Version: 1.3.3371.40749 (1.3.0.0)
Syntax
| Visual Basic (Declaration) |
|---|
Public Enumeration BaudRate |
Members
| Member name | Description | |
|---|---|---|
| MS100_16457 | To be used with the MS100 interface. | |
| LocoBuffer_Intellibox_19200 | To be used with either the Locobuffer or Intellibox interfaces. | |
| LocoBuffer_57600 | The faster recommended speed to be used with the Locobuffer interface. |
Remarks
This enumeration is used by the BaudRate property.
Examples
See the Start()()() method for a code example.