Uses of Class
jmri.jmrix.purejavacomm.SerialPort
Packages that use SerialPort
Package
Description
Interfaces and implementations for system-specific code.
Defines classes for interfacing to a drM
speedo reader via an RS232 serial line, or a virtual COM port.
Defines classes for interfacing to a KPF-Zeller
speedo reader via an RS232 serial line, or a virtual COM port.
Defines classes for interfacing to a Bachrus
speedo reader via an RS232 serial line, or a virtual COM port.
-
Uses of SerialPort in jmri.jmrix
Methods in jmri.jmrix with parameters of type SerialPortModifier and TypeMethodDescriptionprotected final voidAbstractSerialPortController.configureLeadsAndFlowControl(SerialPort serialPort, int flow) Set the flow control for jmri.jmrix.purejavacomm, while also setting RTS and DTR to active.protected voidAbstractSerialPortController.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.drmserialdriver
Fields in jmri.jmrix.bachrus.drmserialdriver declared as SerialPortModifier and TypeFieldDescription(package private) SerialPortSerialDriverAdapter.activeSerialPort -
Uses of SerialPort in jmri.jmrix.bachrus.kpfserialdriver
Fields in jmri.jmrix.bachrus.kpfserialdriver declared as SerialPortModifier and TypeFieldDescription(package private) SerialPortSerialDriverAdapter.activeSerialPort -
Uses of SerialPort in jmri.jmrix.bachrus.serialdriver
Fields in jmri.jmrix.bachrus.serialdriver declared as SerialPortModifier and TypeFieldDescription(package private) SerialPortSerialDriverAdapter.activeSerialPort -
Uses of SerialPort in jmri.jmrix.dcc4pc
Fields in jmri.jmrix.dcc4pc declared as SerialPort -
Uses of SerialPort in jmri.jmrix.dcc4pc.serialdriver
Fields in jmri.jmrix.dcc4pc.serialdriver declared as SerialPortModifier and TypeFieldDescription(package private) SerialPortSerialDriverAdapter.activeSerialPortMethods in jmri.jmrix.dcc4pc.serialdriver that return SerialPort -
Uses of SerialPort in jmri.jmrix.pricom.downloader
Fields in jmri.jmrix.pricom.downloader declared as SerialPort -
Uses of SerialPort in jmri.jmrix.pricom.pockettester
Fields in jmri.jmrix.pricom.pockettester declared as SerialPort -
Uses of SerialPort in jmri.jmrix.purejavacomm
Methods in jmri.jmrix.purejavacomm that return SerialPortModifier and TypeMethodDescriptionConstructors in jmri.jmrix.purejavacomm with parameters of type SerialPortModifierConstructorDescriptionSerialPortEvent(SerialPort source, int eventType, boolean oldValue, boolean newValue) Constructs aSerialPortEventwith 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 SerialPortModifier and TypeFieldDescription(package private) SerialPortSerialDriverAdapter.activeSerialPort -
Uses of SerialPort in jmri.jmrix.xpa.serialdriver
Fields in jmri.jmrix.xpa.serialdriver declared as SerialPortModifier and TypeFieldDescription(package private) SerialPortSerialDriverAdapter.activeSerialPort