Uses of Class
gnu.io.UnsupportedCommOperationException

Packages that use UnsupportedCommOperationException
comm   
gnu.io   
serialPort   
serialPort.test   
 

Uses of UnsupportedCommOperationException in comm
 

Methods in comm that throw UnsupportedCommOperationException
 void CommPortInterface.enableReceiveFraming(int framingByte)
          Enables receive framing.
 void CommPortInterface.enableReceiveThreshold(int thresh)
          Enables receive threshold.
 void CommPortInterface.enableReceiveTimeout(int rcvTimeout)
          Enables receive timeout.
 

Uses of UnsupportedCommOperationException in gnu.io
 

Methods in gnu.io that throw UnsupportedCommOperationException
 void RXTXPort.enableReceiveFraming(int f)
          Receive framing control
 int RXTXPort.getBaudBase()
          Extension to CommAPI
 int SerialPortInterface.getBaudBase()
           
 boolean RXTXPort.getCallOutHangup()
          Extension to CommAPI returns boolean true on success
 boolean SerialPortInterface.getCallOutHangup()
           
 int RXTXPort.getDivisor()
          Extension to CommAPI
 int SerialPortInterface.getDivisor()
           
 byte RXTXPort.getEndOfInputChar()
          Extension to CommAPI This is an extension to CommAPI.
 byte SerialPortInterface.getEndOfInputChar()
           
 boolean RXTXPort.getLowLatency()
          Extension to CommAPI returns boolean true on success
 boolean SerialPortInterface.getLowLatency()
           
 byte RXTXPort.getParityErrorChar()
          Extension to CommAPI This is an extension to CommAPI.
 byte SerialPortInterface.getParityErrorChar()
           
 java.lang.String RXTXPort.getUARTType()
          Extension to CommAPI This is an extension to CommAPI.
 java.lang.String SerialPortInterface.getUARTType()
           
 CommPortInterface CommPortIdentifier.open(java.io.FileDescriptor f)
           
 CommPortInterface CommPortIdentifierInterface.open(java.io.FileDescriptor fd)
           
 boolean RXTXPort.setBaudBase(int BaudBase)
          Extension to CommAPI
 boolean SerialPortInterface.setBaudBase(int BaudBase)
           
 boolean RXTXPort.setCallOutHangup(boolean NoHup)
          Extension to CommAPI returns boolean true on success
 boolean SerialPortInterface.setCallOutHangup(boolean NoHup)
           
 boolean RXTXPort.setDivisor(int Divisor)
          Extension to CommAPI
 boolean SerialPortInterface.setDivisor(int Divisor)
           
 boolean RXTXPort.setEndOfInputChar(byte b)
          Extension to CommAPI This is an extension to CommAPI.
 boolean SerialPortInterface.setEndOfInputChar(byte b)
           
 boolean RXTXPort.setLowLatency()
          Extension to CommAPI returns boolean true on success
 boolean SerialPortInterface.setLowLatency()
           
 int ParallelPortInterface.setMode(int mode)
           
 boolean RXTXPort.setParityErrorChar(byte b)
          Extension to CommAPI This is an extension to CommAPI.
 boolean SerialPortInterface.setParityErrorChar(byte b)
           
 void RXTXPort.setSerialPortParams(int b, int d, int s, int p)
           
 void SerialPortInterface.setSerialPortParams(int baudRate, int dataBits, int stopBits, int parity)
          Sets the serial port parameters.
 boolean RXTXPort.setUARTType(java.lang.String type, boolean test)
          Extension to CommAPI This is an extension to CommAPI.
 boolean SerialPortInterface.setUARTType(java.lang.String type, boolean test)
           
static int RXTXPort.staticGetBaudRate(java.lang.String port)
          Extension to CommAPI This is an extension to CommAPI.
static int RXTXPort.staticGetDataBits(java.lang.String port)
          Extension to CommAPI This is an extension to CommAPI.
static int RXTXPort.staticGetParity(java.lang.String port)
          Extension to CommAPI This is an extension to CommAPI.
static int RXTXPort.staticGetStopBits(java.lang.String port)
          Extension to CommAPI This is an extension to CommAPI.
static boolean RXTXPort.staticIsCD(java.lang.String port)
          Extension to CommAPI This is an extension to CommAPI.
static boolean RXTXPort.staticIsCTS(java.lang.String port)
          Extension to CommAPI This is an extension to CommAPI.
static boolean RXTXPort.staticIsDSR(java.lang.String port)
          Extension to CommAPI This is an extension to CommAPI.
static boolean RXTXPort.staticIsDTR(java.lang.String port)
          Extension to CommAPI This is an extension to CommAPI.
static boolean RXTXPort.staticIsRI(java.lang.String port)
          Extension to CommAPI This is an extension to CommAPI.
static boolean RXTXPort.staticIsRTS(java.lang.String port)
          Extension to CommAPI This is an extension to CommAPI.
static boolean RXTXPort.staticSetDSR(java.lang.String port, boolean flag)
          Extension to CommAPI This is an extension to CommAPI.
static boolean RXTXPort.staticSetDTR(java.lang.String port, boolean flag)
          Extension to CommAPI This is an extension to CommAPI.
static boolean RXTXPort.staticSetRTS(java.lang.String port, boolean flag)
          Extension to CommAPI This is an extension to CommAPI.
static void RXTXPort.staticSetSerialPortParams(java.lang.String f, int b, int d, int s, int p)
          Extension to CommAPI This is an extension to CommAPI.
 

Uses of UnsupportedCommOperationException in serialPort
 

Methods in serialPort that throw UnsupportedCommOperationException
static void TurnTable.processPort(CommPortIdentifierInterface portIdInterface)
           
static void TurnTable.setUpSerialPort(SerialPortInterface sp)
           
static void TurnTable.testTurnTable()
           
 

Uses of UnsupportedCommOperationException in serialPort.test
 

Constructors in serialPort.test that throw UnsupportedCommOperationException
Test(java.lang.String PortName)