-
-
Notifications
You must be signed in to change notification settings - Fork 7k
[part. resolved] Arduino DUE: USBhost does not work with USB keyboard, no keyboard key press transmitted #3613
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
ps,
|
If I recall correctly it did work only on mouse , for me , which does not help you. You need to dig into "Task" and retrieve "USB status", it is there somewhere. |
hmmmmh... this actually really sounds like a very very clever programmed source :-D As I have really no clue of C++ ...
|
"As I have really no clue of C++ ." |
I have no idea if USB host is a good program as I haven't tried it yet. |
at
|
as now discovered after some first attempts, there are different other issues about the current USBhost lib mentioned in this thread: |
When can we expect an improvement in the Keyboard functions, like e.g. ? |
bump! |
The remaining unsolved portion of this issue is a duplicate of #3630 |
As I coudn't find USBhost-lib in 1.6.3, I just found the USBhost lib in IDE 1.6.1,
so I copied it into the Arduino 1.6.3 system libraries folder,
and now compiling 1.6.3 with this installed lib + DUE:
BUT:
no USB keyboard inputs are shown - why don't I get keyboard keys on Serial when I press a keyboard key?
(I just plugged a PC USB keyboard to the 2nd USB of the DUE )
Test sketch:
source reference: https://www.arduino.cc/en/Reference/KeyboardControllerConstructor
The text was updated successfully, but these errors were encountered: