Search found 5757 matches

by Matlo
Fri Nov 01, 2013 5:03 pm
Forum: Support
Topic: New computer, same adapter, will not work.
Replies: 21
Views: 18524

Re: New computer, same adapter, will not work.

You have to press enter after typing each line.
by Matlo
Fri Nov 01, 2013 11:21 am
Forum: Support
Topic: New computer, same adapter, will not work.
Replies: 21
Views: 18524

Re: New computer, same adapter, will not work.

The correct wiring is D2 -> RXD and D3 -> TXD. To see the output of emuclient: Type Win+r, and open cmd. In the command window, type: cd "C:\Program Files (x86)\GIMX" emuclient -p COM12 -c PS3_FarCry3.xml Replace COM12 with your serial port, and PS3_FarCry3.xml with your config file.
by Matlo
Thu Oct 31, 2013 4:17 pm
Forum: Support
Topic: New computer, same adapter, will not work.
Replies: 21
Views: 18524

Re: New computer, same adapter, will not work.

It may have worked with a bad wiring for the rx of the teensy, as it was not used before GIMX 1.10.

Please take a clear photo of your adapter and post it.
by Matlo
Wed Oct 30, 2013 5:35 pm
Forum: Support
Topic: two questions please
Replies: 9
Views: 5947

Re: two questions please

I can build you one. Send me a private message and I'll give you the details.
by Matlo
Wed Oct 30, 2013 4:05 pm
Forum: Support
Topic: two questions please
Replies: 9
Views: 5947

Re: two questions please

The source code changed...

You can try commenting lines 114 to 119 in core/l2cap_con.c (add // at the beginning of each line).

You can also try commenting lines 571 to 576 in core/emu.c.
by Matlo
Wed Oct 30, 2013 2:59 pm
Forum: Support
Topic: two questions please
Replies: 9
Views: 5947

Re: two questions please

The shift+esc combo can't be changed without editing the source code. The line to modify is line 301 in GIMX/core/calibration.c. For example you can replace "GE_KEY_ESC" with "GE_KEY_F1". If you want to get rid of these bluetooth issues once and for all you should build a DIY USB...
by Matlo
Wed Oct 30, 2013 2:49 pm
Forum: Support
Topic: two questions please
Replies: 9
Views: 5947

Re: two questions please

Yes, this is correct.
by Matlo
Wed Oct 30, 2013 1:56 pm
Forum: Support
Topic: two questions please
Replies: 9
Views: 5947

Re: two questions please

The values are the same in the two editors. gimx-fpsconfig sets the same parameters for both x and y axes, except the y sensitivity that can be changed through the x/y ratio. Anyway, the right way to edit the mouse translation values is to use the calibration mode . I fixed the source code, it shoul...
by Matlo
Wed Oct 30, 2013 10:26 am
Forum: Support
Topic: gimx 1.10 Help
Replies: 22
Views: 14856

Re: gimx 1.10 Help

Ok this is fine.
By the way, did you turn the PS3 on before running emuclient?
by Matlo
Wed Oct 30, 2013 7:55 am
Forum: Support
Topic: gimx 1.10 Help
Replies: 22
Views: 14856

Re: gimx 1.10 Help

I think the atmega32u4 board is defective: the power supply should be 5V.
The fact it is much lower than 5V explains why the data cannot be transmitted from the atmega32u4 to the serial adapter.