Page 1 of 1

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

Posted: Wed Dec 30, 2009 3:27 pm
by vsovereign
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: