How to read and parse UART HEX data?

Dunno if it would help but have you tinkered with some of the other debug options?

Stuff like this…


uart:
  - id: uart_bus2
    tx_pin: GPIO17
    rx_pin: GPIO16
    debug:
      direction: BOTH
      dummy_receiver: true
      after:
        bytes: 4
      sequence:     
        - lambda: UARTDebug::log_int(direction, bytes, ',');