Recent site activity

Projects‎ > ‎

How to make a cheap USB RS232 Into a TTL serial Adapter

posted Feb 12, 2011 3:28 AM by robert sturzbecher   [ updated Feb 12, 2011 4:03 AM ]
Face with the problem of getting serial information out of my USnooBie I decided I needed a FTDI cable. But I didn't want to wait weeks for one or pay more then it was worth so I set out on a mission to make one.

As it turned out it was not that hard. I had some cheap USB-Serial adapters and I know that these cable inside have a USB to TTL serial chip then a second chip to step the voltages upto the RS232 standards. 



This is the adapter with the moldered casing removed. If you ever have to remove a moldered casing, remove the edges first and top can be peeled up without damaging any components.

Now that I can see that it has a PL-2303HX chip I can start looking for the datasheet to find the pins that I need.  

Now rather then solder directly to the chip I traced the pins until they were more exposed. I was in luck, they both connected to diodes which made a great spot to attach my wires.  


Completed

In total I attached 4 wires, RX, TX, GND and 5V. 

Connecting the RX/TX wires to the USnooBie TX/RX pins (D1,D0) I was able to create sketches that use Serial.println now for debugging.