Uses of Package
comm

Packages that use comm
comm   
gnu.io   
 

Classes in comm used by comm
CommDriver
          This interface is used internally by loadable device drivers, and should not be used by application-level programs.
CommPort
          This class models a communications port.
CommPortIdentifier
          A handle for obtaining a communications port.
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.
NoSuchPortException
          This exception is thrown when the specified port cannot be located.
ParallelPortEvent
          An event on a parallel port.
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.
PortInUseException
          This exception is thrown when the specified port is already in use.
SerialPortEvent
          An event on a serial port.
SerialPortEventListener
          This interface is used to receive notifications of serial port events.
SerialPortInterface
          An RS-232 serial communications port.
UnsupportedCommOperationException
          This exception is thrown when the specified operation is not supported or permitted by the driver.
 

Classes in comm used by gnu.io
CommPortInterface
          A communications port.