Search found 3 matches

by thelorax
Wed Oct 14, 2009 3:00 am
Forum: V-USB
Topic: hid report descriptor help
Replies: 1
Views: 2387

hid report descriptor help

Hello, I'm trying to create a hid report descriptor for a joystick with an X and Y axis and around 4 buttons. I've searched the web and I haven't been able to find any concise reading on how to build up a report descriptor. I've tried HID Tool under windows, but it seems really buggy and crashes fre...
by thelorax
Fri May 01, 2009 4:54 am
Forum: V-USB
Topic: handling physical disconnection and reconnection
Replies: 1
Views: 2031

handling physical disconnection and reconnection

I've got a device on a battery, and I've finally managed to wrap my head around most of the custom class api. Right now I'm trying to find any information on handling a physical disconnection from the usb port of a computer. Is there a way the device can know if it's plugged in? How can the device k...
by thelorax
Thu Mar 12, 2009 6:31 am
Forum: V-USB
Topic: can't compile the driver
Replies: 1
Views: 2351

can't compile the driver

Hello, this is my first time playing around with avrusb. I'm trying to compile my project with it. Here is the output from a makefile: (it's called usbrobot, but I'm not really making a robot) chris@Tool ~/Projects/avr/m168usb $ make usb avr-gcc -Wall -Os -DF_CPU=20000000 -Iusbdrv -I. -DDEBUG_LEVEL=...