USB HID - Host PC-Windows Application
Hello ST Community,
I am fairly new to the ST world. I have used MXCube to create a USB HID device but I am having difficulty find an example USB HID - Host PC/Windows application that I can use to see the communication back and forth with my USB HID device. I found the USB HID Demonstrator (
) but it failed to build with Visual Studio 2017. The failure stated that it didn't support MFC version less than 0x0500. I changed this to 0x0600 and then it built successfully. I was able to launch the application but I don't know what USB HID firmware (device firmware) I should be using to communicate with the USB HID Demonstrator app. From the documentation, it doesn't discuss what firmware should be used to communicate with the application.If anyone know of a good example that explains sending USB HID messages and an example application (for PC) that I can utilize to communicate back and forth that would be extremely helpful. I found YAT (Yet Another Terminal) which looks like it supports HID communication but I can't see any communication from my USB HID Device.
https://learn.sparkfun.com/tutorials/terminal-basics/yat---yet-another-terminal-windows
Thanks for any assistance.
