io
Class SerialDriver.Debug

java.lang.Object
  extended by io.SerialDriver.Debug
Enclosing class:
SerialDriver

public static class SerialDriver.Debug
extends Object

Reads the properties from a file, open the port and writes a command to it. The response is printed to system.out.


Constructor Summary
SerialDriver.Debug()
           
 
Method Summary
static void main(String[] arg)
          First command line argument are the properties of the serial port, then the command to write follows.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerialDriver.Debug

public SerialDriver.Debug()
Method Detail

main

public static void main(String[] arg)
                 throws IOException
First command line argument are the properties of the serial port, then the command to write follows.

Throws:
IOException