io
Class SerialDriver.Debug
java.lang.Object
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.
|
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 |
SerialDriver.Debug
public SerialDriver.Debug()
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