stella.io
Class RS485ReadWriteServer.Command

java.lang.Object
  extended by stella.io.RS485ReadWriteServer.Command
Enclosing class:
RS485ReadWriteServer

public static final class RS485ReadWriteServer.Command
extends Object

Sends a single command to the server stated on the command line.


Constructor Summary
RS485ReadWriteServer.Command()
           
 
Method Summary
static void main(String[] arg)
          Reads the properties of the rs485-server from the first command line argument.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RS485ReadWriteServer.Command

public RS485ReadWriteServer.Command()
Method Detail

main

public static void main(String[] arg)
                 throws IOException
Reads the properties of the rs485-server from the first command line argument. Then, write the second command line argument as a command to this server, using the third argument as the response length.

Throws:
IOException