stella.io
Class RS485Server.Command

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

public static final class RS485Server.Command
extends Object

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


Constructor Summary
RS485Server.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

RS485Server.Command

public RS485Server.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