Drivers for HID+CDC USB composite device (Windows 10)
Hi every one.
I have made a HID + CDC USB composite device. Windows recognizes it and I can control the volume and I have a COM port.
HID is interface 0 and the CDC is interface 2 if this is of any significance.
I can open the COM port with Tera Term and all works wonderfully, but when I try to open the port using python it breaks.
Python gives the following error:
Cannot configure port, something went wrong. Original message: OSError(22, 'The parameter is incorrect.', None, 87)
If I make only CDC device my python code works just fine.
Since I am not that good with USB what would be the next step? What info can i get for you guys.
Cheers!
