Search found 2 matches

by obrubov
Wed Aug 08, 2012 10:05 am
Forum: V-USB
Topic: Composite device on V-USB. Is it possible?
Replies: 1
Views: 2798

Composite device on V-USB. Is it possible?

Is it possible to make composite device on V-USB with two interfaces and two Interrupt IN endpoints?
For example like multimedia keyboard:
Interface 0 - Keyboard
Interface 1 - Consumer control
by obrubov
Wed Aug 08, 2012 9:27 am
Forum: V-USB
Topic: Tiny45 USB device not recognized after a reboot (solution)
Replies: 0
Views: 4841

Tiny45 USB device not recognized after a reboot (solution)

When I developed device based on the Tiny45, I encountered a problem: Windows could not recognize it after a reboot. It was recognizeed only after reconnecting. I solved this problem by adding the following code: # include <avr/wdt.h> / / connect the library, watch dog timer .... int main (void / / ...