serialPort
Class CommPortUtils

java.lang.Object
  extended by serialPort.CommPortUtils

public final class CommPortUtils
extends java.lang.Object


Method Summary
 CommPortIdentifierInterface getACommPortFromUser()
           
static CommPortIdentifierBean getCommPortIdentifierBean()
           
static CommPortIdentifierInterface getCommPortIdentifierByName(java.lang.String name)
           
static CommPortIdentifierInterface[] getCommPortIdentifiers()
           
 java.lang.String[] getCommPortNames()
           
static CommPortUtils getCommPortUtils()
           
static java.lang.String getPortTypeName(int portType)
           
static void main(java.lang.String[] args)
           
 void print()
           
 void print(CommPortIdentifierInterface cpid)
           
 void print(CommPortIdentifierInterface[] cpids)
           
static void testRxtxPath()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
                 throws PortInUseException
Throws:
PortInUseException

getCommPortUtils

public static CommPortUtils getCommPortUtils()

getCommPortIdentifierBean

public static CommPortIdentifierBean getCommPortIdentifierBean()

getCommPortIdentifierByName

public static CommPortIdentifierInterface getCommPortIdentifierByName(java.lang.String name)

getCommPortIdentifiers

public static CommPortIdentifierInterface[] getCommPortIdentifiers()

getCommPortNames

public java.lang.String[] getCommPortNames()

getACommPortFromUser

public CommPortIdentifierInterface getACommPortFromUser()

print

public void print(CommPortIdentifierInterface cpid)

print

public void print(CommPortIdentifierInterface[] cpids)

print

public void print()

getPortTypeName

public static java.lang.String getPortTypeName(int portType)

testRxtxPath

public static void testRxtxPath()