| 程序包 | 说明 |
|---|---|
| gnu.io | |
| gnu.io.factory |
| 限定符和类型 | 方法和说明 |
|---|---|
RXTXPort |
CommPortIdentifier.open(String TheOwner,
int i) |
| 构造器和说明 |
|---|
RXTXPort(String name)
Open the named port
|
| 限定符和类型 | 方法和说明 |
|---|---|
RXTXPort |
RxTxPortCreator.createPort(String port) |
T |
SerialPortCreator.createPort(String portName)
Creates the
SerialPort and opens it for communication. |
SerialPort |
DefaultSerialPortFactory.createSerialPort(String portName) |
SerialPort |
SerialPortFactory.createSerialPort(String portName)
Creates a
SerialPort instance out of the given portName. |
<T extends SerialPort> |
DefaultSerialPortFactory.createSerialPort(String portName,
Class<T> expectedClass) |
<T extends SerialPort> |
SerialPortFactory.createSerialPort(String portName,
Class<T> expectedClass)
Creates a
SerialPort instance out of the given portName. |
Copyright © 2020. All rights reserved.