Search found 21 matches
- Mon Mar 01, 2010 8:10 pm
- Forum: V-USB
- Topic: Device Recognized (Easylogger) and then...problem
- Replies: 3
- Views: 3260
Re: Device Recognized (Easylogger) and then...problem
but I did a regedit and erased all the registry that point to the VID/PID
- Tue Feb 23, 2010 5:25 pm
- Forum: V-USB
- Topic: Device Recognized (Easylogger) and then...problem
- Replies: 3
- Views: 3260
Device Recognized (Easylogger) and then...problem
Hey, I have a big problem here and I don't know what I did wrong. I've uploaded VUSB firmware to my controller (ATtiny45) Change the settings, etc. When I plug it in, it says Found New Hardware Easylogger and then it says Found New Hardware Human Interface Devices and THEN it says Found New Hardware...
- Sun Feb 21, 2010 6:35 pm
- Forum: V-USB
- Topic: How to output data to e.g. HID device
- Replies: 19
- Views: 16582
Re: How to output data to e.g. HID device
Hi, sorry for this newbie question. I've run the HID_data example that is mentioned above. It works okay. But now I'm trying to understand it. Especially the host part. hidtool.c is how you read and write to the device. But how does it actually accomplish this? hiddata.c .....well I assume this is w...
- Tue Feb 02, 2010 12:08 pm
- Forum: V-USB
- Topic: Windows DDK needed?
- Replies: 6
- Views: 5644
Re: Windows DDK needed?
Where did you get DDK?
I checked Microsoft website but they said DDK has been superseded by WDK
I checked Microsoft website but they said DDK has been superseded by WDK
- Mon Feb 01, 2010 11:48 am
- Forum: V-USB
- Topic: Windows DDK needed?
- Replies: 6
- Views: 5644
Windows DDK needed?
I'm trying to make the example HID Data (in vusb -> examples) to work.
In the readme file it is said that in windows I need Windows DDK and in Linux, libusb.
Can I just download the makefile, main, etcand make it work without DDK?
In the readme file it is said that in windows I need Windows DDK and in Linux, libusb.
Can I just download the makefile, main, etcand make it work without DDK?
- Wed Dec 30, 2009 3:27 pm
- Forum: V-USB
- Topic: How to make host (computer) recognizes device (ATMEL-AVR)?
- Replies: 0
- Views: 4222
How to make host (computer) recognizes device (ATMEL-AVR)?
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 ...