Page 4 of 4
Re: DIY USB adapter error
Posted: Thu Feb 07, 2013 10:43 am
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
Re: DIY USB adapter error
Posted: Fri Feb 08, 2013 1:37 am
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)"
Re: DIY USB adapter error
Posted: Fri Feb 08, 2013 3:19 am
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.
Re: DIY USB adapter error
Posted: Fri Feb 08, 2013 8:07 am
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.