Skip navigation links
B C D F G I N O P S V 

B

build() - Method in class org.openmuc.jrxtx.SerialPortBuilder
Combine all of the options that have been set and return a new SerialPort object.

C

close() - Method in interface org.openmuc.jrxtx.SerialPort
Closes the serial port.

D

DataBits - Enum in org.openmuc.jrxtx
The data bits.

F

FlowControl - Enum in org.openmuc.jrxtx
The flow control.

G

getBaudRate() - Method in interface org.openmuc.jrxtx.SerialPort
 
getDataBits() - Method in interface org.openmuc.jrxtx.SerialPort
Get the current data bits config.
getFlowControl() - Method in interface org.openmuc.jrxtx.SerialPort
Get the current flow control settings.
getInputStream() - Method in interface org.openmuc.jrxtx.SerialPort
Returns the input stream for this serial port.
getOutputStream() - Method in interface org.openmuc.jrxtx.SerialPort
Returns the output stream for this serial port.
getParity() - Method in interface org.openmuc.jrxtx.SerialPort
Get the parity.
getPortName() - Method in interface org.openmuc.jrxtx.SerialPort
Get the name of the serial port.
getSerialPortNames() - Static method in class org.openmuc.jrxtx.SerialPortBuilder
Get the serial port names on the host system.
getSerialPortTimeout() - Method in interface org.openmuc.jrxtx.SerialPort
Returns setting for serial port timeout.
getStopBits() - Method in interface org.openmuc.jrxtx.SerialPort
Get the current stop bits settings.

I

isClosed() - Method in interface org.openmuc.jrxtx.SerialPort
Returns whether the serial port is currently open and available for communication.

N

newBuilder(String) - Static method in class org.openmuc.jrxtx.SerialPortBuilder
Constructs a new SerialPortBuilder with the default values.

O

org.openmuc.jrxtx - package org.openmuc.jrxtx
Packaged coating functionality for RxTx communication via java.

P

Parity - Enum in org.openmuc.jrxtx
The parity.
PortNotFoundException - Exception in org.openmuc.jrxtx
Signals that the provided serial port name provided via SerialPortBuilder.newBuilder(String), SerialPortBuilder.setPortName(String) doesn't exist on the host system.
PortNotFoundException(String) - Constructor for exception org.openmuc.jrxtx.PortNotFoundException
Constructs a new PortNotFoundException with the specified detail message.

S

SerialPort - Interface in org.openmuc.jrxtx
Serial port for communication using UARTs.
SerialPortBuilder - Class in org.openmuc.jrxtx
Builder class for SerialPorts.
SerialPortException - Exception in org.openmuc.jrxtx
Signals that a I/O exception with the SerialPort occurred.
SerialPortException(String) - Constructor for exception org.openmuc.jrxtx.SerialPortException
Constructs a new SerialPortException with the specified detail message.
SerialPortTimeoutException - Exception in org.openmuc.jrxtx
Signals that the read function of the SerialPort input stream has timed out.
SerialPortTimeoutException() - Constructor for exception org.openmuc.jrxtx.SerialPortTimeoutException
 
SerialPortTimeoutException(String) - Constructor for exception org.openmuc.jrxtx.SerialPortTimeoutException
Constructs a new SerialPortTimeoutException with the specified detail message.
setBaudRate(int) - Method in interface org.openmuc.jrxtx.SerialPort
Sets the baud rate of the system.
setBaudRate(int) - Method in class org.openmuc.jrxtx.SerialPortBuilder
Set the baud rate for the serial port.
setDataBits(DataBits) - Method in interface org.openmuc.jrxtx.SerialPort
Set the data bits.
setDataBits(DataBits) - Method in class org.openmuc.jrxtx.SerialPortBuilder
Set the number of data bits transfered with the serial port.
setFlowControl(FlowControl) - Method in interface org.openmuc.jrxtx.SerialPort
Set the flow control type.
setFlowControl(FlowControl) - Method in class org.openmuc.jrxtx.SerialPortBuilder
Set the flow control type.
setParity(Parity) - Method in interface org.openmuc.jrxtx.SerialPort
Set the new parity.
setParity(Parity) - Method in class org.openmuc.jrxtx.SerialPortBuilder
Set the parity of the serial port.
setPortName(String) - Method in class org.openmuc.jrxtx.SerialPortBuilder
Set the serial port name.
setSerialPortTimeout(int) - Method in interface org.openmuc.jrxtx.SerialPort
Enable/disable serial port timeout with the specified timeout, in milliseconds.
setStopBits(StopBits) - Method in interface org.openmuc.jrxtx.SerialPort
Set the stop bits.
setStopBits(StopBits) - Method in class org.openmuc.jrxtx.SerialPortBuilder
Set the number of stop bits after each data bits.
StopBits - Enum in org.openmuc.jrxtx
The stop bits.

V

valueOf(String) - Static method in enum org.openmuc.jrxtx.DataBits
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openmuc.jrxtx.FlowControl
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openmuc.jrxtx.Parity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openmuc.jrxtx.StopBits
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.openmuc.jrxtx.DataBits
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openmuc.jrxtx.FlowControl
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openmuc.jrxtx.Parity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openmuc.jrxtx.StopBits
Returns an array containing the constants of this enum type, in the order they are declared.
B C D F G I N O P S V 
Skip navigation links