avrdude-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avrdude-dev] Problem with TPI and "serbb" mode


From: Joerg Wunsch
Subject: Re: [avrdude-dev] Problem with TPI and "serbb" mode
Date: Wed, 20 Mar 2019 08:31:17 +0100
User-agent: Mutt/1.11.2 (2019-01-07)

As Wayne Holder wrote:

> I'm trying to use AVRDUDE on macOS 0.14.2 to communicate with an ATTiny10
> that's connected an FTDI breakout board like this:

Curious: for an FTDI, why use serbb? It's among the slowest possible
options. Don't you have the possibility to use FTDI's MPSSE? All it
requires is one of the supported chips (see the FTDI website), and
the presence of libftdi (which is opensource) on your system.

Since all the bitbanging is then handled inside the FTDI chip, this
is going to be way faster than serbb which has to complicatedly
transfer full USB packets for each single bit change.
-- 
cheers, Joerg               .-.-.   --... ...--   -.. .  DL8DTL

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]