Hello Michael,

Something I only discovered recently (when my AVRIPSmkII clone started
misbehaving) is that avrdude has various bitbang drivers, including
one for my usb-serial adaptor (5V FT232R based). I used the avrdude
ft232r programmer type, though a search through the output of avrdude
-c ?  shows drivers for a number of different usb-serial
adaptors. Connection details are in avrdude.conf (excerpt below)

programmer
   id    = "ft232r";
   desc  = "FT232R Synchronous BitBang";
   type  = "ftdi_syncbb";
   connection_type = usb;
   miso  = 1;  # RxD
   sck   = 0;  # TxD
   mosi  = 2;  # RTS
   reset = 4;  # DTR
;

Tristan

On 07Apr19 08:48, Jan Kromhout via Amforth-devel wrote:
> Hello Michael
> 
> I use the Pololu avr programmer v2.1 on my macbook, this works great!
> 
> Cheers,
> 
> Jan
> 
> > Op 7 apr. 2019, om 05:31 heeft Michael Picco <mpi...@placerville.me> het 
> > volgende geschreven:
> > 
> > Hello Jan,
> > Thank you for that!  I've located the hex files.
> > What I can't seem to locate is my old AVRIPSmkII programmer.  I notice that 
> > it's been obsoleted by Atmel!  Can you suggest a more current model?
> > Thanks again!
> > Michael
> > K6MLE
> > 
> > 
> > 
> > On 4/6/2019 11:35 AM, Jan Kromhout via Amforth-devel wrote:
> >> Hello Michael,
> >> 
> >> amForth has in the download the complete hex files!
> >> 
> >> Cheers,
> >> 
> >> Jan
> >> 
> >>> Op 6 apr. 2019, om 20:20 heeft Michael Picco <mpi...@placerville.me> het 
> >>> volgende geschreven:
> >>> 
> >>> Hello,
> >>> 
> >>> I am trying to get back to amForth after a hiatus (last used 5.2).
> >>> 
> >>> Is there a set of compiling instructions suited for version 6.7 using 
> >>> Atmel Studio 7?
> >>> 
> >>> Thank you in advance!
> >>> 
> >>> Michael
> >>> 
> >>> 
> >>> 
> >>> 
> >>> _______________________________________________
> >>> Amforth-devel mailing list for http://amforth.sf.net/
> >>> Amforth-devel@lists.sourceforge.net
> >>> https://lists.sourceforge.net/lists/listinfo/amforth-devel
> >> 
> >> 
> >> _______________________________________________
> >> Amforth-devel mailing list for http://amforth.sf.net/
> >> Amforth-devel@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/amforth-devel
> >> 
> > 
> > 
> > 
> > _______________________________________________
> > Amforth-devel mailing list for http://amforth.sf.net/
> > Amforth-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/amforth-devel
> 
> 
> 
> _______________________________________________
> Amforth-devel mailing list for http://amforth.sf.net/
> Amforth-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/amforth-devel
> 


_______________________________________________
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to