serialPort.test
Class DtrTest

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

public class DtrTest
extends java.lang.Object
implements SerialPortEventListener, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
DtrTest()
           
DtrTest(java.lang.String portName)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void serialEvent(SerialPortEvent event)
           
 void step(float seconds)
          The step time in seconds
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DtrTest

public DtrTest()

DtrTest

public DtrTest(java.lang.String portName)
Method Detail

step

public void step(float seconds)
The step time in seconds

Parameters:
seconds -

serialEvent

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

main

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