by Mrmadsci » Tue Aug 21, 2012 4:18 pm
The error above is still there.... *As seen in the image above*
My problem is ... THIS STEP:
"Next, if you're using a USB to serial adapter cable, open up the file C:\WinAVR\bin\avrdude.conf in Wordpad and search for "dasa" so that it will take you to the part shown below. Make sure you see a line with "delay = 2000" in it as shown below. That means that we are telling the programmer to go slow (wait 2 milliseconds between commands) because otherwise it gets confused. If you're not using a usb to serial converter, this line isnt necessary, but it doesnt hurt either. "
This line "delay= 2000" does not exist in my document ~ I assume I'm suppose to add it however the "dasa" line appear many times throughout the document (does that mean i add it everytime the Dasa code is repeated? or just once at a exact point?)
Why does mine not have the delay=2000? - I'm assuming that it SHOULD hence why it says to make sure it is, however it doesn't tell me how to proceed if it isn't there.