Hi !
I have to implement an USB CDC Host driver for STM32F4 controller. Has anyone an idea/example how to do that. I only found examples for CDC Device.
Thanks
Marc
Surely, the device has two interfaces (composite device). Both of interfaces belong to vendor specific class (bInterfaceClass: 0xFF).
The Vendor ID (VID: idVendor) shows it's a Motorola device. Is it an Android phone or pad?
Android phone swaps its USB interface, when USB tethering is enabled on Setting. RNDIS (derivative of CDC) interface appears.
Tsuneo
Hi, Marc!
I wolud like to know if you have figured out some way to develop your CDC USB host driver;
What did you do? Have you edited the USB MSD's files to adapt to a CDC like Tsuneo did recommend?
Thank you in advance;
Marcel.