Uses of Class
org.harctoolbox.harchardware.comm.NonExistingPortException
Packages that use NonExistingPortException
-
Uses of NonExistingPortException in org.harctoolbox.harchardware.comm
Methods in org.harctoolbox.harchardware.comm that throw NonExistingPortExceptionModifier and TypeMethodDescriptionstatic String
LocalSerialPort.getSerialPortName
(Integer portNumber) void
LocalSerialPort.open()
Opens the device.Constructors in org.harctoolbox.harchardware.comm that throw NonExistingPortExceptionModifierConstructorDescriptionLocalSerialPort
(Integer portNumber) LocalSerialPortBuffered
(Integer portNumber) -
Uses of NonExistingPortException in org.harctoolbox.harchardware.ir
Constructors in org.harctoolbox.harchardware.ir that throw NonExistingPortExceptionModifierConstructorDescriptionIrWidget()
Constructs new IrWidget with default port name and timeouts.Constructs new IrWidget with default timeouts.IrWidget
(String portName, boolean verbose, Integer beginTimeout, Integer captureMaxSize, Integer endingTimeout, boolean lowerDtrRts) Constructs new IrWidget.