Package com.dalsemi.comm

Class Summary
CanBus Class allowing access to 87C390 CANBus Controllers.
CanFrame This class represents a CAN Frame.
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 Deprecated.  
TINICommDriver Part of the loadable device driver interface.
TINISerialPort This class is is the actual serial port implementation used by javax.comm.SerialPort.
 

Exception Summary
CanBusException  
UnsupportedCommOperationException Class declaration