serialPort.test
Class Test

java.lang.Object
  extended by serialPort.test.Test
All Implemented Interfaces:
SerialPortEventListener, java.util.EventListener

public class Test
extends java.lang.Object
implements SerialPortEventListener


Constructor Summary
Test(java.lang.String PortName)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void serialEvent(SerialPortEvent event)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Test

public Test(java.lang.String PortName)
     throws UnsupportedCommOperationException
Throws:
UnsupportedCommOperationException
Method Detail

main

public static void main(java.lang.String[] args)

serialEvent

public void serialEvent(SerialPortEvent event)
Specified by:
serialEvent in interface SerialPortEventListener