stella.io
Class RS485Server.Command
java.lang.Object
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.
|
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 |
RS485Server.Command
public RS485Server.Command()
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