Page 1 of 1

A very basic question mostly for confirmation

Posted: Tue Jul 28, 2009 12:57 am
by unebonnevie
Hi,

Read about V-USB, and this question is mostly for confirmation. Basically, V-USB is the firmware that resides on my AVR. To have the AVR talks with my computer (WINDOWS/LINUX/MAC OS), I still have to install a USB driver on my computer to talk my AVR. Correct? And I still have write that USB driver for my computer?

Thanks.

Re: A very basic question mostly for confirmation

Posted: Tue Jul 28, 2009 2:39 am
by ulao
No, for the v-USB to work you only need a usb port ;) Now getting the avr-studio and your ISP to work will involve some drivers. But if you write for example a HID and interface it with some hardware there is no need to install a driver as widows/linux will understand a HID descriptor.

Re: A very basic question mostly for confirmation

Posted: Thu Aug 06, 2009 3:51 pm
by christian
In this respect, V-USB is in no way different than other USB devices. Most operating systems come with standard drivers for device classes and maybe some particular devices. If you can use one of these, you don't need your own driver.