Class Summary |
NativeComm |
This class contains the interface to the native I/O methods. |
NullInputStream |
This class is used when data is requested for input but
a port is not currently available. |
NullOutputStream |
This class is used as an outlet when data is available for output but
a port is not currently available. |
SerialInputStream |
A Serial input stream is an input stream for reading data from an serial port. |
SerialOutputStream |
An Serial output stream is an output stream for writing data to a serial port. |
TINICommDriver |
This class, part of the loadable device driver interface, is used by
javax.comm and should not be used by application-level
programs. |
TINISerialPort |
This class is the actual serial port implementation used by
javax.comm.SerialPort and should not be used directly. |