Class Summary |
CanBus |
Class allowing access to DS80C390 CAN Bus Controllers. |
CanFrame |
The CANFrame class is used with the CanBus
class to send and receive frames on the CAN Bus. |
DebugOutputStream |
This class sends data to the debug port. |
InternalCommPort |
This class implements a generic communications port. |
LCDOutputStream |
LCDOutputStream
Description
LCDOutputStream is used for writing data to a LCD Display. |
LCDPort |
LCDPort
Description
LCDPort is used to write to the LCD display. |
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 be used directly only
if portability is not required and if javax.comm.SerialPort
does not implement a method that is supported in this class. |