Uses of Interface
jmri.jmrix.SerialPort
Packages that use SerialPort
Package
Description
Interfaces and implementations for system-specific code.
This package handles communications for powerline adapters, such as X10.
-
Uses of SerialPort in jmri.jmrix
Fields in jmri.jmrix declared as SerialPortModifier and TypeFieldDescriptionprotected SerialPortAbstractSerialPortController.currentSerialPortMethods in jmri.jmrix that return SerialPortModifier and TypeMethodDescriptionstatic SerialPortAbstractSerialPortController.activatePort(String systemPrefix, String portName, org.slf4j.Logger log, int stop_bits, SerialPort.Parity parity) Do the formal opening of the port, set the port for blocking reads without timeout, set the port to 8 data bits, the indicated number of stop bits and parity, and purge the port's input stream.protected final SerialPortAbstractSerialPortController.activatePort(String portName, org.slf4j.Logger log) Do the formal opening of the port, set the port for blocking reads without timeout, set the port to 8 data bits, 1 stop bit, no parity and purge the port's input stream.protected final SerialPortAbstractSerialPortController.activatePort(String portName, org.slf4j.Logger log, int stop_bits) Do the formal opening of the port, set the port for blocking reads without timeout, set the port to 8 data bits, the indicated number of stop bits, no parity, and purge the port's input stream.Methods in jmri.jmrix with parameters of type SerialPortModifier and TypeMethodDescriptionprotected final voidAbstractSerialPortController.closeSerialPort(SerialPort serialPort) Cleanly close the specified portprotected final voidAbstractSerialPortController.configureLeads(SerialPort serialPort, boolean rts, boolean dtr) Set the control leads.protected final AbstractSerialPortController.FlowControlAbstractSerialPortController.getFlowControl(SerialPort serialPort) get the flow control mode back from the actual port.protected final voidAbstractSerialPortController.setBaudRate(SerialPort serialPort, int baud) Set the baud rate on the portprotected final voidAbstractSerialPortController.setComPortTimeouts(SerialPort serialPort, AbstractSerialPortController.Blocking blocking, int timeout) protected final voidAbstractSerialPortController.setDataListener(SerialPort serialPort, SerialPortDataListener serialPortDataListener) Add a data listener to the specified portprotected final voidAbstractSerialPortController.setFlowControl(SerialPort serialPort, AbstractSerialPortController.FlowControl flow) Configure the flow control settings. -
Uses of SerialPort in jmri.jmrix.fakeport
Classes in jmri.jmrix.fakeport that implement SerialPort -
Uses of SerialPort in jmri.jmrix.jserialcomm
Classes in jmri.jmrix.jserialcomm that implement SerialPortModifier and TypeClassDescriptionclassImplementation of serial port using jSerialComm. -
Uses of SerialPort in jmri.jmrix.ncemonitor
Fields in jmri.jmrix.ncemonitor declared as SerialPortModifier and TypeFieldDescription(package private) SerialPortNcePacketMonitorPanel.activeSerialPort -
Uses of SerialPort in jmri.jmrix.powerline
Methods in jmri.jmrix.powerline that return SerialPortModifier and TypeMethodDescriptionSerialSystemConnectionMemo.getActiveSerialPort()Provide access to the serial port for this connectionMethods in jmri.jmrix.powerline with parameters of type SerialPortModifier and TypeMethodDescriptionvoidSerialSystemConnectionMemo.setActiveSerialPort(SerialPort sp) -
Uses of SerialPort in jmri.jmrix.purejavacomm
Constructors in jmri.jmrix.purejavacomm with parameters of type SerialPort