Get data from serial port

I would use lots of little print/log statements to work through correct parsing of the values you want.
ESP_LOGD().

Also as Nick said, share logs as you go …

You might find some useful things here too:

1 Like