Thanks.
But i have connected VCC, GND also apart from TX and RX. also it is 5V version.
did some more research on this.
-
TX on Arduino is an o/p
-
Rx on Arduino is an Input.
-
Tx on the Ft232 is an Input. (Atleast the one that i have)
4.Rx on the Ft232 is an O/P ( Atleast on the one that i have)
The above have been confirmed thru schematics as well as physical multimeter checking and also thru Oscilloscope.
Hence Arduino TX will have to go to Ft232 TX
and
Arduino RX will have to go to Ft232 RX.
I had initialy connected the other way.
But inspite of doing it as above, it was still not down loading.
Next step: Disconnected the TX and RX from Arduio, and looped it. and under Arduino 0022- Tools - serial monitor. typed some letters and saw that these are echoed… confirming that the Ft232 is working fine.
Then, checked the TX pin of the Arduino (Isolted from Ft232) and found that the level is low in idle condition. Since TXO is an out put and active low, in idle condition this has to be High In active. Tried to Pull up this line and it was getting pulled up. So it looks like that there is a problem in this pin.
This is my observation as of now and looks like the Arduino 328 chip has gone bad.
Pl comment on the above observation
esklar81:
ashta,
Welcome to our “playground”!
Is “I have connected the TX of Ft232 to Rx of Pro mini.” the only thing you connected? If so, check the documentation for those two boards and connect the other leads. I think you need, at least, power, ground, TX and RX connected. Also, some of the FT232 boards come wired for 3.3 V. If you’re using a 5 V Arduino, you need to change a jumper on the FT232 board so the signal level match those of the the Arduino.
Have Fun,
Eric