NEW: Learning electronics? Ask your questions on the new Electronics Questions & Answers site hosted by CircuitLab.
Microcontroller Programming » Trouble programming the microcontroller
January 22, 2011 by Sam40 |
Sorry for the last post, it took me awhile to figure out how to show screen shot. I would appreciate any help on figuring this out. I'm working on page 43 of directions on the nerdkit and this is the error i get each time. Thank you... |
---|---|
January 23, 2011 by Rick_S |
You accidentally jumped ahead of yourself. If you are on page 43, you need to backup one page and see the instructions for changing your makefile in Windows. There you will find this paragraph at the top of the page:
Your makfile still has the /dev/ttyUSB0 as shown in the avrdude response in your screenshot where it said "can't open device "/dev/ttyUSB0" : The system cannot find the path specified." You need to determine what com port your USB to serial adapter is on (it will be listed in device manager), then change your makefile to reflect that. Excellent screen shot by the way, Very good idea showing the directory contents each time you changed directories. Rick |
Please log in to post a reply.
Did you know that NerdKits has been featured in the MIT Undergraduate Research Journal? Learn more...
|