public class SerialPortFinder
extends java.lang.Object
Constructor and Description |
---|
SerialPortFinder() |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getAllDevices()
Get device name / driver name of ports.
|
java.lang.String[] |
getAllDevicesPath()
Get device path of ports.
|
public java.lang.String[] getAllDevices()
exmpale : ttyHSL0 (msm_serial_hs)
public java.lang.String[] getAllDevicesPath()
example : /dev/ttyHSL0