Custom HID device
Hello,
I am planning to use the Custom HID device from CUBEIDE on an STM32F103 (I do not want to use CDC). I would like to use this in order to transfer simple packets of 20 bytes to and from the PC in a reasonable speed. I already set up some keyboard, mouse and gamepad collections wich work fine. But how do I interface with the custom device on Windows? I need the device not to need any specific drivers. I need to interface with this in python and java. Are the any guides on how to do this?
The second question is how to identify my device prior to sending data to see if it is physically connected. Can I use a string descriptor to identifie it in my PC application?
Thanks
Kind regards
