Search found 4 matches
- Sat Aug 04, 2012 3:57 pm
- Forum: V-USB
- Topic: Problem in HID report structure
- Replies: 3
- Views: 5046
Re: Problem in HID report structure
thanks fro reply, my problem is about the structure that is used to send data to computer. for example for an hid mouse we use sth like this: typedef struct{ uchar buttonMask; char dx; char dy; char dWheel; }report_t; 1 variable for buttons and 3 variables for dx,dy and wheel. and my question is wha...
- Fri Aug 03, 2012 6:02 pm
- Forum: V-USB
- Topic: Problem in HID report structure
- Replies: 3
- Views: 5046
Problem in HID report structure
hi, sorry for bad English, i've run HID mouse successfully and i understand the structure that is used for sending data.(that consist 1 uchar for buttons and 3 char for dx , dy and wheel) i'm trying to run an HID multitouch and i don't know how many variable i have to use in report structure. Can so...
- Fri Jul 27, 2012 7:03 pm
- Forum: V-USB
- Topic: where to start atmega8 and joystick
- Replies: 1
- Views: 2744
Re: where to start atmega8 and joystick
this tutorial is very basic: http://codeandlife.com/2012/01/22/avr-a ... al-part-1/
- Fri Jul 27, 2012 6:44 pm
- Forum: V-USB
- Topic: Which compiler is better for "V-USB"
- Replies: 1
- Views: 3059
Which compiler is better for "V-USB"
Hi, i've just started learning v-usb.i am trying to just compile "hid mouse" Example.I use "atmel studio".can anyone explain me what shall i do? which files have to be included and which files are needed? i saw that there is a common problem in "atmel studio" that we ha...