Pico HID USB, Windows 7 and back communication. #4611
Unanswered
espruino-discuss
asked this question in
Pico / Wifi / Original Espruino
Replies: 1 comment
-
Posted at 2018-03-05 by @gfwilliams I'm not sure if this is possible on Windows 7 I'm afraid. You might be able to write a custom I had a quick search and it could be related to Windows 'cacheing' the driver setup because it had used the board previously - you could try reinstalling the VCP driver and see if that fixes it? Also, do you have up to date firmware? I know the USB HID support has improved from the one that ships on Pico boards. The other solution is to communicate with the Pico purely over the VCP connection, and to then use your app to fake the joystick? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2018-03-01 by 7oo1er
Hello!
I did some tests with Keyboard HID sample code, it works with Virtual Com Port at the same time under Windows 10.
But under Windows 7 I see it as:
Yes, I read all in search about this HID USB in this forum, but still can't be sure about, can't figure it out clearly.
Must this make Pico to be recognized as a Keyboard with sample code?
My main target is a custom joystick with LEDs. I Imagine this as a USB HID Joystick and a small app to listen target application and manage device LEDs.
Beta Was this translation helpful? Give feedback.
All reactions