SlotForum banner

homemade carrera cu to pc cable

5.2K views 7 replies 3 participants last post by  radez  
#1 ·
well here i am practically no soldering skills but all working good

first i bought a ttl to usb cable with built in ftdi chip

then bought a ps/2 MALE (self wire ) plug

soldered the wires as per the diagram


well nothing worked zip zilch

so i hand touched the 5 volt wire to it,s point

BAD IDEA .....THE LAPTOP SHUT DOWN

so back to square one

now with a bit of questions here and there on this forum it was suggested i swap the tx and rx wires

PRESTO ALL WORKS FINE

ps. you need to download the FTDI Drivers . (vcp driver ftdi ) check out ftdechip.com

the cable i used

USB to TTL Serial Cable

SKU: CAB-12977
 

Attachments

#2 ·
Glad you got there.

For the sake of curiosity, did you leave the +5V line disconnected? (My adapter wouldn't work without it but it also had an extra levelling stage since I used an RS232 adapter)

Have you got a link as the product code seems to correlate to the FTDI adapter with 3.3V TTL levels but if it works I wouldn't be concerned about that.
 
#6 ·
Thanks for this post.
I got a homemade cable made out of a USB to TTL module and an old PS2 cable I had lying around.
First try was a console cable for a rasp pi. Too cheap didn't work. Second one I tried is a circut board with headers on one side and a usb on the other side. I had a PS2 cable in a box in the closet that I cut off and figured out the wire mapping. The image above verified against our 132/164 CU with a quick voltage check.

In case my experience helps someone:
I connected CU gnd to TTL gnd and CU RX to TTL TX and CU TX to TTL RX and used the carreralib python module. Viola! Lap counter and timer.
carreralib.readthedocs.io/en/latest/
 
#7 ·
Congratulations on getting your interface running. I hadn’t heard of the python Carrera library, I’ve not dabbled in python much at all (did something very basic 20 years ago) but this looks very very interesting, I don’t know how I missed that one. What do you hope to achieve? I’m going to lose sleep on this lol, looks very useful if one can nut it out. Do you plan to run the demo RMS?
 
#8 ·
Track is my 14yr old son's he wanted to have a lap counter but didn't have the cash to buy one yet. For now I think we'll just run the demo on a RaspPi I had lying around.
I may try and get him to build a pygame interface or a wxPython interface to display the data in a graphical interface and use it as teaching tool. For now the demo meets our needs. Hope you enjoy the pythonlib, I do a lot of python and was excited to find it.