A very basic question mostly for confirmation

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
unebonnevie
Posts: 1
Joined: Tue Jul 28, 2009 12:51 am

A very basic question mostly for confirmation

Post by unebonnevie » Tue Jul 28, 2009 12:57 am

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.

ulao
Rank 4
Rank 4
Posts: 481
Joined: Mon Aug 25, 2008 8:45 pm

Re: A very basic question mostly for confirmation

Post by ulao » Tue Jul 28, 2009 2:39 am

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.

christian
Objective Development
Objective Development
Posts: 1443
Joined: Thu Nov 09, 2006 11:46 am

Re: A very basic question mostly for confirmation

Post by christian » Thu Aug 06, 2009 3:51 pm

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.

Post Reply