As Johnathan Corgan wrote:

> For normal operation, the FT232BM serial TXD and RXD are routed to
> the appropriate serial port pins on the ATMega8.

> For programming, I have routed four pins from the FT232BM to RESET,
> MISO, MOSI, and SCLK, so I can use the bit bang mode of the part for
> programming operations.

Curious, I'd assume bit-banging across USB to be really slow.  It's
already really slow on a standard serial port, but for USB, each bit
change will require a USB packet of its own.  Why not simply use a
bootloader?

> Suggestions?

My only concern for AVRDUDE would be that there's currently no
infrastructure to maintain separate device drivers as part of the
project.  (There's giveio.sys for the Win32 parallel-port bit-banging,
but that's quite different.)

-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)


_______________________________________________
avrdude-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/avrdude-dev

Reply via email to