NEW: Learning electronics? Ask your questions on the new Electronics Questions & Answers site hosted by CircuitLab.
Support Forum » Tempsensor Upload Error
October 06, 2011 by nerdgirl |
Hello, I am having trouble uploading tempsensor.c onto my chip. I have worked through the line errors within my code and now I'm at a loss as to what to do next. Here is a snapshot of my error. |
---|---|
October 06, 2011 by nerdgirl |
After reading my post, I figured out why I was receiving an error on uploading the tempsensor file. What I did was adjust the "Makefile" serial port to COM2 which this lesson was learned from my previous project. Now that's done and the upload went as planned. Thanks to any and all who would have helped me. |
October 07, 2011 by Ralphxyz |
nerdgirl, here is a helpful trick that helps to avoid that problem with the com port curtesy of bretm!
Now you have to use your com2 instead of my Mac /dev/cu.PL2303-0000101D com port, but you reuse the Makefile for any project just by changing the ProgramName on line 6. I use the same Makefile for all of my projects or at least initially just changing the ProgramName. You can use any word for ProgramName often Target is used. Ralph |
October 07, 2011 by nerdgirl |
Hi Ralph, Thank you for the tip. I will try that. :-) |
Please log in to post a reply.
Did you know that you can control 120 LEDs with just 17 microcontroller pins? Learn more...
|