Maybe it's the problem of USB initializing...
I was working on it for a long time.
Try to change them according to your own schematic.
Search found 11 matches
- Wed Nov 21, 2007 5:30 am
- Forum: V-USB
- Topic: USB-joystick Atmega 16
- Replies: 9
- Views: 14806
- Wed Nov 21, 2007 5:26 am
- Forum: V-USB
- Topic: General joystick HID question
- Replies: 35
- Views: 49733
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 t...
- Wed Nov 21, 2007 4:01 am
- Forum: V-USB
- Topic: What I lost in usbdrv dir ?
- Replies: 6
- Views: 8055
- Sun Nov 18, 2007 3:30 pm
- Forum: V-USB
- Topic: What I lost in usbdrv dir ?
- Replies: 6
- Views: 8055
- Sun Nov 18, 2007 3:30 pm
- Forum: V-USB
- Topic: What I lost in usbdrv dir ?
- Replies: 6
- Views: 8055
- Sat Nov 17, 2007 1:58 pm
- Forum: V-USB
- Topic: What I lost in usbdrv dir ?
- Replies: 6
- Views: 8055
OK, maybe it's my fault
I tested again:
i used "make clean --> make all"
and flashed the program to m16, the descriptor worked!!!
I don't know why? I used the method before, but failed.
Maybe, because the usbdrv I used today is a new one.
It worked! Thank you, AVR-USB, all the same.
i used "make clean --> make all"
and flashed the program to m16, the descriptor worked!!!
I don't know why? I used the method before, but failed.
Maybe, because the usbdrv I used today is a new one.
It worked! Thank you, AVR-USB, all the same.
- Sat Nov 17, 2007 1:28 pm
- Forum: V-USB
- Topic: What I lost in usbdrv dir ?
- Replies: 6
- Views: 8055
What I lost in usbdrv dir ?
I have posted several posts in this forum, to ask why a correct(or even used to be correct) HID Report Descriptor didn't work correctly. today, I deleted the usbdrv directory and copy a new one there, recompiled again, the Descriptors worked again! However, when I changed the previous worked Descrip...
- Thu Nov 15, 2007 1:56 pm
- Forum: V-USB
- Topic: Why these two descriptors, one is working, the other is not.
- Replies: 0
- Views: 5954
Why these two descriptors, one is working, the other is not.
the working one: char usbHidReportDescriptor[25] = {//OK//ok 0x05, 0x01, // USAGE_PAGE (Generic Desktop) 0x15, 0x00, //Logical_Minimum (0) 0x09, 0x04, // USAGE (Joystick) 0xa1, 0x01, // COLLECTION (Application) 0x05, 0x02, // USAGE_PAGE (Simulation Controls...
- Thu Nov 15, 2007 1:27 pm
- Forum: V-USB
- Topic: EasyLogger --> joystick?
- Replies: 5
- Views: 8379
- Tue Nov 13, 2007 6:12 pm
- Forum: V-USB
- Topic: General joystick HID question
- Replies: 35
- Views: 49733
- Fri Nov 02, 2007 4:58 pm
- Forum: V-USB
- Topic: Who can help me with AVR-USB for HID?
- Replies: 1
- Views: 4240
OK, the bug is fixed, but I don't know why
The bug has been fixed, I used a Mega16 board that is connected as MJoy16, the descriptior works. I don't know why.