Search found 6 matches

by J2Kbr
Tue Feb 14, 2012 4:10 pm
Forum: General Discussion
Topic: Gamepadproxy
Replies: 34
Views: 43727

Re: Gamepadproxy

Matlo, was very good we have had this discussion. I had forgotten the detail about the bInterval. The important thing is I've already patched it, now the bInterval value is 1, for both PS3 and XBox360. I tested with 0 and the reception rate of IN tokens remained 1000/s, so there's no reason to keep ...
by J2Kbr
Tue Feb 14, 2012 2:05 pm
Forum: General Discussion
Topic: Gamepadproxy
Replies: 34
Views: 43727

Re: Gamepadproxy

I actually had a look at the USB descriptors of the GPP but I didn't see such values. I guess that's because I still have not updated the firmware. I just checked here and actually bInterval values ​​are no longer 0, I had changed it when I did some compatibility testing. I'll return these paramete...
by J2Kbr
Tue Feb 14, 2012 10:54 am
Forum: General Discussion
Topic: Gamepadproxy
Replies: 34
Views: 43727

Re: Gamepadproxy

I did the same test in Linux with a PS3 and I got similar numbers. Good! :) If you look at the USB descriptors of DS3 the "interval" parameter of endpoints is 1 (1 ms), which means a max polling rate of 1000Hz. As this interval is 4ms for the 360 pad, it is useless to send updates faster ...
by J2Kbr
Sun Feb 12, 2012 3:48 pm
Forum: General Discussion
Topic: Gamepadproxy
Replies: 34
Views: 43727

Re: Gamepadproxy

I thought the ps3 was only polling the sixaxis at 100Hz? If you look at the USB descriptors of DS3 the "interval" parameter of endpoints is 1 (1 ms), which means a max pooling rate of 1000Hz. I'm not sure about Bluetooth pooling rate. What latency are you measuring in your tests? The time...
by J2Kbr
Sun Feb 12, 2012 11:55 am
Forum: General Discussion
Topic: Gamepadproxy
Replies: 34
Views: 43727

Re: Gamepadproxy

Malto, How's the progress with GIMX and GPP? Did you found something about the latency issue? I'm working on an API (windows) for direct access the GPP, very similar to what we did with libusb on Linux. I got some results that surprised even me. On the PS3 we achieved a rate higher than 400 updates/...
by J2Kbr
Tue Jan 31, 2012 9:32 pm
Forum: General Discussion
Topic: Gamepadproxy
Replies: 34
Views: 43727

Re: Gamepadproxy

Thank you Matlo. :D
I'm very happy to participate of the GIMX project.