How to make host (computer) recognizes device (ATMEL-AVR)?

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
vsovereign
Rank 1
Rank 1
Posts: 21
Joined: Wed Dec 30, 2009 3:24 pm

How to make host (computer) recognizes device (ATMEL-AVR)?

Post by vsovereign » Wed Dec 30, 2009 3:27 pm

I know we have to create a driver or tamper with HID.
But first I want to make the host recognize the device first.
Just a simple task of the device sending its vendor ID/ product ID to the host.
Is that the right step to take?
If so, how to do this? I mean, what commands should be written in the C language?

The only thing I can do now is only turning the LED light on/off :(

btw I'm a total newbie so bare with me :wink:

Post Reply