| Package | Description |
|---|---|
| com.sparetimelabs.serial | |
| net.wimpi.modbus.io |
Provides I/O and transport related interfaces and classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PureJavaSerialPort
The type Pure java serial port.
|
class |
SerialPort
The type Serial port.
|
| Modifier and Type | Method and Description |
|---|---|
CommPort |
PureJavaCommDriver.getCommPort(String name,
int type) |
CommPort |
CommDriver.getCommPort(String portName,
int portType)
Gets comm port.
|
CommPort |
CommPortIdentifier.open(FileDescriptor fd)
Open comm port.
|
CommPort |
CommPortIdentifier.open(String appname,
int timeout)
Open comm port.
|
| Modifier and Type | Method and Description |
|---|---|
static CommPortIdentifier |
CommPortIdentifier.getPortIdentifier(CommPort port)
Gets port identifier.
|
| Modifier and Type | Field and Description |
|---|---|
protected CommPort |
ModbusSerialTransport.m_CommPort
The M comm port.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModbusSerialTransport.setCommPort(CommPort cp)
setCommPort sets the comm port member and prepares the input
and output streams to be used for reading from and writing to. |
Copyright © 2017. All rights reserved.