USB HID not working in Windows 10? #4884
Replies: 1 comment
-
Posted at 2017-07-27 by @gfwilliams Hi - have you typed Also, are you using up to date firmware? This only started working properly in Windows in around version 1v92 I think. Posted at 2017-07-27 by user79809 Thank you for responding so quickly! My apologies, I didn't explain very clearly. The LED works perfectly all the time. I did use save(). It's just the "HELLO WORLD" part that does nothing, even after unplugging and replugging the pico. The Firmware is 1v93 Posted at 2017-07-27 by @gfwilliams What OS are you using? I just tried this on Mac OS and Linux and it's working for me... Posted at 2017-07-28 by @yerpj Just tried this code with Win7. LED is OK but no keyboard input at all. Posted at 2017-07-28 by @gfwilliams Just tried on Windows 7 and I have the same. However it works great on Windows 10 Posted at 2017-08-02 by user79809 Windows 10 is what I was using. I have switched to ubuntu and now it now works as expected. It's no biggie for me for now that it doesn't seem to like windows 10. Thanks for the help! Posted at 2017-08-02 by @gfwilliams Ok, great! I'd be interested to know why it didn't work in W10 though - it appears to work fine here so I'm not sure what the difference would be. Posted at 2017-08-02 by user79809 I'll have a look into it a bit more and I'll post here if I discover anything Posted at 2020-03-27 by user110807 I'm having the same problem . Posted at 2020-03-27 by Robin Fri 2020.03.27 Hi @user110807 were you aware this is opening a really old thread? Many changes and resolutions since three years ago. Lets start with To confirm, this is with just the Pico and not Bangle? Posted at 2020-03-27 by user110807 Pico 1v3 Posted at 2020-03-27 by user110807 process.env
Attachments: Posted at 2020-03-27 by Robin Fri 2020.03.27
There is a nicely written post pinned to the top of the 'Tuorials' forum that contains nine bulleted items. Most follow that. Thank you @user110807 for the environment, which confirms latest flashed version. I only ask for the board type confirmation as we recently got clobbered with an HID using Bangle issue, and wanted to make sure we have a different one here, and it appears we do. Were you working from this tutorial, as one wasn't specified, and if so, what is/isn't happening? Able to post some output to provide an idea on how to move forward? Where in the tutorial did progress cease? Are you just attempting to communicate with the Pico or are you after the HID tasks? Posted at 2020-03-28 by user110807 Thanks, Posted at 2020-03-30 by @gfwilliams Wow, that's really odd. If you look at 'Device Manager' do you see anything? I imagine there may be a 'USB Keyboard' device with a warning next to it and some message? Posted at 2020-03-30 by user110807 nothing apears on the AMD . |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2017-07-27 by user79809
I have sent the following code to the espruino pico and saved:
The LED2.toggle() works perfectly after unplugging and re-plugging but nothing happens when I press the button when I'm expecting "HELLO WORLD". I am fairly new so I apologise if I've simply missed something obvious
Beta Was this translation helpful? Give feedback.
All reactions