USB VCP host(STM32F4xx) ,how to receive the device data?
We need to use f4xx as the usb vcp host side,
The virtual com port code project on the usb host side is generated with cubeide.
after inserted vcp device, the host can be recognized it normally.
However, it is found that the datas sent by the usb vcp device will not be actively received by the host.
The host needs to call the receive function regularly to receive it. Is there a way to make the host not poll for reading?
