How to tell if a terminal program is listening to a CDC device?
I am using STM32Cube_FW_F7_V1.15.0 with a STM32F723IET6 implementing the internal HS USB as device. I have implemented the CDC VCP device. I plug the USB cable into a host computer, running either Windows or linux. If I am running a terminal progr...