V-USB - A Firmware-Only USB Driver for Atmel AVR Microcontrollers
https://www.obdev.at/products/vusb/index.html
V-USB is a software-only implementation of a low-speed USB device for Atmel's AVR® microcontrollers, making it possible to build USB hardware with almost any AVR® microcontroller...
GitHub - obdev/v-usb: A Firmware-Only USB implementation for...
https://github.com/obdev/v-usb
A Firmware-Only USB implementation for Atmel's AVR Microcontrollers. V-USB is a firmware-only USB driver for Atmel's AVR microcontrollers.
Features by Example - V-USB
http://vusb.wikidot.com/examples
V-USB comes with a built-in set of USB descriptors. These descriptors are sufficient for custom class devices using only endpoint 0 and optionally interrupt endpoint 1 and for HID class devices.
HID-class USB Serial Communication for AVRs using V-USB - YouTube
https://www.youtube.com/watch?v=bTlM27jzOIQ
This video demonstrates HID-class serial communication for AVR microcontrollers using the V-USB library (a software-based USB implementation).
HID-class USB Serial Communication for AVRs using V-USB...
https://rayshobby.net/wordpress/hid-class-usb-serial-communication-for-avrs-using-v-usb/
It adds USB functionality for almost any AVR, particularly for those without hardware USB It's a pretty standard V-USB setup. I assigned digital pin PD2 (INT0) to USB D+, pin PD7 to USB D-, and PD4 to...
Code and Life | Tagged V-USB tutorials
https://codeandlife.com/topics/v-usb-electronics/
Tagged V-USB tutorials. Adafruit Trinket USB keyboard without Arduino. Retronics USB Joystick Adapter and Other Coolness with V-USB.
USB - Wikipedia
https://en.wikipedia.org/wiki/USB
Universal Serial Bus (USB) is an industry standard that establishes specifications for cables and connectors and protocols for connection, communication and power supply (interfacing)...