A B C D E F G H I J L M N O P R S T U V W Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractComPortCommandSwitch - Class in gnu.io.rfc2217
-
Adapter class for
ComPortCommandSwitch
implementations. - AbstractComPortCommandSwitch() - Constructor for class gnu.io.rfc2217.AbstractComPortCommandSwitch
- addEventListener(SerialPortEventListener) - Method in class gnu.io.NRSerialPort
- addEventListener(SerialPortEventListener) - Method in class gnu.io.rfc2217.TelnetSerialPort
- addEventListener(SerialPortEventListener) - Method in class gnu.io.RXTXPort
- addEventListener(SerialPortEventListener) - Method in class gnu.io.SerialPort
- addPortName(String, int, CommDriver) - Static method in class gnu.io.CommPortIdentifier
- addPortOwnershipListener(CommPortOwnershipListener) - Method in class gnu.io.CommPortIdentifier
- answerSubnegotiation(int[], int) - Method in class gnu.io.rfc2217.ComPortOptionHandler
- answerSubnegotiation(int[], int) - Method in class gnu.io.rfc2217.TransmitBinaryOptionHandler
B
- BaudRateCommand - Class in gnu.io.rfc2217
-
RFC 2217
SET-BAUDRATE
command. - BaudRateCommand(boolean, int) - Constructor for class gnu.io.rfc2217.BaudRateCommand
-
Encoding constructor.
- BaudRateCommand(int[]) - Constructor for class gnu.io.rfc2217.BaudRateCommand
-
Decoding constructor.
- BI - Static variable in class gnu.io.SerialPortEvent
C
- caseBaudRate(BaudRateCommand) - Method in class gnu.io.rfc2217.AbstractComPortCommandSwitch
-
Visit method invoked by
BaudRateCommand
instances. - caseBaudRate(BaudRateCommand) - Method in interface gnu.io.rfc2217.ComPortCommandSwitch
- caseControl(ControlCommand) - Method in class gnu.io.rfc2217.AbstractComPortCommandSwitch
-
Visit method invoked by
ControlCommand
instances. - caseControl(ControlCommand) - Method in interface gnu.io.rfc2217.ComPortCommandSwitch
- caseDataSize(DataSizeCommand) - Method in class gnu.io.rfc2217.AbstractComPortCommandSwitch
-
Visit method invoked by
DataSizeCommand
instances. - caseDataSize(DataSizeCommand) - Method in interface gnu.io.rfc2217.ComPortCommandSwitch
- caseDefault(ComPortCommand) - Method in class gnu.io.rfc2217.AbstractComPortCommandSwitch
-
Default handler.
- caseFlowControlResume(FlowControlResumeCommand) - Method in class gnu.io.rfc2217.AbstractComPortCommandSwitch
-
Visit method invoked by
FlowControlResumeCommand
instances. - caseFlowControlResume(FlowControlResumeCommand) - Method in interface gnu.io.rfc2217.ComPortCommandSwitch
- caseFlowControlSuspend(FlowControlSuspendCommand) - Method in class gnu.io.rfc2217.AbstractComPortCommandSwitch
-
Visit method invoked by
FlowControlSuspendCommand
instances. - caseFlowControlSuspend(FlowControlSuspendCommand) - Method in interface gnu.io.rfc2217.ComPortCommandSwitch
- caseLineStateMask(LineStateMaskCommand) - Method in class gnu.io.rfc2217.AbstractComPortCommandSwitch
-
Visit method invoked by
LineStateMaskCommand
instances. - caseLineStateMask(LineStateMaskCommand) - Method in interface gnu.io.rfc2217.ComPortCommandSwitch
- caseModemStateMask(ModemStateMaskCommand) - Method in class gnu.io.rfc2217.AbstractComPortCommandSwitch
-
Visit method invoked by
ModemStateMaskCommand
instances. - caseModemStateMask(ModemStateMaskCommand) - Method in interface gnu.io.rfc2217.ComPortCommandSwitch
- caseNotifyLineState(NotifyLineStateCommand) - Method in class gnu.io.rfc2217.AbstractComPortCommandSwitch
-
Visit method invoked by
NotifyLineStateCommand
instances. - caseNotifyLineState(NotifyLineStateCommand) - Method in interface gnu.io.rfc2217.ComPortCommandSwitch
- caseNotifyModemState(NotifyModemStateCommand) - Method in class gnu.io.rfc2217.AbstractComPortCommandSwitch
-
Visit method invoked by
NotifyModemStateCommand
instances. - caseNotifyModemState(NotifyModemStateCommand) - Method in interface gnu.io.rfc2217.ComPortCommandSwitch
- caseParity(ParityCommand) - Method in class gnu.io.rfc2217.AbstractComPortCommandSwitch
-
Visit method invoked by
ParityCommand
instances. - caseParity(ParityCommand) - Method in interface gnu.io.rfc2217.ComPortCommandSwitch
- casePurgeData(PurgeDataCommand) - Method in class gnu.io.rfc2217.AbstractComPortCommandSwitch
-
Visit method invoked by
PurgeDataCommand
instances. - casePurgeData(PurgeDataCommand) - Method in interface gnu.io.rfc2217.ComPortCommandSwitch
- caseSignature(SignatureCommand) - Method in class gnu.io.rfc2217.AbstractComPortCommandSwitch
-
Visit method invoked by
SignatureCommand
instances. - caseSignature(SignatureCommand) - Method in interface gnu.io.rfc2217.ComPortCommandSwitch
- caseStopSize(StopSizeCommand) - Method in class gnu.io.rfc2217.AbstractComPortCommandSwitch
-
Visit method invoked by
StopSizeCommand
instances. - caseStopSize(StopSizeCommand) - Method in interface gnu.io.rfc2217.ComPortCommandSwitch
- CD - Static variable in class gnu.io.SerialPortEvent
- checkMonitorThread() - Method in class gnu.io.RXTXPort
- clearCommInput() - Method in class gnu.io.RXTXPort
-
Extension to CommAPI returns boolean true on success UnsupportedCommOperationException
- close() - Method in class gnu.io.CommPort
- close() - Method in class gnu.io.rfc2217.TelnetSerialPort
- close() - Method in class gnu.io.RXTXPort
- COM_PORT_OPTION - Static variable in class gnu.io.rfc2217.RFC2217
- CommDriver - Interface in gnu.io
- CommPort - Class in gnu.io
-
CommPort
- CommPort() - Constructor for class gnu.io.CommPort
- CommPortIdentifier - Class in gnu.io
- CommPortOwnershipListener - Interface in gnu.io
- ComPortCommand - Class in gnu.io.rfc2217
-
Superclass for RFC 2217 commands.
- ComPortCommand(String, int, int[]) - Constructor for class gnu.io.rfc2217.ComPortCommand
-
Constructor.
- ComPortCommandSwitch - Interface in gnu.io.rfc2217
-
Visitor pattern interface for
ComPortCommand
classes. - ComPortOptionHandler - Class in gnu.io.rfc2217
-
RFC 2217 telnet COM-PORT-OPTION.
- ComPortOptionHandler(TelnetSerialPort) - Constructor for class gnu.io.rfc2217.ComPortOptionHandler
- connect() - Method in class gnu.io.NRSerialPort
- CONTROL_BREAK_OFF - Static variable in class gnu.io.rfc2217.RFC2217
- CONTROL_BREAK_ON - Static variable in class gnu.io.rfc2217.RFC2217
- CONTROL_BREAK_REQUEST - Static variable in class gnu.io.rfc2217.RFC2217
- CONTROL_DTR_OFF - Static variable in class gnu.io.rfc2217.RFC2217
- CONTROL_DTR_ON - Static variable in class gnu.io.rfc2217.RFC2217
- CONTROL_DTR_REQUEST - Static variable in class gnu.io.rfc2217.RFC2217
- CONTROL_INBOUND_FLOW_DTR - Static variable in class gnu.io.rfc2217.RFC2217
- CONTROL_INBOUND_FLOW_HARDWARE - Static variable in class gnu.io.rfc2217.RFC2217
- CONTROL_INBOUND_FLOW_NONE - Static variable in class gnu.io.rfc2217.RFC2217
- CONTROL_INBOUND_FLOW_REQUEST - Static variable in class gnu.io.rfc2217.RFC2217
- CONTROL_INBOUND_FLOW_XON_XOFF - Static variable in class gnu.io.rfc2217.RFC2217
- CONTROL_OUTBOUND_FLOW_DCD - Static variable in class gnu.io.rfc2217.RFC2217
- CONTROL_OUTBOUND_FLOW_DSR - Static variable in class gnu.io.rfc2217.RFC2217
- CONTROL_OUTBOUND_FLOW_HARDWARE - Static variable in class gnu.io.rfc2217.RFC2217
- CONTROL_OUTBOUND_FLOW_NONE - Static variable in class gnu.io.rfc2217.RFC2217
- CONTROL_OUTBOUND_FLOW_REQUEST - Static variable in class gnu.io.rfc2217.RFC2217
- CONTROL_OUTBOUND_FLOW_XON_XOFF - Static variable in class gnu.io.rfc2217.RFC2217
- CONTROL_RTS_OFF - Static variable in class gnu.io.rfc2217.RFC2217
- CONTROL_RTS_ON - Static variable in class gnu.io.rfc2217.RFC2217
- CONTROL_RTS_REQUEST - Static variable in class gnu.io.rfc2217.RFC2217
- ControlCommand - Class in gnu.io.rfc2217
-
RFC 2217
SET-CONTROL
command. - ControlCommand(boolean, int) - Constructor for class gnu.io.rfc2217.ControlCommand
-
Encoding constructor.
- ControlCommand(int[]) - Constructor for class gnu.io.rfc2217.ControlCommand
-
Decoding constructor.
- createPort(String) - Method in class gnu.io.factory.RFC2217PortCreator
- createPort(String) - Method in class gnu.io.factory.RxTxPortCreator
- createPort(String) - Method in interface gnu.io.factory.SerialPortCreator
-
Creates the
SerialPort
and opens it for communication. - createSerialPort(String) - Method in class gnu.io.factory.DefaultSerialPortFactory
- createSerialPort(String) - Method in interface gnu.io.factory.SerialPortFactory
-
Creates a
SerialPort
instance out of the givenportName
. - createSerialPort(String, Class<T>) - Method in class gnu.io.factory.DefaultSerialPortFactory
- createSerialPort(String, Class<T>) - Method in interface gnu.io.factory.SerialPortFactory
-
Creates a
SerialPort
instance out of the givenportName
. - createTelnetClient() - Method in class gnu.io.rfc2217.TelnetSerialPort
-
Construct and configure the
TelnetClient
to be used for this instance. - CTS - Static variable in class gnu.io.SerialPortEvent
- currentOwner - Variable in exception gnu.io.PortInUseException
-
the owner of the port requested.
D
- DATA_AVAILABLE - Static variable in class gnu.io.SerialPortEvent
- DATABITS_5 - Static variable in class gnu.io.SerialPort
- DATABITS_6 - Static variable in class gnu.io.SerialPort
- DATABITS_7 - Static variable in class gnu.io.SerialPort
- DATABITS_8 - Static variable in class gnu.io.SerialPort
- DATASIZE_5 - Static variable in class gnu.io.rfc2217.RFC2217
- DATASIZE_6 - Static variable in class gnu.io.rfc2217.RFC2217
- DATASIZE_7 - Static variable in class gnu.io.rfc2217.RFC2217
- DATASIZE_8 - Static variable in class gnu.io.rfc2217.RFC2217
- DATASIZE_REQUEST - Static variable in class gnu.io.rfc2217.RFC2217
- DataSizeCommand - Class in gnu.io.rfc2217
-
RFC 2217
SET-DATASIZE
command. - DataSizeCommand(boolean, int) - Constructor for class gnu.io.rfc2217.DataSizeCommand
-
Encoding constructor.
- DataSizeCommand(int[]) - Constructor for class gnu.io.rfc2217.DataSizeCommand
-
Decoding constructor.
- debug - Static variable in class gnu.io.RXTXPort
- debug_events - Static variable in class gnu.io.RXTXPort
- debug_read - Static variable in class gnu.io.RXTXPort
- debug_read_results - Static variable in class gnu.io.RXTXPort
- debug_verbose - Static variable in class gnu.io.RXTXPort
- debug_write - Static variable in class gnu.io.RXTXPort
- decodeComPortCommand(int[]) - Static method in class gnu.io.rfc2217.RFC2217
-
Decode an RFC 2217
COM-PORT-OPTION
command. - decodeFailed() - Method in class gnu.io.rfc2217.SignatureCommand
- DefaultSerialPortFactory - Class in gnu.io.factory
- DefaultSerialPortFactory() - Constructor for class gnu.io.factory.DefaultSerialPortFactory
-
Constructor
- disableReceiveFraming() - Method in class gnu.io.CommPort
- disableReceiveFraming() - Method in class gnu.io.rfc2217.TelnetSerialPort
- disableReceiveFraming() - Method in class gnu.io.RXTXPort
- disableReceiveThreshold() - Method in class gnu.io.CommPort
- disableReceiveThreshold() - Method in class gnu.io.rfc2217.TelnetSerialPort
- disableReceiveThreshold() - Method in class gnu.io.RXTXPort
- disableReceiveTimeout() - Method in class gnu.io.CommPort
- disableReceiveTimeout() - Method in class gnu.io.rfc2217.TelnetSerialPort
- disableReceiveTimeout() - Method in class gnu.io.RXTXPort
- disableRs485() - Method in class gnu.io.RXTXPort
- disconnect() - Method in class gnu.io.NRSerialPort
- DSR - Static variable in class gnu.io.SerialPortEvent
E
- enableReceiveFraming(int) - Method in class gnu.io.CommPort
- enableReceiveFraming(int) - Method in class gnu.io.rfc2217.TelnetSerialPort
- enableReceiveFraming(int) - Method in class gnu.io.RXTXPort
-
Receive framing control
- enableReceiveThreshold(int) - Method in class gnu.io.CommPort
- enableReceiveThreshold(int) - Method in class gnu.io.rfc2217.TelnetSerialPort
- enableReceiveThreshold(int) - Method in class gnu.io.RXTXPort
- enableReceiveTimeout(int) - Method in class gnu.io.CommPort
- enableReceiveTimeout(int) - Method in class gnu.io.rfc2217.TelnetSerialPort
- enableReceiveTimeout(int) - Method in class gnu.io.RXTXPort
- enableRs485(boolean, int, int) - Method in class gnu.io.NRSerialPort
-
Enables RS485 half-duplex bus communication for Linux.
- enableRs485(boolean, int, int) - Method in class gnu.io.RXTXPort
- ENCODING - Static variable in class gnu.io.rfc2217.SignatureCommand
- equals(Object) - Method in class gnu.io.rfc2217.ComPortCommand
F
- FE - Static variable in class gnu.io.SerialPortEvent
- FILE_MODE - Static variable in class gnu.io.Zystem
- filewrite(String) - Method in class gnu.io.Zystem
- finalize() - Method in class gnu.io.RXTXPort
-
Finalize the port
- finalize() - Method in class gnu.io.Zystem
- FLOWCONTROL_NONE - Static variable in class gnu.io.SerialPort
- FLOWCONTROL_RESUME - Static variable in class gnu.io.rfc2217.RFC2217
- FLOWCONTROL_RTSCTS_IN - Static variable in class gnu.io.SerialPort
- FLOWCONTROL_RTSCTS_OUT - Static variable in class gnu.io.SerialPort
- FLOWCONTROL_SUSPEND - Static variable in class gnu.io.rfc2217.RFC2217
- FLOWCONTROL_XONXOFF_IN - Static variable in class gnu.io.SerialPort
- FLOWCONTROL_XONXOFF_OUT - Static variable in class gnu.io.SerialPort
- FlowControlResumeCommand - Class in gnu.io.rfc2217
-
RFC 2217
FLOWCONTROL-RESUME
command. - FlowControlResumeCommand(boolean) - Constructor for class gnu.io.rfc2217.FlowControlResumeCommand
-
Encoding constructor.
- FlowControlResumeCommand(int[]) - Constructor for class gnu.io.rfc2217.FlowControlResumeCommand
-
Decoding constructor.
- FlowControlSuspendCommand - Class in gnu.io.rfc2217
-
RFC 2217
FLOWCONTROL-SUSPEND
command. - FlowControlSuspendCommand(boolean) - Constructor for class gnu.io.rfc2217.FlowControlSuspendCommand
-
Encoding constructor.
- FlowControlSuspendCommand(int[]) - Constructor for class gnu.io.rfc2217.FlowControlSuspendCommand
-
Decoding constructor.
G
- getAvailableSerialPorts() - Static method in class gnu.io.NRSerialPort
- getBaud() - Method in class gnu.io.NRSerialPort
- getBaudBase() - Method in class gnu.io.rfc2217.TelnetSerialPort
- getBaudBase() - Method in class gnu.io.RXTXPort
-
Extension to CommAPI
- getBaudBase() - Method in class gnu.io.SerialPort
- getBaudRate() - Method in class gnu.io.rfc2217.BaudRateCommand
- getBaudRate() - Method in class gnu.io.rfc2217.TelnetSerialPort
- getBaudRate() - Method in class gnu.io.RXTXPort
- getBaudRate() - Method in class gnu.io.SerialPort
- getBytes() - Method in class gnu.io.rfc2217.ComPortCommand
-
Get the encoding of this instance.
- getCallOutHangup() - Method in class gnu.io.rfc2217.TelnetSerialPort
- getCallOutHangup() - Method in class gnu.io.RXTXPort
-
Extension to CommAPI returns boolean true on success UnsupportedCommOperationException
- getCallOutHangup() - Method in class gnu.io.SerialPort
- getCommand() - Method in class gnu.io.rfc2217.ComPortCommand
-
Get the command byte.
- getCommPort(String, int) - Method in interface gnu.io.CommDriver
- getCommPort(String, int) - Method in class gnu.io.RXTXCommDriver
- getControl() - Method in class gnu.io.rfc2217.ControlCommand
- getCurrentOwner() - Method in class gnu.io.CommPortIdentifier
- getDataBits() - Method in class gnu.io.NRSerialPort
- getDataBits() - Method in class gnu.io.rfc2217.TelnetSerialPort
- getDataBits() - Method in class gnu.io.RXTXPort
- getDataBits() - Method in class gnu.io.SerialPort
- getDataSize() - Method in class gnu.io.rfc2217.DataSizeCommand
- getDivisor() - Method in class gnu.io.rfc2217.TelnetSerialPort
- getDivisor() - Method in class gnu.io.RXTXPort
-
Extension to CommAPI
- getDivisor() - Method in class gnu.io.SerialPort
- getEndOfInputChar() - Method in class gnu.io.rfc2217.TelnetSerialPort
- getEndOfInputChar() - Method in class gnu.io.RXTXPort
-
Extension to CommAPI This is an extension to CommAPI.
- getEndOfInputChar() - Method in class gnu.io.SerialPort
- getEventType() - Method in class gnu.io.SerialPortEvent
- getFlowControlMode() - Method in class gnu.io.rfc2217.TelnetSerialPort
- getFlowControlMode() - Method in class gnu.io.RXTXPort
- getFlowControlMode() - Method in class gnu.io.SerialPort
- getInputBufferSize() - Method in class gnu.io.CommPort
- getInputBufferSize() - Method in class gnu.io.rfc2217.TelnetSerialPort
- getInputBufferSize() - Method in class gnu.io.RXTXPort
- getInputStream() - Method in class gnu.io.CommPort
- getInputStream() - Method in class gnu.io.NRSerialPort
- getInputStream() - Method in class gnu.io.rfc2217.TelnetSerialPort
- getInputStream() - Method in class gnu.io.RXTXPort
-
get the InputStream
- getInstance() - Static method in class gnu.io.SerialManager
- getLineState() - Method in class gnu.io.rfc2217.NotifyLineStateCommand
- getLineStateMask() - Method in class gnu.io.rfc2217.LineStateMaskCommand
- getLowLatency() - Method in class gnu.io.rfc2217.TelnetSerialPort
- getLowLatency() - Method in class gnu.io.RXTXPort
-
Extension to CommAPI returns boolean true on success UnsupportedCommOperationException
- getLowLatency() - Method in class gnu.io.SerialPort
- getModemState() - Method in class gnu.io.rfc2217.NotifyModemStateCommand
- getModemStateMask() - Method in class gnu.io.rfc2217.ModemStateMaskCommand
- getName() - Method in class gnu.io.CommPort
- getName() - Method in class gnu.io.CommPortIdentifier
- getName() - Method in class gnu.io.rfc2217.ComPortCommand
-
Get the human-readable name of this option.
- getName() - Method in class gnu.io.rfc2217.TelnetSerialPort
-
Get the descriptive name of this client (used for logging purposes).
- getNewValue() - Method in class gnu.io.SerialPortEvent
- getOldValue() - Method in class gnu.io.SerialPortEvent
- getOutputBufferSize() - Method in class gnu.io.CommPort
- getOutputBufferSize() - Method in class gnu.io.rfc2217.TelnetSerialPort
- getOutputBufferSize() - Method in class gnu.io.RXTXPort
- getOutputStream() - Method in class gnu.io.CommPort
- getOutputStream() - Method in class gnu.io.NRSerialPort
- getOutputStream() - Method in class gnu.io.rfc2217.TelnetSerialPort
- getOutputStream() - Method in class gnu.io.RXTXPort
-
get the OutputStream
- getParity() - Method in class gnu.io.NRSerialPort
- getParity() - Method in class gnu.io.rfc2217.ParityCommand
- getParity() - Method in class gnu.io.rfc2217.TelnetSerialPort
- getParity() - Method in class gnu.io.RXTXPort
- getParity() - Method in class gnu.io.SerialPort
- getParityErrorChar() - Method in class gnu.io.rfc2217.TelnetSerialPort
- getParityErrorChar() - Method in class gnu.io.RXTXPort
-
Extension to CommAPI This is an extension to CommAPI.
- getParityErrorChar() - Method in class gnu.io.SerialPort
- getPortCreatorForPortName(String, Class<T>) - Method in class gnu.io.factory.SerialPortRegistry
-
Gets the best applicable
SerialPortCreator
for the givenportName
- getPortIdentifier(CommPort) - Static method in class gnu.io.CommPortIdentifier
- getPortIdentifier(String) - Static method in class gnu.io.CommPortIdentifier
- getPortIdentifiers() - Static method in class gnu.io.CommPortIdentifier
- getPortIdentifiers() - Method in class gnu.io.RXTXCommDriver
- getPortRegistry() - Method in class gnu.io.factory.DefaultSerialPortFactory
-
Gets the
SerialPortRegistry
to register/unregisterSerialPortCreator
s. - getPortType() - Method in class gnu.io.CommPortIdentifier
- getProtocol() - Method in class gnu.io.factory.RFC2217PortCreator
- getProtocol() - Method in class gnu.io.factory.RxTxPortCreator
- getProtocol() - Method in interface gnu.io.factory.SerialPortCreator
-
Gets the protocol type of the Port to create.
- getReceiveFramingByte() - Method in class gnu.io.CommPort
- getReceiveFramingByte() - Method in class gnu.io.rfc2217.TelnetSerialPort
- getReceiveFramingByte() - Method in class gnu.io.RXTXPort
- getReceiveThreshold() - Method in class gnu.io.CommPort
- getReceiveThreshold() - Method in class gnu.io.rfc2217.TelnetSerialPort
- getReceiveThreshold() - Method in class gnu.io.RXTXPort
- getReceiveTimeout() - Method in class gnu.io.CommPort
- getReceiveTimeout() - Method in class gnu.io.rfc2217.TelnetSerialPort
- getReceiveTimeout() - Method in class gnu.io.RXTXPort
- getSerialPortInstance() - Method in class gnu.io.NRSerialPort
-
Gets the
SerialPort
instance. - getSignature() - Method in class gnu.io.rfc2217.SignatureCommand
- getSignature() - Method in class gnu.io.rfc2217.TelnetSerialPort
-
Get the signature sent to the remote server at connection time.
- getStopBits() - Method in class gnu.io.NRSerialPort
- getStopBits() - Method in class gnu.io.rfc2217.TelnetSerialPort
- getStopBits() - Method in class gnu.io.RXTXPort
- getStopBits() - Method in class gnu.io.SerialPort
- getStopSize() - Method in class gnu.io.rfc2217.StopSizeCommand
- getTelnetClient() - Method in class gnu.io.rfc2217.TelnetSerialPort
-
Get the
TelnetClient
associated with this instance. - getTelnetSerialPortInstance() - Method in class gnu.io.NRSerialPort
-
Gets the
SerialPort
instance. - getUARTType() - Method in class gnu.io.rfc2217.TelnetSerialPort
- getUARTType() - Method in class gnu.io.RXTXPort
-
Extension to CommAPI This is an extension to CommAPI.
- getUARTType() - Method in class gnu.io.SerialPort
- getVersion() - Static method in class gnu.io.RXTXVersion
-
static method to return the current version of RXTX unique to RXTX.
- gnu.io - package gnu.io
- gnu.io.factory - package gnu.io.factory
- gnu.io.rfc2217 - package gnu.io.rfc2217
H
- HARDWARE_ERROR - Static variable in class gnu.io.SerialPortEvent
- HARDWARE_FAULT - Variable in class gnu.io.RXTXPort
- hashCode() - Method in class gnu.io.rfc2217.ComPortCommand
I
- initialize() - Method in interface gnu.io.CommDriver
- initialize() - Method in class gnu.io.RXTXCommDriver
-
Determine the OS and where the OS has the devices located
- isApplicable(String, Class<TelnetSerialPort>) - Method in class gnu.io.factory.RFC2217PortCreator
- isApplicable(String, Class<RXTXPort>) - Method in class gnu.io.factory.RxTxPortCreator
- isApplicable(String, Class<T>) - Method in interface gnu.io.factory.SerialPortCreator
-
Gets whether this
SerialPortCreator
is applicable to create and open the given port. - isCD() - Method in class gnu.io.rfc2217.TelnetSerialPort
- isCD() - Method in class gnu.io.RXTXPort
- isCD() - Method in class gnu.io.SerialPort
- isConnected() - Method in class gnu.io.NRSerialPort
- isCTS() - Method in class gnu.io.rfc2217.TelnetSerialPort
- isCTS() - Method in class gnu.io.RXTXPort
- isCTS() - Method in class gnu.io.SerialPort
- isCurrentlyOwned() - Method in class gnu.io.CommPortIdentifier
- isDSR() - Method in class gnu.io.rfc2217.TelnetSerialPort
- isDSR() - Method in class gnu.io.RXTXPort
- isDSR() - Method in class gnu.io.SerialPort
- isDTR() - Method in class gnu.io.rfc2217.TelnetSerialPort
- isDTR() - Method in class gnu.io.RXTXPort
- isDTR() - Method in class gnu.io.SerialPort
- isPurgeReceiveDataBuffer() - Method in class gnu.io.rfc2217.PurgeDataCommand
- isPurgeTransmitDataBuffer() - Method in class gnu.io.rfc2217.PurgeDataCommand
- isReceiveFramingEnabled() - Method in class gnu.io.CommPort
- isReceiveFramingEnabled() - Method in class gnu.io.rfc2217.TelnetSerialPort
- isReceiveFramingEnabled() - Method in class gnu.io.RXTXPort
- isReceiveThresholdEnabled() - Method in class gnu.io.CommPort
- isReceiveThresholdEnabled() - Method in class gnu.io.rfc2217.TelnetSerialPort
- isReceiveThresholdEnabled() - Method in class gnu.io.RXTXPort
- isReceiveTimeoutEnabled() - Method in class gnu.io.CommPort
- isReceiveTimeoutEnabled() - Method in class gnu.io.rfc2217.TelnetSerialPort
- isReceiveTimeoutEnabled() - Method in class gnu.io.RXTXPort
- isRI() - Method in class gnu.io.rfc2217.TelnetSerialPort
- isRI() - Method in class gnu.io.RXTXPort
- isRI() - Method in class gnu.io.SerialPort
- isRTS() - Method in class gnu.io.rfc2217.TelnetSerialPort
- isRTS() - Method in class gnu.io.RXTXPort
- isRTS() - Method in class gnu.io.SerialPort
- isServerCommand() - Method in class gnu.io.rfc2217.ComPortCommand
-
Determine if this command is client-to-server or server-to-client.
J
- J2EE_MSG_MODE - Static variable in class gnu.io.Zystem
- J2SE_LOG_MODE - Static variable in class gnu.io.Zystem
- JVSER_VERSION - Static variable in class gnu.io.rfc2217.Version
-
The version of this library.
L
- LINESTATE_BREAK_DETECT - Static variable in class gnu.io.rfc2217.RFC2217
- LINESTATE_DATA_READY - Static variable in class gnu.io.rfc2217.RFC2217
- LINESTATE_FRAMING_ERROR - Static variable in class gnu.io.rfc2217.RFC2217
- LINESTATE_OVERRUN_ERROR - Static variable in class gnu.io.rfc2217.RFC2217
- LINESTATE_PARITY_ERROR - Static variable in class gnu.io.rfc2217.RFC2217
- LINESTATE_TIME_OUT - Static variable in class gnu.io.rfc2217.RFC2217
- LINESTATE_TRANSFER_HOLDING_REGISTER_EMPTY - Static variable in class gnu.io.rfc2217.RFC2217
- LINESTATE_TRANSFER_SHIFT_REGISTER_EMPTY - Static variable in class gnu.io.rfc2217.RFC2217
- LineStateMaskCommand - Class in gnu.io.rfc2217
-
RFC 2217
SET-LINESTATE-MASK
command. - LineStateMaskCommand(boolean, int) - Constructor for class gnu.io.rfc2217.LineStateMaskCommand
-
Encoding constructor.
- LineStateMaskCommand(int[]) - Constructor for class gnu.io.rfc2217.LineStateMaskCommand
-
Decoding constructor.
- load(String) - Method in class gnu.io.NativeResource
- LOCAL - Static variable in interface gnu.io.factory.SerialPortCreator
M
- MEX_MODE - Static variable in class gnu.io.Zystem
- MODEMSTATE_CARRIER_DETECT - Static variable in class gnu.io.rfc2217.RFC2217
- MODEMSTATE_CTS - Static variable in class gnu.io.rfc2217.RFC2217
- MODEMSTATE_DELTA_CARRIER_DETECT - Static variable in class gnu.io.rfc2217.RFC2217
- MODEMSTATE_DELTA_CTS - Static variable in class gnu.io.rfc2217.RFC2217
- MODEMSTATE_DELTA_DSR - Static variable in class gnu.io.rfc2217.RFC2217
- MODEMSTATE_DSR - Static variable in class gnu.io.rfc2217.RFC2217
- MODEMSTATE_RING_INDICATOR - Static variable in class gnu.io.rfc2217.RFC2217
- MODEMSTATE_TRAILING_EDGE_RING_DETECTOR - Static variable in class gnu.io.rfc2217.RFC2217
- ModemStateMaskCommand - Class in gnu.io.rfc2217
-
RFC 2217
SET-MODEMSTATE-MASK
command. - ModemStateMaskCommand(boolean, int) - Constructor for class gnu.io.rfc2217.ModemStateMaskCommand
-
Encoding constructor.
- ModemStateMaskCommand(int[]) - Constructor for class gnu.io.rfc2217.ModemStateMaskCommand
-
Decoding constructor.
N
- name - Variable in class gnu.io.CommPort
- nativeavailable() - Method in class gnu.io.RXTXPort
-
RXTXPort read methods
- nativeDrain(boolean) - Method in class gnu.io.RXTXPort
- NativegetReceiveTimeout() - Method in class gnu.io.RXTXPort
- nativeGetVersion() - Static method in class gnu.io.RXTXVersion
- nativeGetVersionWrapper() - Static method in class gnu.io.RXTXCommDriver
- NativeResource - Class in gnu.io
- NativeResource() - Constructor for class gnu.io.NativeResource
- NativeResourceException - Exception in gnu.io
- NativeResourceException(String) - Constructor for exception gnu.io.NativeResourceException
- NET_MODE - Static variable in class gnu.io.Zystem
- NoSuchPortException - Exception in gnu.io
-
The requested Port does not exist
- NoSuchPortException() - Constructor for exception gnu.io.NoSuchPortException
- NoSuchPortException(String) - Constructor for exception gnu.io.NoSuchPortException
- NoSuchPortException(String, Throwable) - Constructor for exception gnu.io.NoSuchPortException
- NOTIFY_LINESTATE - Static variable in class gnu.io.rfc2217.RFC2217
- NOTIFY_MODEMSTATE - Static variable in class gnu.io.rfc2217.RFC2217
- NotifyLineStateCommand - Class in gnu.io.rfc2217
-
RFC 2217
NOTIFY-LINESTATE
command. - NotifyLineStateCommand(boolean, int) - Constructor for class gnu.io.rfc2217.NotifyLineStateCommand
-
Encoding constructor.
- NotifyLineStateCommand(int[]) - Constructor for class gnu.io.rfc2217.NotifyLineStateCommand
-
Decoding constructor.
- NotifyModemStateCommand - Class in gnu.io.rfc2217
-
RFC 2217
NOTIFY-MODEMSTATE
command. - NotifyModemStateCommand(boolean, int) - Constructor for class gnu.io.rfc2217.NotifyModemStateCommand
-
Encoding constructor.
- NotifyModemStateCommand(int[]) - Constructor for class gnu.io.rfc2217.NotifyModemStateCommand
-
Decoding constructor.
- notifyOnBreakInterrupt(boolean) - Method in class gnu.io.rfc2217.TelnetSerialPort
- notifyOnBreakInterrupt(boolean) - Method in class gnu.io.RXTXPort
- notifyOnBreakInterrupt(boolean) - Method in class gnu.io.SerialPort
- notifyOnCarrierDetect(boolean) - Method in class gnu.io.rfc2217.TelnetSerialPort
- notifyOnCarrierDetect(boolean) - Method in class gnu.io.RXTXPort
- notifyOnCarrierDetect(boolean) - Method in class gnu.io.SerialPort
- notifyOnCTS(boolean) - Method in class gnu.io.rfc2217.TelnetSerialPort
- notifyOnCTS(boolean) - Method in class gnu.io.RXTXPort
- notifyOnCTS(boolean) - Method in class gnu.io.SerialPort
- notifyOnDataAvailable(boolean) - Method in class gnu.io.NRSerialPort
- notifyOnDataAvailable(boolean) - Method in class gnu.io.rfc2217.TelnetSerialPort
- notifyOnDataAvailable(boolean) - Method in class gnu.io.RXTXPort
- notifyOnDataAvailable(boolean) - Method in class gnu.io.SerialPort
- notifyOnDSR(boolean) - Method in class gnu.io.rfc2217.TelnetSerialPort
- notifyOnDSR(boolean) - Method in class gnu.io.RXTXPort
- notifyOnDSR(boolean) - Method in class gnu.io.SerialPort
- notifyOnFramingError(boolean) - Method in class gnu.io.rfc2217.TelnetSerialPort
- notifyOnFramingError(boolean) - Method in class gnu.io.RXTXPort
- notifyOnFramingError(boolean) - Method in class gnu.io.SerialPort
- notifyOnOutputEmpty(boolean) - Method in class gnu.io.rfc2217.TelnetSerialPort
- notifyOnOutputEmpty(boolean) - Method in class gnu.io.RXTXPort
- notifyOnOutputEmpty(boolean) - Method in class gnu.io.SerialPort
- notifyOnOverrunError(boolean) - Method in class gnu.io.rfc2217.TelnetSerialPort
- notifyOnOverrunError(boolean) - Method in class gnu.io.RXTXPort
- notifyOnOverrunError(boolean) - Method in class gnu.io.SerialPort
- notifyOnParityError(boolean) - Method in class gnu.io.rfc2217.TelnetSerialPort
- notifyOnParityError(boolean) - Method in class gnu.io.RXTXPort
- notifyOnParityError(boolean) - Method in class gnu.io.SerialPort
- notifyOnRingIndicator(boolean) - Method in class gnu.io.rfc2217.TelnetSerialPort
- notifyOnRingIndicator(boolean) - Method in class gnu.io.RXTXPort
- notifyOnRingIndicator(boolean) - Method in class gnu.io.SerialPort
- NRSerialPort - Class in gnu.io
- NRSerialPort(String) - Constructor for class gnu.io.NRSerialPort
-
Class Constructor for a NRSerialPort with a given port and baudrate.
- NRSerialPort(String, int) - Constructor for class gnu.io.NRSerialPort
- NRSerialPort(String, int, int) - Constructor for class gnu.io.NRSerialPort
- NRSerialPort(String, int, int, int) - Constructor for class gnu.io.NRSerialPort
- NRSerialPort(String, int, int, int, int) - Constructor for class gnu.io.NRSerialPort
O
- OE - Static variable in class gnu.io.SerialPortEvent
- open(FileDescriptor) - Method in class gnu.io.CommPortIdentifier
- open(String, int) - Method in class gnu.io.CommPortIdentifier
- OUTPUT_BUFFER_EMPTY - Static variable in class gnu.io.SerialPortEvent
- ownershipChange(int) - Method in interface gnu.io.CommPortOwnershipListener
P
- PARITY_EVEN - Static variable in class gnu.io.rfc2217.RFC2217
- PARITY_EVEN - Static variable in class gnu.io.SerialPort
- PARITY_MARK - Static variable in class gnu.io.rfc2217.RFC2217
- PARITY_MARK - Static variable in class gnu.io.SerialPort
- PARITY_NONE - Static variable in class gnu.io.rfc2217.RFC2217
- PARITY_NONE - Static variable in class gnu.io.SerialPort
- PARITY_ODD - Static variable in class gnu.io.rfc2217.RFC2217
- PARITY_ODD - Static variable in class gnu.io.SerialPort
- PARITY_REQUEST - Static variable in class gnu.io.rfc2217.RFC2217
- PARITY_SPACE - Static variable in class gnu.io.rfc2217.RFC2217
- PARITY_SPACE - Static variable in class gnu.io.SerialPort
- ParityCommand - Class in gnu.io.rfc2217
-
RFC 2217
SET-PARITY
command. - ParityCommand(boolean, int) - Constructor for class gnu.io.rfc2217.ParityCommand
-
Encoding constructor.
- ParityCommand(int[]) - Constructor for class gnu.io.rfc2217.ParityCommand
-
Decoding constructor.
- PE - Static variable in class gnu.io.SerialPortEvent
- PORT_I2C - Static variable in class gnu.io.CommPortIdentifier
- PORT_OWNED - Static variable in interface gnu.io.CommPortOwnershipListener
- PORT_OWNERSHIP_REQUESTED - Static variable in interface gnu.io.CommPortOwnershipListener
- PORT_PARALLEL - Static variable in class gnu.io.CommPortIdentifier
- PORT_RAW - Static variable in class gnu.io.CommPortIdentifier
- PORT_RS485 - Static variable in class gnu.io.CommPortIdentifier
- PORT_SERIAL - Static variable in class gnu.io.CommPortIdentifier
- PORT_UNOWNED - Static variable in interface gnu.io.CommPortOwnershipListener
- PortInUseException - Exception in gnu.io
-
The port requested is currently in use
- PortInUseException() - Constructor for exception gnu.io.PortInUseException
- PRINT_MODE - Static variable in class gnu.io.Zystem
- PURGE_DATA - Static variable in class gnu.io.rfc2217.RFC2217
- PURGE_DATA_BOTH_DATA_BUFFERS - Static variable in class gnu.io.rfc2217.RFC2217
- PURGE_DATA_RECEIVE_DATA_BUFFER - Static variable in class gnu.io.rfc2217.RFC2217
- PURGE_DATA_TRANSMIT_DATA_BUFFER - Static variable in class gnu.io.rfc2217.RFC2217
- PurgeDataCommand - Class in gnu.io.rfc2217
-
RFC 2217
PURGE-DATA
command. - PurgeDataCommand(boolean, int) - Constructor for class gnu.io.rfc2217.PurgeDataCommand
-
Encoding constructor.
- PurgeDataCommand(int[]) - Constructor for class gnu.io.rfc2217.PurgeDataCommand
-
Decoding constructor.
R
- readArray(byte[], int, int) - Method in class gnu.io.RXTXPort
- readByte() - Method in class gnu.io.RXTXPort
- readTerminatedArray(byte[], int, int, byte[]) - Method in class gnu.io.RXTXPort
- registerDefaultSerialPortCreators() - Method in class gnu.io.factory.SerialPortRegistry
-
Registers the
RxTxPortCreator
and theRFC2217PortCreator
. - registerSerialPortCreator(SerialPortCreator<? extends SerialPort>) - Method in class gnu.io.factory.SerialPortRegistry
-
Registers a
SerialPortCreator
. - removeEventListener() - Method in class gnu.io.NRSerialPort
- removeEventListener() - Method in class gnu.io.rfc2217.TelnetSerialPort
- removeEventListener() - Method in class gnu.io.RXTXPort
-
Remove the serial port event listener
- removeEventListener() - Method in class gnu.io.SerialPort
- removePortOwnershipListener(CommPortOwnershipListener) - Method in class gnu.io.CommPortIdentifier
- report(String) - Method in class gnu.io.Zystem
- Report(String) - Method in class gnu.io.RXTXCommDriver
- reportln() - Method in class gnu.io.Zystem
- reportln(String) - Method in class gnu.io.Zystem
- RFC2217 - Class in gnu.io.rfc2217
-
RFC 2217 constants and utility methods.
- RFC2217PortCreator - Class in gnu.io.factory
- RFC2217PortCreator() - Constructor for class gnu.io.factory.RFC2217PortCreator
- RI - Static variable in class gnu.io.SerialPortEvent
- RXTXCommDriver - Class in gnu.io
-
This is the JavaComm for Linux driver.
- RXTXCommDriver() - Constructor for class gnu.io.RXTXCommDriver
- RXTXPort - Class in gnu.io
-
An extension of gnu.io.SerialPort
- RXTXPort(String) - Constructor for class gnu.io.RXTXPort
-
Open the named port
- RxTxPortCreator - Class in gnu.io.factory
- RxTxPortCreator() - Constructor for class gnu.io.factory.RxTxPortCreator
- RXTXVersion - Class in gnu.io
-
A class to keep the current version in
- RXTXVersion() - Constructor for class gnu.io.RXTXVersion
S
- sendBreak(int) - Method in class gnu.io.rfc2217.TelnetSerialPort
- sendBreak(int) - Method in class gnu.io.RXTXPort
-
Write to the port
- sendBreak(int) - Method in class gnu.io.SerialPort
- sendEvent(int, boolean) - Method in class gnu.io.RXTXPort
- serialEvent(SerialPortEvent) - Method in interface gnu.io.SerialPortEventListener
- SerialManager - Class in gnu.io
- SerialPort - Class in gnu.io
- SerialPort() - Constructor for class gnu.io.SerialPort
- SerialPortCreator<T extends SerialPort> - Interface in gnu.io.factory
- SerialPortEvent - Class in gnu.io
- SerialPortEvent(SerialPort, int, boolean, boolean) - Constructor for class gnu.io.SerialPortEvent
- SerialPortEventListener - Interface in gnu.io
- SerialPortFactory - Interface in gnu.io.factory
- SerialPortRegistry - Class in gnu.io.factory
- SerialPortRegistry() - Constructor for class gnu.io.factory.SerialPortRegistry
- SERVER_OFFSET - Static variable in class gnu.io.rfc2217.RFC2217
- SET_BAUDRATE - Static variable in class gnu.io.rfc2217.RFC2217
- SET_CONTROL - Static variable in class gnu.io.rfc2217.RFC2217
- SET_DATASIZE - Static variable in class gnu.io.rfc2217.RFC2217
- SET_LINESTATE_MASK - Static variable in class gnu.io.rfc2217.RFC2217
- SET_MODEMSTATE_MASK - Static variable in class gnu.io.rfc2217.RFC2217
- SET_PARITY - Static variable in class gnu.io.rfc2217.RFC2217
- SET_STOPSIZE - Static variable in class gnu.io.rfc2217.RFC2217
- setBaud(int) - Method in class gnu.io.NRSerialPort
- setBaudBase(int) - Method in class gnu.io.rfc2217.TelnetSerialPort
- setBaudBase(int) - Method in class gnu.io.RXTXPort
-
Extension to CommAPI.
- setBaudBase(int) - Method in class gnu.io.SerialPort
- setCallOutHangup(boolean) - Method in class gnu.io.rfc2217.TelnetSerialPort
- setCallOutHangup(boolean) - Method in class gnu.io.RXTXPort
-
Extension to CommAPI returns boolean true on success UnsupportedCommOperationException
- setCallOutHangup(boolean) - Method in class gnu.io.SerialPort
- setConnected(boolean) - Method in class gnu.io.NRSerialPort
- setDataBits(int) - Method in class gnu.io.NRSerialPort
- setDivisor(int) - Method in class gnu.io.rfc2217.TelnetSerialPort
- setDivisor(int) - Method in class gnu.io.RXTXPort
-
Extension to CommAPI.
- setDivisor(int) - Method in class gnu.io.SerialPort
- setDTR(boolean) - Method in class gnu.io.rfc2217.TelnetSerialPort
- setDTR(boolean) - Method in class gnu.io.RXTXPort
- setDTR(boolean) - Method in class gnu.io.SerialPort
- setEndOfInputChar(byte) - Method in class gnu.io.rfc2217.TelnetSerialPort
- setEndOfInputChar(byte) - Method in class gnu.io.RXTXPort
-
Extension to CommAPI This is an extension to CommAPI.
- setEndOfInputChar(byte) - Method in class gnu.io.SerialPort
- setFlowControlMode(int) - Method in class gnu.io.rfc2217.TelnetSerialPort
- setFlowControlMode(int) - Method in class gnu.io.RXTXPort
- setFlowControlMode(int) - Method in class gnu.io.SerialPort
- setInputBufferSize(int) - Method in class gnu.io.CommPort
- setInputBufferSize(int) - Method in class gnu.io.rfc2217.TelnetSerialPort
- setInputBufferSize(int) - Method in class gnu.io.RXTXPort
- setLowLatency() - Method in class gnu.io.rfc2217.TelnetSerialPort
- setLowLatency() - Method in class gnu.io.RXTXPort
-
Extension to CommAPI returns boolean true on success UnsupportedCommOperationException
- setLowLatency() - Method in class gnu.io.SerialPort
- setName(String) - Method in class gnu.io.rfc2217.TelnetSerialPort
-
Set the descriptive name of this client (used for logging purposes).
- setOutputBufferSize(int) - Method in class gnu.io.CommPort
- setOutputBufferSize(int) - Method in class gnu.io.rfc2217.TelnetSerialPort
- setOutputBufferSize(int) - Method in class gnu.io.RXTXPort
- setParity(int) - Method in class gnu.io.NRSerialPort
- setParityErrorChar(byte) - Method in class gnu.io.rfc2217.TelnetSerialPort
- setParityErrorChar(byte) - Method in class gnu.io.RXTXPort
-
Extension to CommAPI This is an extension to CommAPI.
- setParityErrorChar(byte) - Method in class gnu.io.SerialPort
- setRcvFifoTrigger(int) - Method in class gnu.io.RXTXPort
-
Deprecated.deprecated but used in Kaffe
- setRTS(boolean) - Method in class gnu.io.rfc2217.TelnetSerialPort
- setRTS(boolean) - Method in class gnu.io.RXTXPort
- setRTS(boolean) - Method in class gnu.io.SerialPort
- setSerialPortParams(int, int, int, int) - Method in class gnu.io.rfc2217.TelnetSerialPort
- setSerialPortParams(int, int, int, int) - Method in class gnu.io.RXTXPort
- setSerialPortParams(int, int, int, int) - Method in class gnu.io.SerialPort
- setSignature(String) - Method in class gnu.io.rfc2217.TelnetSerialPort
-
Set the signature sent to the remote server at connection time.
- setStopBits(int) - Method in class gnu.io.NRSerialPort
- setUARTType(String, boolean) - Method in class gnu.io.rfc2217.TelnetSerialPort
- setUARTType(String, boolean) - Method in class gnu.io.RXTXPort
-
Extension to CommAPI This is an extension to CommAPI.
- setUARTType(String, boolean) - Method in class gnu.io.SerialPort
- SIGNATURE - Static variable in class gnu.io.rfc2217.RFC2217
- SignatureCommand - Class in gnu.io.rfc2217
-
RFC 2217
SIGNATURE
command. - SignatureCommand(boolean) - Constructor for class gnu.io.rfc2217.SignatureCommand
-
Encoding constructor for signature requests.
- SignatureCommand(boolean, String) - Constructor for class gnu.io.rfc2217.SignatureCommand
-
Encoding constructor.
- SignatureCommand(int[]) - Constructor for class gnu.io.rfc2217.SignatureCommand
-
Decoding constructor.
- SILENT_MODE - Static variable in class gnu.io.Zystem
- startLogger() - Method in class gnu.io.Zystem
- startLogger(String) - Method in class gnu.io.Zystem
- startSubnegotiationLocal() - Method in class gnu.io.rfc2217.ComPortOptionHandler
- startSubnegotiationLocal() - Method in class gnu.io.rfc2217.TransmitBinaryOptionHandler
- startSubnegotiationRemote() - Method in class gnu.io.rfc2217.ComPortOptionHandler
- startSubnegotiationRemote() - Method in class gnu.io.rfc2217.TransmitBinaryOptionHandler
- staticGetBaudRate(String) - Static method in class gnu.io.RXTXPort
-
Extension to CommAPI This is an extension to CommAPI.
- staticGetDataBits(String) - Static method in class gnu.io.RXTXPort
-
Extension to CommAPI This is an extension to CommAPI.
- staticGetParity(String) - Static method in class gnu.io.RXTXPort
-
Extension to CommAPI This is an extension to CommAPI.
- staticGetStopBits(String) - Static method in class gnu.io.RXTXPort
-
Extension to CommAPI This is an extension to CommAPI.
- staticIsCD(String) - Static method in class gnu.io.RXTXPort
-
Extension to CommAPI This is an extension to CommAPI.
- staticIsCTS(String) - Static method in class gnu.io.RXTXPort
-
Extension to CommAPI This is an extension to CommAPI.
- staticIsDSR(String) - Static method in class gnu.io.RXTXPort
-
Extension to CommAPI This is an extension to CommAPI.
- staticIsDTR(String) - Static method in class gnu.io.RXTXPort
-
Extension to CommAPI This is an extension to CommAPI.
- staticIsRI(String) - Static method in class gnu.io.RXTXPort
-
Extension to CommAPI This is an extension to CommAPI.
- staticIsRTS(String) - Static method in class gnu.io.RXTXPort
-
Extension to CommAPI This is an extension to CommAPI.
- staticSetDSR(String, boolean) - Static method in class gnu.io.RXTXPort
-
Extension to CommAPI This is an extension to CommAPI.
- staticSetDTR(String, boolean) - Static method in class gnu.io.RXTXPort
-
Extension to CommAPI This is an extension to CommAPI.
- staticSetRTS(String, boolean) - Static method in class gnu.io.RXTXPort
-
Extension to CommAPI This is an extension to CommAPI.
- staticSetSerialPortParams(String, int, int, int, int) - Static method in class gnu.io.RXTXPort
-
Extension to CommAPI This is an extension to CommAPI.
- STOPBITS_1 - Static variable in class gnu.io.SerialPort
- STOPBITS_1_5 - Static variable in class gnu.io.SerialPort
- STOPBITS_2 - Static variable in class gnu.io.SerialPort
- STOPSIZE_1 - Static variable in class gnu.io.rfc2217.RFC2217
- STOPSIZE_1_5 - Static variable in class gnu.io.rfc2217.RFC2217
- STOPSIZE_2 - Static variable in class gnu.io.rfc2217.RFC2217
- STOPSIZE_REQUEST - Static variable in class gnu.io.rfc2217.RFC2217
- StopSizeCommand - Class in gnu.io.rfc2217
-
RFC 2217
SET-STOPSIZE
command. - StopSizeCommand(boolean, int) - Constructor for class gnu.io.rfc2217.StopSizeCommand
-
Encoding constructor.
- StopSizeCommand(int[]) - Constructor for class gnu.io.rfc2217.StopSizeCommand
-
Decoding constructor.
T
- TelnetSerialPort - Class in gnu.io.rfc2217
-
Implements the client side of the RFC 2217 serial-over-Telnet protocol as as
SerialPort
. - TelnetSerialPort() - Constructor for class gnu.io.rfc2217.TelnetSerialPort
-
Constructor.
- toString() - Method in class gnu.io.CommPort
- toString() - Method in exception gnu.io.NativeResourceException
- toString() - Method in class gnu.io.rfc2217.BaudRateCommand
- toString() - Method in class gnu.io.rfc2217.ComPortCommand
-
Get the human-readable description of this option.
- toString() - Method in class gnu.io.rfc2217.ControlCommand
- toString() - Method in class gnu.io.rfc2217.DataSizeCommand
- toString() - Method in class gnu.io.rfc2217.FlowControlResumeCommand
- toString() - Method in class gnu.io.rfc2217.FlowControlSuspendCommand
- toString() - Method in class gnu.io.rfc2217.LineStateMaskCommand
- toString() - Method in class gnu.io.rfc2217.ModemStateMaskCommand
- toString() - Method in class gnu.io.rfc2217.NotifyLineStateCommand
- toString() - Method in class gnu.io.rfc2217.NotifyModemStateCommand
- toString() - Method in class gnu.io.rfc2217.ParityCommand
- toString() - Method in class gnu.io.rfc2217.PurgeDataCommand
- toString() - Method in class gnu.io.rfc2217.SignatureCommand
- toString() - Method in class gnu.io.rfc2217.StopSizeCommand
- TRANSMIT_BINARY_OPTION - Static variable in class gnu.io.rfc2217.TransmitBinaryOptionHandler
- TransmitBinaryOptionHandler - Class in gnu.io.rfc2217
-
Handler for the telnet
TRANSMIT-BINARY
option defined by RFC 856. - TransmitBinaryOptionHandler(boolean, boolean, boolean, boolean) - Constructor for class gnu.io.rfc2217.TransmitBinaryOptionHandler
U
- UnsupportedCommOperationException - Exception in gnu.io
-
Exception thrown when a method does not support the requested functionality.
- UnsupportedCommOperationException() - Constructor for exception gnu.io.UnsupportedCommOperationException
-
create an instances with no message about why the Exception was thrown.
- UnsupportedCommOperationException(String) - Constructor for exception gnu.io.UnsupportedCommOperationException
-
create an instance with a message about why the Exception was thrown.
- UnsupportedCommOperationException(String, Throwable) - Constructor for exception gnu.io.UnsupportedCommOperationException
- UnSupportedLoggerException - Exception in gnu.io
-
Exception thrown when a method does not support the requested functionality.
- UnSupportedLoggerException() - Constructor for exception gnu.io.UnSupportedLoggerException
-
create an instances with no message about why the Exception was thrown.
- UnSupportedLoggerException(String) - Constructor for exception gnu.io.UnSupportedLoggerException
-
create an instance with a message about why the Exception was thrown.
V
- Version - Class in gnu.io.rfc2217
-
Contains library version information.
- visit(ComPortCommandSwitch) - Method in class gnu.io.rfc2217.BaudRateCommand
- visit(ComPortCommandSwitch) - Method in class gnu.io.rfc2217.ComPortCommand
-
Apply visitor pattern.
- visit(ComPortCommandSwitch) - Method in class gnu.io.rfc2217.ControlCommand
- visit(ComPortCommandSwitch) - Method in class gnu.io.rfc2217.DataSizeCommand
- visit(ComPortCommandSwitch) - Method in class gnu.io.rfc2217.FlowControlResumeCommand
- visit(ComPortCommandSwitch) - Method in class gnu.io.rfc2217.FlowControlSuspendCommand
- visit(ComPortCommandSwitch) - Method in class gnu.io.rfc2217.LineStateMaskCommand
- visit(ComPortCommandSwitch) - Method in class gnu.io.rfc2217.ModemStateMaskCommand
- visit(ComPortCommandSwitch) - Method in class gnu.io.rfc2217.NotifyLineStateCommand
- visit(ComPortCommandSwitch) - Method in class gnu.io.rfc2217.NotifyModemStateCommand
- visit(ComPortCommandSwitch) - Method in class gnu.io.rfc2217.ParityCommand
- visit(ComPortCommandSwitch) - Method in class gnu.io.rfc2217.PurgeDataCommand
- visit(ComPortCommandSwitch) - Method in class gnu.io.rfc2217.SignatureCommand
- visit(ComPortCommandSwitch) - Method in class gnu.io.rfc2217.StopSizeCommand
W
- waitForTheNativeCodeSilly() - Method in class gnu.io.RXTXPort
-
Give the native code a chance to start listening to the hardware or should we say give the native code control of the issue.
- writeArray(byte[], int, int, boolean) - Method in class gnu.io.RXTXPort
- writeByte(int, boolean) - Method in class gnu.io.RXTXPort
Z
- Zystem - Class in gnu.io
- Zystem() - Constructor for class gnu.io.Zystem
-
Constructor.
- Zystem(int) - Constructor for class gnu.io.Zystem
All Classes All Packages