Uses of Package
serialPort.comm

Packages that use serialPort.comm
com.scottpreston.javarobot.chapter2   
serialPort.comm   
serialPort.rxtx   
 

Classes in serialPort.comm used by com.scottpreston.javarobot.chapter2
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.
 

Classes in serialPort.comm used by serialPort.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 serialPort.comm used by serialPort.rxtx
CommPortInterface
          A communications port.