comm API
Version 2.0

Uses of Class
javax.comm.UnsupportedCommOperationException

Uses of UnsupportedCommOperationException in javax.comm
 

Methods in javax.comm that throw UnsupportedCommOperationException
abstract  int ParallelPort.setMode(int mode)
          Sets the printer port mode.
abstract  void SerialPort.setFlowControlMode(int flowcontrol)
          Sets the flow control mode.
abstract  void SerialPort.setSerialPortParams(int baudrate, int databits, int stopbits, int parity)
          Sets serial port parameters.
 CommPort CommPortIdentifier.open(FileDescriptor fd)
          Opens the communications port using a FileDescriptor object on platforms that support this technique.
abstract  void CommPort.enableReceiveThreshold(int thresh)
          Enables receive threshold, if this feature is supported by the driver.
abstract  void CommPort.enableReceiveTimeout(int rcvTimeout)
          Enables receive timeout, if this feature is supported by the driver.
abstract  void CommPort.enableReceiveFraming(int framingByte)
          Enables receive framing, if this feature is supported by the driver.
 


comm API
Version 2.0

http://java.sun.com/products/javacomm