Society of Robots - Robot Forum

Software => Software => Topic started by: bugsbunnyrlz on March 27, 2011, 07:28:13 PM

Title: Programming AVR Butterfly
Post by: bugsbunnyrlz on March 27, 2011, 07:28:13 PM
Hey guys, I have this problem.
So, I have a program and the AVR Butterfly. I hooked it up and Bray's terminal says it's there, I can send my name and everything.
However, when I go to AVR Studio and I try to find the Butterfly by clicking AVR Prog, it says "No supported board found!"
Any suggestions would be appreciated deeply.

Title: Re: Programming AVR Butterfly
Post by: billhowl on March 27, 2011, 10:20:24 PM
Follow the instructions given by "Smiley" in the 1st message in order to ensure that the USB<->RS232 converter emulates COM1, COM2, COM3 or COM4;
http://www.smileymicros.com/download/Butterfly%20Frequently%20Asked%20Questions.pdf (http://www.smileymicros.com/download/Butterfly%20Frequently%20Asked%20Questions.pdf)
Title: Re: Programming AVR Butterfly
Post by: bugsbunnyrlz on March 28, 2011, 10:30:54 AM
Thanks, if you were referring to the book "C Programming for Microcontrollers, Featuring ATMEL's AVR Butterfly and the free WinAVR Compiler," then that is actually what I was trying to do. I did not take into account that I should plug the Butterfly into COM 1-4. Rather I plugged it into COM 7, i think. I will try that out, and thanks for the help.