UsbAvrUsb
Monday, April 21st, 2008
UsbAvrUsb is a easy-to-use device-only USB library for Atmel AVR USB series microcontroller, it handles all the network layer logics like initialization basics and the control endpoint, and that will enable you to develop and focus the real core logic.
With the introduction of Atmel AVR USB series microcontroller, USB, after being invented for 12 years since 2006, finally becomes as cost competitive as, as easy to implment and program as RS-232. A feasible solution to enable communication between a PC and a microcontroller device.
With that MCU, like AT90USB162 which is the one I am using, implementing USB protocol in MCU project couldn’t be easier. Hardware-wise, it basically drill down to some passive components like the terminal resistors and two caps, as all other transceiver logic is embedded in the MCU. You saved the “max232″ transceiver and even an power voltage regulator in most gadget projects.
Read and comment the rest of this page »



English