DIY USB adapter error

Need help? Ask here and someone will help
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: DIY USB adapter error

Post by Matlo »

Please test that your serial adapter is working properly: http://gimx.fr/wiki/index.php?title=FAQ ... adapter.3F

The config directory location will be fixed in the next gimx release: http://code.google.com/p/diyps3controll ... ail?id=208
GIMX creator
bf3gamer141
Posts: 29
Joined: Mon Jun 11, 2012 3:09 am

Re: DIY USB adapter error

Post by bf3gamer141 »

I could not test my adapter because arduino.exe would not load even after I installed Java. I know the computer recognizes the Adapter because under the device manager under "Ports (COM & LPT)" It says "Silicon Labs CP210x USB to UART Bridge (COM1)"
bf3gamer141
Posts: 29
Joined: Mon Jun 11, 2012 3:09 am

Re: DIY USB adapter error

Post by bf3gamer141 »

YEEESSSSSS!!!!! I figured it out! The Rx and the Tx on my teensy ++ were in a different order than the teensy on the tutorial. Thank you for your help.
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: DIY USB adapter error

Post by Matlo »

You probably tried to start arduino.exe without extracting all the files, because java is included into the archive.

Regarding the rx/tx pins, they are the same for all the teensy boards: D2=RX and D3=TX.
They may be inverted on the serial adapter: this is explicitly said on the wiki.
GIMX creator
Post Reply