How to connect to a device with 2 VCP using USB_HOST functionality
I am using an STM32 Nucleo-64 F401RE6 and need to interface with a sensor that has a single physical USB port but appears as two Virtual COM ports on a PC. I have configured the Nucleo board in USB_OTG Host Only mode and successfully enumerated the device. However, the connection is established with only one of the COM ports.
How can I access data from both Virtual COM ports using USB Host mode on the Nucleo board?
