folpindo / arduino

Automatically exported from code.google.com/p/arduino
0 stars 0 forks source link

BitBang #134

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'd like to see BitBang added to the choices of programmers in the GUI

because it has the capabilitys of being done with out having to buy a 
seperate programmer (just 2 plugs and same wire)

Would this cause any incompatibilities with previous versions? 
no

Original issue reported on code.google.com by Buda2...@gmail.com on 24 Oct 2009 at 7:57

GoogleCodeExporter commented 9 years ago
Here the patches for avrdude 5.8 : https://savannah.nongnu.org/patch/?6886

Original comment by rana...@gmail.com on 26 Dec 2009 at 4:25

GoogleCodeExporter commented 9 years ago
I refreshed patches for bitbang mode with ftdi ships for avrdude 5.10 (latest 
version 
today).
Them can be downloaded from here http://trac.macports.org/ticket/23709
patch-stk500v2.c.diff was added in the port as specific fix for os x and is not 
related to 
bitbang.

Original comment by rana...@gmail.com on 14 Feb 2010 at 3:34

GoogleCodeExporter commented 9 years ago
Is this programmer included in the standard avrdude releases?  

Original comment by dmel...@gmail.com on 16 Dec 2011 at 10:13

GoogleCodeExporter commented 9 years ago
It's been a few years, bitbang must be available by now, but not answered here.
Do tiny... processors like Adafruit Gemma Trinket Flora???   use bitbang?
I keep getting this error on compile and upload
--------------------------------
Binary sketch size: 2,640 bytes (of a 5,310 byte maximum)

avrdude: error: usbtiny_receive: usb_control_msg: sending control message 
failed, win error: A device attached to the system is not functioning.

 (expected 4, got -5)

--------------------------
Yet the upload worked fine, so where do I put -5 to be acceptable to avrdude?
Or am I on the wrong track.

Original comment by Gavin53P...@gmail.com on 23 Jun 2014 at 4:38