Hello, I am actually trying to implement HID + CDC in my project, I found nothing interesting on Google.Is someone know something about it or have a working example? It would help me a lot, thank you in advance.
Hello everyone! It's may be not the good place to state this problem but I am trying for days to send data from Windows to my STM32F103C8T6 CustomHID keyboard with Visual Studio in c#.I tried many libraries and stuffs that did not work. Like this one...
Hello ! I am trying to make 1 STM32 that handles 2 HIDs, one keyboard (HID_MOUSE_ReportDescK[HID_MOUSE_REPORT_DESC_SIZEK]), one mouse (HID_MOUSE_ReportDesc[HID_MOUSE_REPORT_DESC_SIZE]).I use a STM32F103C8T6.I tried to create 2 int (used as boolean) t...
Thank you for your reply Imen.What I want to do is implement both HID + CDC in 1 project to be able to send keyboard key through HID and data through COM PORT. (having a HID and COM PORT keyboard is my goal)I tried on my own and with help on Google, ...
I uploaded the same question on Stack Overflow without any response yet.The LEDs part are made, working 100% affecting all attached keyboards. Thank you though for helping me.
I maybe was unclear about that, but I don't want two HID devices. I would like to create a keyboard with a STM32 that can make also mouse tools (ex: traditional keyboard, though, up arrow increase the mouse cursor y axis.About my main.c file, I initi...