Class RxTxPortCreator

    • Constructor Summary

      Constructors 
      Constructor Description
      RxTxPortCreator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      RXTXPort createPort​(java.lang.String port)
      Creates the SerialPort and opens it for communication.
      java.lang.String getProtocol()
      Gets the protocol type of the Port to create.
      boolean isApplicable​(java.lang.String portName, java.lang.Class<RXTXPort> expectedClass)
      Gets whether this SerialPortCreator is applicable to create and open the given port.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait