public abstract class SerialPortFinder
extends java.lang.Object
Constructors and instructions |
---|
SerialPortFinder() |
Qualifiers and types | Methods and instructions |
---|---|
abstract java.lang.String[] |
getAllDevices()
Get all serial driver names (not all)
|
abstract java.lang.String[] |
getAllDevicesPath()
Get all serial port paths
|
static SerialPortFinder |
newInstance()
Create an instance
|
public static SerialPortFinder newInstance() throws java.lang.Throwable
java.lang.Throwable
public abstract java.lang.String[] getAllDevices()
public abstract java.lang.String[] getAllDevicesPath()