Class Summary |
CommPort |
The main difference are the method read and write. |
CommPortIdentifier |
Devices are obtained from concrete instance of this class. |
PortInputStream |
If you want to have an input stream instead of read you can just
new PortInputStream(commPort) and you can have an input stream. |
PortOutputStream |
If you want to have an output stream instead of write you can just
new PortOutputStream(commPort) and you can have an output stream. |
SerialPort |
Defines a generic serial port, concrete implementation may have more methods
but this should be fairly general. |
SerialPortEvent |
If you ever want to know what was the previous state of something just save it in your code. |