serialPort
Class CommPortUtils

java.lang.Object
  extended by serialPort.CommPortUtils

public final class CommPortUtils
extends java.lang.Object

Copyright DocJava, inc. User: lyon

Date: May 8, 2005

Time: 10:30:33 AM


Method Summary
 CommPortIdentifierInterface getACommPortFromUser()
           
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)
           
 void printResponse(java.io.Reader br)
           
 void sleep()
           
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)

getCommPortUtils

public static CommPortUtils getCommPortUtils()

sleep

public void sleep()

printResponse

public void printResponse(java.io.Reader br)
                   throws java.io.IOException
Throws:
java.io.IOException

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()