Page 1 of 2
Play games on the PS2 Console with keyboard
Posted: Thu Jun 19, 2014 1:27 pm
by Kekskrümel
I found this interesting project which simulate a ps2 controller with a teensy.
http://procrastineering.blogspot.fr/201 ... r-for.html
All is present also the firmware.
Because I am a noob. Is there any way to send the keyboard commands via the usb serial port ?
There are adapter which make it possible to play xbox classic games with a ps2 controller.
Currently there isn't any working xbox emulator, so it would be nice to play xbox classic games via nvidia shield on the pc :/
Re: Play games on the PS2 Console with keyboard
Posted: Tue Jun 24, 2014 7:43 am
by Matlo
Hi,
Actually there is a firmware intended to be used with the Xbox.
You'll find it in the EMUXBOX folder of the firmware zip file.
There is no mention about it on the wiki because it's untested (I don't have a Xbox).
Re: Play games on the PS2 Console with keyboard
Posted: Tue Jun 24, 2014 10:22 pm
by Kekskrümel
Have you some soldering plan ?
Don't know which xbox cable i should connect to which teensy port.
Thx
Edit: 1.02 works nearly ok with the ps2 firmware and the ps2 -> xbox adapter . Only the joysticks doesnt work. All other buttons working fine. The Adapter is ok, with an original ps2 controller the joysticks are also working fine.
Any Idear ?
Re: Play games on the PS2 Console with keyboard
Posted: Wed Jun 25, 2014 8:20 am
by Matlo
You have to cut a xbox controller cable and a micro USB cable, and solder the wires.
You'll end with a USB cable that connects your Xbox to the teensy.
The wiring is easy because the cable colors match.
I've no idea why the sticks do not work with the ps2 -> xbox adapter.
I'll check that later.
Re: Play games on the PS2 Console with keyboard
Posted: Wed Jun 25, 2014 9:18 am
by Matlo
I don't see any good reason why the sticks do not work.
Please post the content of your config file.
Re: Play games on the PS2 Console with keyboard
Posted: Wed Jun 25, 2014 9:31 am
by Kekskrümel
Stick working fine with an ps2 -> ps3 adapter.
So I would say its some general problem with xbox adapters -,-
Re: Play games on the PS2 Console with keyboard
Posted: Wed Jun 25, 2014 6:10 pm
by Kekskrümel
There is 1 more cable on the xbox side.
Any Idear ?
http://i.imgur.com/uDxr9lP.jpg
Not working in this state :/
Code: Select all
Detected USB adapter: XboxPad.
0 1403720307.901209 N b0 . .... ? { 00 00 }, lstick y (128)
0 1403720307.981214 N b0 . .... ? { 00 00 }
0 1403720308.111221 N b0 . .... ? { 00 00 }, lstick y (128)
0 1403720308.191226 N b0 . .... ? { 00 00 }
0 1403720308.301232 N b0 . .... ? { 00 00 }, lstick y (128)
0 1403720308.381237 N b0 . .... ? { 00 00 }
0 1403720309.436293 N b0 . .... ? { 00 00 }, up (255)
0 1403720310.416355 N b0 . .... ? { 00 00 }
0 1403720310.606366 N b0 . .... ? { 00 00 }, up (255)
0 1403720311.616425 N b0 . .... ? { 00 00 }
0 1403720311.646426 N b0 . .... ? { 00 00 }, down (255)
0 1403720312.476475 N b0 . .... ? { 00 00 }
0 1403720313.136513 N b0 . .... ? { 00 00 }, lstick y (-128)
But no reaction on the console.
Re: Play games on the PS2 Console with keyboard
Posted: Thu Jun 26, 2014 12:28 pm
by Matlo
The extra cable does not matter.
The firmware is probably not working

I'll try to see if I can fix it.
Re: Play games on the PS2 Console with keyboard
Posted: Thu Jun 26, 2014 12:44 pm
by Kekskrümel
Thx for your help <3
Re: Play games on the PS2 Console with keyboard
Posted: Tue Jul 01, 2014 3:34 pm
by Kekskrümel
The new ps2 -> xbox adapter works fine with all sticks and buttons.
But I need to reconnect the ps2 part into the adapter after each game start. Looks like he has some problems with the authentication and need to auth again after each game start, which is a bit shitty :/