BOBAH1248

Results 6 comments of BOBAH1248

@valeros the message "Backtrace:..." is part of ESP-IDF (`.platformio/packages/framework-espidf/components/esp_system/eh_frame_parser.c:897`, `.platformio/packages/framework-espidf/components/esp_system/port/arch/xtensa/debug_helpers.c:76`) If I'm right, this framework used as precompiled library (in opposed to FrameworkArduino), that did not changed. So, I have...

I noticed one feature - "color change sequences" appear with a frequency of 64 bytes. Perhaps it was the buffer boundary of one of my usb2uart adapters. And improper use...

It looks like, I managed to find way to avoid this issue on system, that use console with support of ANSI colors (ps: the VS Code support it) [refs pull...

> What is your goal? My goal is make it usable (in the most possible cases) and clarify the documentation. > You want to use filters but you disabled them...

To be able to see what I sent and what I received from the device in different colors, this should in no way affect what the device sends me, additionally...

Agreed, the `colorize` (as well some another like `direct`) is part of `miniterm` and cannot be easily changed. And due to it adds problems it will be good to remove...