|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnsupportedCommOperationException | |
---|---|
gui.touchtone | |
serialPort | |
serialPort.comm | |
serialPort.rxtx | |
serialPort.test |
Uses of UnsupportedCommOperationException in gui.touchtone |
---|
Methods in gui.touchtone that throw UnsupportedCommOperationException | |
---|---|
static void |
DialUtils.doModemDial(java.lang.String text,
DialBean db,
SerialPortBean spb)
Uses the SerialPortBeanUtils to dial the modem, modfying the dial text, as needed. |
static void |
DialUtils.testDoModemDial()
|
Uses of UnsupportedCommOperationException in serialPort |
---|
Methods in serialPort that throw UnsupportedCommOperationException | |
---|---|
static SerialPortBeanUtils |
SerialPortBeanUtils.getSerialPortUtils(SerialPortBean spb)
|
static void |
SerialPortBeanUtils.main(java.lang.String[] args)
|
static void |
TurnTable.processPort(CommPortIdentifierInterface portIdInterface)
|
static void |
TurnTable.setUpSerialPort(SerialPortInterface sp)
|
static void |
TestRxtxCommDriver.test()
|
static void |
SerialPortBeanUtils.testSerialPortBeanUtils()
|
static void |
TurnTable.testTurnTable()
|
Uses of UnsupportedCommOperationException in serialPort.comm |
---|
Methods in serialPort.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 serialPort.rxtx |
---|
Methods in serialPort.rxtx that throw UnsupportedCommOperationException | |
---|---|
void |
RXTXPort.enableReceiveFraming(int f)
Receive framing control |
int |
SerialPortInterface.getBaudBase()
|
int |
RXTXPort.getBaudBase()
Extension to CommAPI |
boolean |
SerialPortInterface.getCallOutHangup()
|
boolean |
RXTXPort.getCallOutHangup()
Extension to CommAPI returns boolean true on success |
int |
SerialPortInterface.getDivisor()
|
int |
RXTXPort.getDivisor()
Extension to CommAPI |
byte |
SerialPortInterface.getEndOfInputChar()
|
byte |
RXTXPort.getEndOfInputChar()
Extension to CommAPI This is an extension to CommAPI. |
boolean |
SerialPortInterface.getLowLatency()
|
boolean |
RXTXPort.getLowLatency()
Extension to CommAPI returns boolean true on success |
byte |
SerialPortInterface.getParityErrorChar()
|
byte |
RXTXPort.getParityErrorChar()
Extension to CommAPI This is an extension to CommAPI. |
java.lang.String |
SerialPortInterface.getUARTType()
|
java.lang.String |
RXTXPort.getUARTType()
Extension to CommAPI This is an extension to CommAPI. |
CommPortInterface |
CommPortIdentifier.open(java.io.FileDescriptor f)
|
CommPortInterface |
CommPortIdentifierInterface.open(java.io.FileDescriptor fd)
|
boolean |
SerialPortInterface.setBaudBase(int BaudBase)
|
boolean |
RXTXPort.setBaudBase(int BaudBase)
Extension to CommAPI |
boolean |
SerialPortInterface.setCallOutHangup(boolean NoHup)
|
boolean |
RXTXPort.setCallOutHangup(boolean NoHup)
Extension to CommAPI returns boolean true on success |
boolean |
SerialPortInterface.setDivisor(int Divisor)
|
boolean |
RXTXPort.setDivisor(int Divisor)
Extension to CommAPI |
boolean |
SerialPortInterface.setEndOfInputChar(byte b)
|
boolean |
RXTXPort.setEndOfInputChar(byte b)
Extension to CommAPI This is an extension to CommAPI. |
boolean |
SerialPortInterface.setLowLatency()
|
boolean |
RXTXPort.setLowLatency()
Extension to CommAPI returns boolean true on success |
int |
ParallelPortInterface.setMode(int mode)
|
boolean |
SerialPortInterface.setParityErrorChar(byte b)
|
boolean |
RXTXPort.setParityErrorChar(byte b)
Extension to CommAPI This is an extension to CommAPI. |
void |
SerialPortInterface.setSerialPortParams(int baudRate,
int dataBits,
int stopBits,
int parity)
Sets the serial port parameters. |
void |
RXTXPort.setSerialPortParams(int b,
int d,
int s,
int p)
|
boolean |
SerialPortInterface.setUARTType(java.lang.String type,
boolean test)
|
boolean |
RXTXPort.setUARTType(java.lang.String type,
boolean test)
Extension to CommAPI This is an extension to CommAPI. |
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.test |
---|
Methods in serialPort.test that throw UnsupportedCommOperationException | |
---|---|
static void |
DtrTest.main(java.lang.String[] args)
|
static void |
TestMonitorThread.main(java.lang.String[] args)
|
static void |
DtrImageProcessor.main(java.lang.String[] args)
|
Constructors in serialPort.test that throw UnsupportedCommOperationException | |
---|---|
Test(java.lang.String PortName)
|
|
TestMonitorThread()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |