Description
I have a simple FTDI serial interface (Ft232R) with a ISP header.
The header pins are connected :
Reset to RI, sck to DSR, miso to CTS and mosi to DCD.
The FTDI drivers are installed, and i can see and configure the FT232 and the FT231X with FTPROG.
Using the AVRDUDE-Sertag version i can program any ATMega with an SPI interface.
To do this, specifu ft0 as port, and for a blank processor you have to select a lower speed with the -B 1000 option. This is slow. so only use it to change the clock setting according to the hardware, and clear the DIV8 fuse. Then you can program at high speed by ommitting the _B parameter.
This works fine with windows 10 Probably also (Win7 and Win8), but the latest 6.30 version reports errors, you have to recompile AVRDUDE with the ftdilib or the libusb-win32 lib.
So the request for a new release is to include all drivers needed to enable sync bitbang with AVRDUDE in the next release.