NEW: Learning electronics? Ask your questions on the new Electronics Questions & Answers site hosted by CircuitLab.
Project Help and Ideas » MakeFile & USB TTL/UART Module Help Please
August 25, 2009 by Nerdful_com |
I bought a USB breakout board to replace the NerdKit USB dongle and serial TTL converter board. It was really cheap on EBay (USB To TTL Converter Module cp2102 arm9 max232) and I could not refuse. Link on http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=300327101010. I have been able to get it to work communicating with UART (send data to and from PC) without issues, but I can not load a script (C code) on to the MCU as I have to change something in the MAKEFILE I am assuming. Basically I have to use the NErdKit header to program the ATmega168, then I can use the USB board I bought without problems. See this line in our MAKEFILE; AVRDUDEFLAGS=-c avr109 -p m168 -b 115200 -P COM12, the "avr109" lets the kit know we are setting up for suitable connection for NerdKit. If we change the avr109 to "pada", then it attempts to look for a printer port ("stk500" and "avrispmkII" is for a type of ISP, other words that can be used "ponyser", "jtag1"). I need to know what word I need to replace "avr109" with to get it to program to my new USB board. |
---|---|
August 25, 2009 by Nerdful_com |
When I try to upload any code to my MCU get this error: make:
|
August 25, 2009 by Nerdful_com |
I fixed/figured it out myself through much trial and error. Seems COM12 is too high, if I forced the com to become com5, then it works just fine! Sorry for the bother...Here's a pic: |
August 29, 2009 by pedroh96 |
Pretty cool, Nerdful! |
Please log in to post a reply.
Did you know that you can generate hundreds of volts AC from your microcontroller with a little bit of circuitry? Learn more...
|