How to connect to module with 3 virtual com ports with USB Host library on STM32 ?
Helllo,
I'm trying to communicate with USB module that exposes 3 virtual com ports if used under PC and Windows. It's AT command set based communication module.
I'd like to connect to it over USB Host library on STM32F779.
I have basic code running, module is properly powered, Appli_state changes to APPLICATION_START state.
Now I wonder what should I do next? I guess I need to enumerate virtual com ports
and connect to the proper one.
How do I do this? I have read USB Host library document but it's only general.
Is there any working example - possibly with FreeRTOS ?
Thanks,
regards.
