Resolved! What diagnostics can be run on PC and STM32 to debug failing USB virtual COM port?
I have an STM32G4 board that is to function as a virtual COM port via USB. This is my first attempt at implementing USB. Within CubeIDE, I enabled the USB feature and configured a middleware device for the virtual COM port. I’m not seeing the PC rea...