Search found 32 matches

by declan smith
Sat Nov 03, 2012 4:34 am
Forum: V-USB
Topic: HID DESCRIPTOR more than 255 bytes
Replies: 10
Views: 9272

Re: HID DESCRIPTOR more than 255 bytes

Thanks for your reply ulao (sorry if I wrong typed your name ) Here's the main code: //========================================================================= // // Project: PPM2USB, a AVR-based PPM to USB-Joystick Converter using V-USB. // Author: Thomas Pfeifer // Creation Date: 2010-09-10 // //...
by declan smith
Fri Nov 02, 2012 3:34 pm
Forum: V-USB
Topic: HID DESCRIPTOR more than 255 bytes
Replies: 10
Views: 9272

HID DESCRIPTOR more than 255 bytes

Hi all, I tried to set USB_CFG_HID_REPORT_DESCRIPTOR_LENGTH to 256 (or more), and this error I got in AVRStudio 4: ../usbdrv/usbdrv.c:174: warning: large integer implicitly truncated to unsigned type It looks like descriptor length cannot more than 255 bytes. How to fix this? On Release 2012-01-09, ...