Package comm

Interface Summary
CommDriver This interface is used internally by loadable device drivers, and should not be used by application-level programs.
CommPortIdentifierInterface User: lyon Date: Jul 30, 2006 Time: 7:39:58 AM Copyright DocJava, Inc.
CommPortInterface A communications port.
CommPortOwnershipListener This interface is used to receive notifications of communications port ownership events.
ParallelPortEventListener This interface is used to receive notifications of parallel port events.
ParallelPortInterface User: lyon Date: Jul 30, 2006 Time: 7:47:21 AM Copyright DocJava, Inc.
SerialPortEventListener This interface is used to receive notifications of serial port events.
SerialPortInterface An RS-232 serial communications port.
 

Class Summary
CommPort This class models a communications port.
CommPortIdentifier A handle for obtaining a communications port.
ParallelPort This class models an IEEE 1284 parallel communications port.
ParallelPortEvent An event on a parallel port.
SerialPort This class models an RS-232 serial communications port.
SerialPortEvent An event on a serial port.
 

Exception Summary
NoSuchPortException This exception is thrown when the specified port cannot be located.
PortInUseException This exception is thrown when the specified port is already in use.
UnsupportedCommOperationException This exception is thrown when the specified operation is not supported or permitted by the driver.