Shop OBEX P1 Docs P2 Docs Learn Events
FTDI IC using RTS and CTS question — Parallax Forums

FTDI IC using RTS and CTS question

Zap-oZap-o Posts: 452
edited 2010-01-08 16:29 in Propeller 1
I made a circuit board and it wont program from the computer.

This idea I had to use the FTDI buffer so I hooked up the RTS and CTS pins on the FTDI ic to the propeller. Perhaps I should have used a pull up resistor anyhow could this be due to the propeller setting all output i/o low?

Before I go and cut traces I wanted some input?

Thanks

Comments

  • Mike GreenMike Green Posts: 23,101
    edited 2010-01-08 15:47
    1) The Propeller does not set all output I/O to low. By default, it sets them all to inputs which allows them to "float".

    2) You can't use RTS and CTS with the downloading process. The downloading process is very time dependent. Any delays, like from handshaking, will cause an error. The only connections needed are for TX, RX, and DTR. DTR is used to generate a Propeller reset.

    3) As a general rule ... If someone shows you how to hook up something to accomplish a particular purpose and you want to accomplish the same purpose, start with the circuit that they show. Once you understand what it's doing, then you can start modifying the circuit. If it doesn't work, then your changes are likely to be the cause. This isn't always true, but it's a good working assumption.
  • Zap-oZap-o Posts: 452
    edited 2010-01-08 16:29
    Yea I agree mike. I have used the FTDI and propeller many times in the past its just now I am trying to broaden my horizons. I have to tinker around.
Sign In or Register to comment.