Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 7 months ago.
USBHID C/C++ interface for mbed-based HID devices
Hi,
For my development, I'm able to send data from PC (using signal11 hidapi 0.7.0 lib) to Nucleo F401RE USB HID. But the data received at Nucleo side (mbed HID) are wrong. I'm not familiar with USB so I decide to run this example code. And I'm facing same problem.
Any idea why my received bytes string through recv_report contains 32 bytes instead of 64 and why they are fake??
Tx for your feedback.