Hello,
I need Bare Metal (without MQX) sample code for a USB Keyboard on a TWR-K40x256 or a TWR-K60N512.
I want to connect the USB Keyboard on the Peripheral Modul.
Solved! Go to Solution.
Hello,
Then you need the Host example:
\Freescale USB Stack with PHDC v3.0\Source\Host\examples\hid\keyboard
Best Regards,
Luis
Hello,
Try to use USB Bare Metal stack.
Example in the stack demos :
Freescale USB Stack with PHDC v3.0\Source\Device\app\hid_keyboard\cw10\kinetis
You can download the Rev3.0 :
Best Regards,
Thank you for your request. but the demo is to emulate a keyboard.
I have to plug in a usb keybord and get the characters of the pressed keys.
I have to use a keybord and read the charakters with the Tower.
Have you got a demo were I can read from a keyboard.
Input: usb keyboard (no realised)
Output: Caracters on TWR-LCD (Console D4D) (No Problem)
Thanks
Thomas
Hello,
Then you need the Host example:
\Freescale USB Stack with PHDC v3.0\Source\Host\examples\hid\keyboard
Best Regards,
Luis
Dear Luis,
Thank you very much - it works well
Best Regards
Thomas