ControllableSerialInput
The ControllableSerialInput represents a hardware device connected through
the serial port which accepts start, stop, and reset commands.
NeatToolsModule
|
+-- InputDevice
|
+-- SerialPortInput
|
+-- ControllableSerialInput
Input streams
- start - String command to start up device
- stop - String command to stop device
- resetCommand - String command to reset device
Output streams
A single byte stream, byteStream.
Fields
Methods
- startUp() -- calls super.startUp(), then sends out startCommand.
- shutDown() -- sends out stopCommand, then calls super.shutDown().