Search found 2 matches
- Fri Jun 01, 2007 5:03 pm
- Forum: V-USB
- Topic: Cant manage to receive Report > 8 byte
- Replies: 5
- Views: 7780
Can you arrange for SOME kind of debugging output? If not by UART, then maybe at least a port pin which you can toggle when usbFunctionWrite is called and or something like that. My thanks to a LED i could connect. usbFunctionWrite() is entered excactly 8 times (64 bytes report length). i had a poi...
- Thu May 31, 2007 12:53 am
- Forum: V-USB
- Topic: Cant manage to receive Report > 8 byte
- Replies: 5
- Views: 7780
Cant manage to receive Report > 8 byte
Hi, im using ur code for usb implementation and i got a report descriptor like this: (...) 0x09, 0x00, // USAGE (Undefined) 0xb1, 0x02, // FEATURE (Data,Var,Abs) 0x85, 0x04, // REPORT_ID (4) 0x95, 0x40, // REPORT_COUNT (64) 0x09, 0x00, // USAGE (Undefined&...