Uses of Class
jmri.jmrix.grapevine.SerialPortController
-
Packages that use SerialPortController Package Description jmri.jmrix.grapevine This package handles communications for the ProTrak Grapevine hardware.jmri.jmrix.grapevine.serialdriver jmri.jmrix.grapevine.simulator -
-
Uses of SerialPortController in jmri.jmrix.grapevine
Methods in jmri.jmrix.grapevine with parameters of type SerialPortController Modifier and Type Method Description void
SerialTrafficController. connectPort(SerialPortController p)
Make connection to existing PortController (adapter) object. -
Uses of SerialPortController in jmri.jmrix.grapevine.serialdriver
Subclasses of SerialPortController in jmri.jmrix.grapevine.serialdriver Modifier and Type Class Description class
SerialDriverAdapter
Provide access to ProTrak Grapevine via a serial com port. -
Uses of SerialPortController in jmri.jmrix.grapevine.simulator
Subclasses of SerialPortController in jmri.jmrix.grapevine.simulator Modifier and Type Class Description class
SimulatorAdapter
Provide access to a simulated Grapevine system.
-