Uses of Class
serialPort.rxtx.NoSuchPortException

Packages that use NoSuchPortException
gui.touchtone   
serialPort   
serialPort.rxtx   
serialPort.test   
 

Uses of NoSuchPortException in gui.touchtone
 

Methods in gui.touchtone that throw NoSuchPortException
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 NoSuchPortException in serialPort
 

Methods in serialPort that throw NoSuchPortException
static SerialPortBeanUtils SerialPortBeanUtils.getSerialPortUtils(SerialPortBean spb)
           
static void SerialPortBeanUtils.main(java.lang.String[] args)
           
static void TestRxtxCommDriver.test()
           
static void SerialPortBeanUtils.testSerialPortBeanUtils()
           
 

Uses of NoSuchPortException in serialPort.rxtx
 

Methods in serialPort.rxtx that throw NoSuchPortException
static CommPortIdentifier CommPortIdentifier.getPortIdentifier(CommPortInterface p)
           
static CommPortIdentifier CommPortIdentifier.getPortIdentifier(java.lang.String s)
           
static CommPortIdentifier CommPortIdentifier.getPortIdentifierNew(java.lang.String s)
           
 

Uses of NoSuchPortException in serialPort.test
 

Methods in serialPort.test that throw NoSuchPortException
static void TestMonitorThread.main(java.lang.String[] args)
           
 

Constructors in serialPort.test that throw NoSuchPortException
TestMonitorThread()