com.eurotech.framework.linux.util
Class LinuxSerialDev

java.lang.Object
  extended by com.eurotech.framework.linux.util.LinuxSerialDev

public class LinuxSerialDev
extends Object


Field Summary
static String USB_DEVICES_DIR
           
 
Constructor Summary
LinuxSerialDev()
           
 
Method Summary
static Set<String> getUsbPorts(String usbAddress)
          Returns a Set of tty ports associated with the specified usb address.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USB_DEVICES_DIR

public static final String USB_DEVICES_DIR
See Also:
Constant Field Values
Constructor Detail

LinuxSerialDev

public LinuxSerialDev()
Method Detail

getUsbPorts

public static Set<String> getUsbPorts(String usbAddress)
Returns a Set of tty ports associated with the specified usb address.

Parameters:
usbAddress -
Returns:
Set of dev ports


Copyright © 2013. All Rights Reserved.