Page 1 of 1

PS4 on Win 7 Problems

Posted: Wed Jan 07, 2015 2:32 am
by Wheels
Good Evening.

I'm attempting to set up a DIY USB Cable for the first time but I am having some issues. I'm running Win 7 and a PS4.

I have a Teensy 2.0 with this CP2102: http://www.amazon.com/gp/product/B00OT7 ... UTF8&psc=1

I have GND wired to GND, D2 to TXO and D3 to RXI.

I have installed the USB drivers which show up as COM28 in the Device Manager.

I have replaced the DS4 driver with libusbk and it shows as a libusbK USB Device in Device Manager.

The Teensy has been flashed with the EMUPS4 atmega32u4.hex firmware.

When I run gimx from the command line I get the following

Code: Select all

C:\Program Files\GIMX>gimx -p COM28 -c PS4_Battlefield4_foxy.xml

Code: Select all

option -p with value `COM28'
option -c with value `PS4_Battlefield4_foxy.xml'
WaitForSingleObject failed: timeout expired.
No controller detected.
connector_init failed
Thanks for taking the time to look.

**EDIT** I'm running GIMX 3.5

Re: PS4 on Win 7 Problems

Posted: Wed Jan 07, 2015 3:39 am
by Wheels
It looks like it was fixed by changing to a different USB port. Seems odd considering that the COM was still the same.

Thanks.