VUSB on Windows 7

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
pjr
Posts: 1
Joined: Tue Jun 15, 2010 2:00 pm

VUSB on Windows 7

Post by pjr » Tue Jun 15, 2010 2:16 pm

I have a small application based on VUSB and it works under Windows XP, Vista, Windows 7, and Linux. I then extended VUSB to include extra REPORT_IDs by changing the usbHidReportDescriptor in main.c. Now this worked well on Win XP and Linux, but Windows 7 throws a fit and says the device has Problem Code 43.

Anyone have any idea what's gone wrong here?

I have a lot of students waiting for a solution so I would love some help.

frank26080115
Rank 2
Rank 2
Posts: 43
Joined: Fri Jun 19, 2009 4:43 pm

Re: VUSB on Windows 7

Post by frank26080115 » Wed Jun 16, 2010 6:04 pm

did you change USB_CFG_HID_REPORT_DESCRIPTOR_LENGTH ?

Post Reply