Can't find COM port

Trying to get a serial monitor working but I can’t see a COM port. I’ve tried the Arduino serial monitor and the VS Code ext. Serial Monitor. I am using Windows 11.

I’m running the example Logger.cpp and I’ve tried both hw.StartLog(true) and hw.StartLog(). I also set up DaisyDuino and no ports show up there either. Tried multiple cables and multiple ports on my pc (both USB 2.0 and 3.0).

Any ideas what to try next?

Solved using the fix here: Pitch shift problems - #28 by vladuino
After flashing your program that runs serial commands, use Zadig to set the driver to USB Serial (CDC)

2 Likes