Search found 8 matches
- Mon Nov 19, 2007 11:41 pm
- Forum: V-USB
- Topic: General joystick HID question
- Replies: 35
- Views: 49744
sprhawk: Can you examine your descriptor somehow as its received on your host? I could resolve some of my problems with the great tool evtest under linux. It shows first the supported events of a device in a summary and then just all actual events as they come in.. very helpfull. for example with th...
- Fri Nov 09, 2007 4:37 am
- Forum: V-USB
- Topic: General joystick HID question
- Replies: 35
- Views: 49744
hey, no its really strange. I started sending just 8bit, as the touchscreen sensing part is my first goal. I think there is serious knowledge missing, on how all the hid parameters get interpreted. For example it doesn't make much difference at all (on my host), when I change the logical maximums! A...
- Tue Nov 06, 2007 10:56 pm
- Forum: V-USB
- Topic: General joystick HID question
- Replies: 35
- Views: 49744
- Tue Nov 06, 2007 9:45 pm
- Forum: V-USB
- Topic: General joystick HID question
- Replies: 35
- Views: 49744
- Tue Nov 06, 2007 9:25 pm
- Forum: V-USB
- Topic: General joystick HID question
- Replies: 35
- Views: 49744
- Tue Nov 06, 2007 7:40 pm
- Forum: V-USB
- Topic: General joystick HID question
- Replies: 35
- Views: 49744
I also found that the avr stores 16bit numbers in the low byte/high byte format, so you'll have to swap them. I just tested this with the statement below. yes, I also came to this conclusion. the bytes need the same order as in a 16bit hid report descriptor item (like logical_maximum(1024)). first ...
- Tue Nov 06, 2007 3:36 pm
- Forum: V-USB
- Topic: General joystick HID question
- Replies: 35
- Views: 49744
- Tue Nov 06, 2007 6:46 am
- Forum: V-USB
- Topic: General joystick HID question
- Replies: 35
- Views: 49744
I think I ran into a similar problem... But I don't really know how to implement the suggestions above. This is my current state: I modified the descriptors of the (infrared) HID mouse examples to act as a absolute mouse (it shall become a touchscreen controller). Now I want to send the X and Y coor...