USB Host shield + HID keyboard functionality button
hi!
i've been using usb host shield 2.0 in project i'm getting input keyboard. i'd use buttons enter, backspace , arrow keys. how can detect them when pressed?
-ty!
i've been using usb host shield 2.0 in project i'm getting input keyboard. i'd use buttons enter, backspace , arrow keys. how can detect them when pressed?
-ty!
hi!attepohjanmaa,
i've been using usb host shield 2.0 in project i'm getting input keyboard. i'd use buttons enter, backspace , arrow keys. how can detect them when pressed?
-ty!
i'm not familiar usb host shield, information should code.
1) many keyboards scan codes. may not want use this. give codes sent keyboard. link give information need. can capture functions keys (f1,f2,..f12), shift keys, , other keys.
however,
2) want ascii code. [space], [enter], [backspace], etc.
fyi: backspace dec #127, hex x7f
ask questions if not sure.
jesse
Arduino Forum > Using Arduino > Programming Questions > USB Host shield + HID keyboard functionality button
arduino
Comments
Post a Comment