Interface BridgeModbusSerial

    • Method Detail

      • getPortName

        java.lang.String getPortName()
        Gets the Port-Name (e.g. '/dev/ttyUSB0' or 'COM3').
        Returns:
        the Port-Name
      • getBaudrate

        int getBaudrate()
        Gets the Baudrate (e.g. 9600).
        Returns:
        the Baudrate
      • getDatabits

        int getDatabits()
        Gets the Databits (e.g. 8).
        Returns:
        the Databits
      • getStopbits

        Stopbit getStopbits()
        Gets the Stopbits.
        Returns:
        the Stopbits
      • getParity

        Parity getParity()
        Gets the Parity.
        Returns:
        the Parity.