Question
STM32 HID HOST-DEVICE Communication
I have two stm32F4 discovery boards and want to send data from one board to another through USB HID.
I uploaded HID Device(as Keyboard) code to one board and uploaded HID Host code in another board. The host code is detecting the device but not recognizing it as a keyboard..
The HID Device(as keyboard) is working fine when connecting it to computer.
Kindly suggest a solution.
