Simple question: When I program a demo program that uses PRINTD, where does the serial console data go? I followed the tutorials and I can see the serial data if I run it in Visual Studio Code in the debugger. However, when I program the chip, exit Visual Studio code and then reset the chip none of the messages appear. Perhaps it is being re-directed to a different UART, but which one? I am using TeraTerm and the data appears there totally outside of Visual Studio Code, but only when the debugger is running inside of VS Code.
I have several USB to UART converters, so I don't really care if it is on another set of port pins. I just need to output to provide log messages of what is happening in my code.
Thank you.