Uses of Class
jmri.jmrix.purejavacomm.SerialPort
-
Packages that use SerialPort Package Description jmri.jmrix Interfaces and implementations for system-specific code.jmri.jmrix.bachrus.kpfserialdriver Defines classes for interfacing to a KPF-Zeller speedo reader via an RS232 serial line, or a virtual COM port.jmri.jmrix.bachrus.serialdriver Defines classes for interfacing to a Bachrus speedo reader via an RS232 serial line, or a virtual COM port.jmri.jmrix.dcc4pc jmri.jmrix.dcc4pc.serialdriver jmri.jmrix.pricom.downloader jmri.jmrix.pricom.pockettester jmri.jmrix.purejavacomm jmri.jmrix.qsi.serialdriver jmri.jmrix.xpa.serialdriver -
-
Uses of SerialPort in jmri.jmrix
Methods in jmri.jmrix with parameters of type SerialPort Modifier and Type Method Description protected void
AbstractSerialPortController. configureLeadsAndFlowControl(SerialPort serialPort, int flow)
Set the flow control for jmri.jmrix.purejavacomm, while also setting RTS and DTR to active.protected void
AbstractSerialPortController. configureLeadsAndFlowControl(SerialPort serialPort, int flow, boolean rts, boolean dtr)
Set the control leads and flow control for jmri.jmrix.purejavacomm. -
Uses of SerialPort in jmri.jmrix.bachrus.kpfserialdriver
Fields in jmri.jmrix.bachrus.kpfserialdriver declared as SerialPort Modifier and Type Field Description (package private) SerialPort
SerialDriverAdapter. activeSerialPort
-
Uses of SerialPort in jmri.jmrix.bachrus.serialdriver
Fields in jmri.jmrix.bachrus.serialdriver declared as SerialPort Modifier and Type Field Description (package private) SerialPort
SerialDriverAdapter. activeSerialPort
-
Uses of SerialPort in jmri.jmrix.dcc4pc
Fields in jmri.jmrix.dcc4pc declared as SerialPort Modifier and Type Field Description (package private) SerialPort
Dcc4PcTrafficController. port
-
Uses of SerialPort in jmri.jmrix.dcc4pc.serialdriver
Fields in jmri.jmrix.dcc4pc.serialdriver declared as SerialPort Modifier and Type Field Description (package private) SerialPort
SerialDriverAdapter. activeSerialPort
Methods in jmri.jmrix.dcc4pc.serialdriver that return SerialPort Modifier and Type Method Description SerialPort
SerialDriverAdapter. getSerialPort()
-
Uses of SerialPort in jmri.jmrix.pricom.downloader
Fields in jmri.jmrix.pricom.downloader declared as SerialPort Modifier and Type Field Description (package private) SerialPort
LoaderPane. activeSerialPort
-
Uses of SerialPort in jmri.jmrix.pricom.pockettester
Fields in jmri.jmrix.pricom.pockettester declared as SerialPort Modifier and Type Field Description (package private) SerialPort
DataSource. activeSerialPort
-
Uses of SerialPort in jmri.jmrix.purejavacomm
Methods in jmri.jmrix.purejavacomm that return SerialPort Modifier and Type Method Description SerialPort
CommPortIdentifier. open(java.lang.String appName, int timeout)
Constructors in jmri.jmrix.purejavacomm with parameters of type SerialPort Constructor Description SerialPortEvent(SerialPort source, int eventType, boolean oldValue, boolean newValue)
Constructs aSerialPortEvent
with the specified serial port, event type, old and new values. -
Uses of SerialPort in jmri.jmrix.qsi.serialdriver
Fields in jmri.jmrix.qsi.serialdriver declared as SerialPort Modifier and Type Field Description (package private) SerialPort
SerialDriverAdapter. activeSerialPort
-
Uses of SerialPort in jmri.jmrix.xpa.serialdriver
Fields in jmri.jmrix.xpa.serialdriver declared as SerialPort Modifier and Type Field Description (package private) SerialPort
SerialDriverAdapter. activeSerialPort
-