UART-Rx-Tx (Serial and Serial0) and Native USB (HWCDC and USBCDC) monitor capture

True, as I wrote above!

The TinyUSB interface cannot be used for uploading (and debugging to answer your next question beforehand).

True again, as I wrote above.
The ESP32 is now in upload mode and awaiting new firmware to be uploaded.

True, otherwise the ESP will stay in upload mode.

That’s strange! A single press to RESET should result in a reset of your ESP32 !?
Don’t hold the BOOT Button pressed! Otherwise the ESP32 will again enter upload mode.

In result this is a RESET of the ESP32.

Great! The Serial Monitor (VS Code Extension) offers automatic reconnection:

This will minimize your loss of the first lines.

For some (unknown) reason, my COM13 (TinyUSB) is not shown correctly. It is statet as "USB JTAG/serial debung unit. While running ZADIG this is shown correctly:

As written above, TinyUSB cannot be used for debugging. This is only available via HWUSB (ARDUINO_USB_MODE=1) which will result in a single COM (COM 12 in my case) and shown correctly in Zadig as follow:


Yes, as written above, TinyUSB cannot be used for debugging.

1 Like