General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
-
Guest
Post
by Guest » Tue Apr 22, 2008 9:26 pm
Just found that making UART - > HID is really complex task (for me as newbee). Maybe someone did something common to this?
-
christian
- Objective Development
- Posts: 1443
- Joined: Thu Nov 09, 2006 11:46 am
Post
by christian » Wed Apr 23, 2008 9:26 am
See the AVR-Doper example. It contains an interface to the UART with custom requests to a HID class device. There's also a command line tool in the avrdebug directory.