trying to re-purpose an old no-name cable (I think it was originally for communicating with a nokia phone) for programming my arduino, botanicalls kit, etc. similar functionality to the ftdi cable sold at adafruit:
http://www.adafruit.com/index.php?main_ ... ucts_id=70
the cable (usb on one end) has an embedded prolific pl2303 chip (additional markings on the chip read 0412H). the chip sits on a small board that has a few passive components (smt resistors, caps, 12MHz oscillator, etc) and 9 output solder pads, 8 of which are connected.
I've traced the pads back and they connect to the following pl2303 pins (based on the pl2303 datasheet I found here http://user.chollian.net/~mines/pl2303.pdf ):
RXD, TXD, CTS_N, RTS_N, GND, DTR_N, RI_N, DCD_N
my understanding is that I will only need the first 5 of those listed above but I am still missing a VCC.
I plugged in the usb end (showed up in syslog as "vendor 0x067b product 0x2303, rev 1.10/2.02") and measured the voltage relative to ground on each output. all voltages measured were either +3.3V or below.
DTR_N and RTS_N both measure 3.3V and are not needed otherwise - can I use one of those to provide the votage?
thanks!