Specifies the communication port to be connected to Loconet.
Namespace:
RRAutoLib.LoconetAssembly: RRAutoLib (in RRAutoLib.dll) Version: 1.3.3371.40749 (1.3.0.0)
Syntax
| Visual Basic (Declaration) |
|---|
Public Enumeration ComPort |
Members
| Member name | Description | |
|---|---|---|
| COM1 | The phisical communication port 1. | |
| COM2 | The phisical communication port 2. | |
| COM3 | The phisical communication port 3. | |
| COM4 | The phisical communication port 4. | |
| COM5 | The phisical communication port 5. | |
| COM6 | The phisical communication port 6. | |
| COM7 | The phisical communication port 7. | |
| COM8 | The phisical communication port 8. |
Remarks
This enumeration is used by the ComPort property. Ports 3 and up are usually mapped by USB/Serial converters.
Examples
See the Start()()() method for a code example.