I am trying to figure out how to upload sketches to the atmega chip.
So far, if I connect the Rx and Tx of the atmega chip and the FT232 appropriately and manually hit the reset button on the atmega when the sketch finishes compiling, then I can successfully upload.
But I can't figure out how to use the CTS and/or DTR pins on the FT232 to automatically reset the atmega chip.
If I connect either of these to anything then I get an upload error message along the lines of the atmega not being in sync.
For the Arduino auto reset feature to work you need to add a series .1ufd capacitor between the DTR pin and your AVR chip's reset pin. Also a 10k pull-up resistor from +5vdc to the AVR reset pin is recommended.