UART open function creates device with invalid dataBits parameter

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • None
    • Affects Version/s: None
    • Component/s: embedded
    • None
    • dio

      Following app displays "UART DataBits3 = 8", while 7 is expected
              UARTConfig.Builder builder = new UARTConfig.Builder().setDataBits(UARTConfig.DATABITS_7);
              UARTConfig config = builder.build();
              System.out.println("Config db = " + config.getDataBits());
              UART uart = DeviceManager.open(config);
              System.out.println("UART DataBits3 = " + uart.getDataBits());

            Assignee:
            Sergey Nazarkin
            Reporter:
            Sergey Nazarkin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: