Control Codes in Serial Terminal

Using Platform IO serial monitor in Visual Studio Code, I see terminal control codes (VT100 or 120 I think) in the serial monitor. This makes it hard to read and follow. I have tried default and several other filters but none remove the codes. I have also changed values in the MenuConfig->Log output to not use Ansi terminal colors. If I open port in putty, the codes do not display. This is likely to cause problems on download.

I there anything I can do to keep these codes from displaying in the serial monitor?
If not can I modify the monitor command to open Putty?

Tried adding monitor_raw = yes per documentation?

Thank you!!

This worked.