Simply my project is to connect a Huawi USB modem to my STM32F407 Discovery board, and start using AT commands to send text SMS.
so here is what I've and what I want :)
- I've OTG USB capability on my board.
- I've the USB Host Controller Driver and Embedded USB Host Stack.
What I want or to know more about is:
- USB CDC-ACM Class Driver
Here is a simple diagram to give more overview:
I found many commercial drivers, whither by Micrium or by Micro Digital, but I'm sure there must be a free something of everything anywhere :)
I appreciate your help in advance :)