Package com.dalsemi.comm

Class Summary
CommPort This class implements a generic communications port.
DebugOutputStream This class sends data to the debug port.
LCDOutputStream A LCD output stream is an output stream for writing data to a LCD Display.
LCDPort A class to write to a LCD display.
NullInputStream This class is used as a place holder when data is requested for input but a port is not currently avaliable.
NullOutputStream This class is used as a place holder when data is available for output but a port is not currently avaliable.
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.
SerialPort Serial Port implements a RS-232 serial communications port.
VendPort  
 

Exception Summary
UnsupportedCommOperationException Class declaration