Search found 19 matches

by InhexSTER
Mon Oct 05, 2015 8:10 pm
Forum: Development
Topic: T300RS and others FFB Wheel Development
Replies: 31
Views: 37203

Re: T300RS and others FFB Wheel Development

Sorry, I din't check a forum in while, been busy at work recently.

I put my G27 in storage, but if you still need this info I can dig it up.
Planning to sell it anyways.
by InhexSTER
Fri Aug 21, 2015 5:12 pm
Forum: Development
Topic: T300RS and others FFB Wheel Development
Replies: 31
Views: 37203

Re: T300RS and others FFB Wheel Development

Nice progress on integrating FFB into GIMX! Glad that community will get finally G27 support soon.
Would be nice to get hands on G920 (October 14th), to dump descriptors, but I don't think I will be able to.
That way we would have full FFB support on XB1 and PS4.
by InhexSTER
Sun Jul 26, 2015 2:46 am
Forum: Development
Topic: T300RS and others FFB Wheel Development
Replies: 31
Views: 37203

Re: T300RS and others FFB Wheel Development

Awesome :) When G920 (Xbox One) is out, whould be nice of someone could capture descriptors/reports, but I assume output should be similar again
by InhexSTER
Wed Jul 22, 2015 5:52 pm
Forum: Development
Topic: T300RS and others FFB Wheel Development
Replies: 31
Views: 37203

Re: T300RS and others FFB Wheel Development

Yeah, 10 GB update was a surprise. I think there is tiny difference in OUT report, it seems it has 0x30 in front now. So vibration looks like this: 0x30 0x11 0x08 0xFF .... where 0xFF is max force and length of OUT is bigger as mentioned in the descriptor. So when relaying to G27 i used packer.buffe...
by InhexSTER
Wed Jul 22, 2015 1:05 pm
Forum: Development
Topic: T300RS and others FFB Wheel Development
Replies: 31
Views: 37203

Re: T300RS and others FFB Wheel Development

What about the format of the interrupt IN transfers? Does the G29 use the same report format as the T300RS, or does it use its own report format? In the latter case, could you please post the report format? It seems the format is identical for everything except the OUT report, I will do more tests ...
by InhexSTER
Wed Jul 22, 2015 1:50 am
Forum: Development
Topic: T300RS and others FFB Wheel Development
Replies: 31
Views: 37203

Re: T300RS and others FFB Wheel Development

I do, technically there is almost no difference between T300RS/G29 in term of descriptors and reports are identical. I also have a shifter so I can find which bytes in report are for that and I'll let you know. Now I've got full FFB and RPM LED's in Driverclub on my G27. So basically on your side to...
by InhexSTER
Mon Jul 20, 2015 1:53 pm
Forum: Development
Topic: T300RS and others FFB Wheel Development
Replies: 31
Views: 37203

Re: T300RS and others FFB Wheel Development

So, in the end decided to get G29 Wheel for PS4 since I am planning to get most cross platform racing games for it. From what I've seen online it also has a switch PS3/PS4 modes, however PC software (they finally updated it to use same one as mice/keyboards use) uses PS4 mode. So hopefully since the...
by InhexSTER
Thu Jul 16, 2015 6:03 pm
Forum: Development
Topic: T300RS and others FFB Wheel Development
Replies: 31
Views: 37203

Re: T300RS and others FFB Wheel Development

Ah, I've read it has a hardware switch for it, but hoped it didn't change FFB reports too much.
Thanks for the link.
by InhexSTER
Thu Jul 16, 2015 4:19 pm
Forum: Development
Topic: T300RS and others FFB Wheel Development
Replies: 31
Views: 37203

Re: T300RS and others FFB Wheel Development

Yeah, I think so. Really hacked up code atm, so maybe a bit later. Looking at FFB it a big challenge, and most likely impossible to match exactly. Have you tried looking at T300RS from PC side? Using DirectInput i mean. Cause otherwise I am not sure you can tell what are value in effect downloads me...
by InhexSTER
Tue Jul 14, 2015 9:57 pm
Forum: Development
Topic: T300RS and others FFB Wheel Development
Replies: 31
Views: 37203

Re: T300RS and others FFB Wheel Development

Hey, so I've got authentication and inputs working. Now going to start looking into FFB and game wheel settings as well. Meanwhile will have to try reduce firmware size, as it is its taking about 78% of my Leonardo. Most of it is USB host shield library stuff. I haven't noticed any particular delays...