I can not get my to accept a compiled script.
My got my board second hand. It is not too old. It has a 2007 date silk screened onto the board. I have included a photo of my board and one of a company called "NKC Electronics". The boards look alike. I have also included the schematic. It appears from the schematic that it should support auto-reset.
The processor is an ATMega328 and I burned a bootloader to it.
Testing I have already performed.
- I removed the processor and placed a jumper between digital pins 0 and 1. Opened a terminal and typed. Everything sent came back. Tested speeds for 300-115K
- Manually reset the board. In case the auto-reset was not working.
- Moved the chip to a Duemilanove. To make sure there was not a problem with the bootloader.
- If I load the sketch on a different board, it runs fine when the chip is moved to this board.
- I have the correct comm port selected.
- Turned on Verbose upload and received:
avrdude: Version 5.11, compiled on Sep 2 2011 at 19:38:36
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2009 Joerg WunschSystem wide configuration file is "C:\Arduino\arduino-1.0.1\hardware/tools/avr/etc/avrdude.conf"
Using Port : \.\COM12
Using Programmer : arduino
Overriding Baud Rate : 57600
avrdude: Send: 0 [30] [20]
avrdude: Send: 0 [30] [20]
avrdude: Send: 0 [30] [20]
avrdude: Recv:
avrdude: stk500_getsync(): not in sync: resp=0x00avrdude done. Thank you.
I have the board "Arduino Duemilanove w/ ATmega328" selected since that is the bootloader that is on the chip and most closely matches the board.