Hi there,
I recently acquired an Arduino NG USB-board from PCB-Europe. I have a problem similar to the one described in this thread: http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1166815845/4.
I'm using Windows XP Service Pack 2 and Arduino-007. I installed the drivers correctly and the device shows up in Device Manager. If I connect the board, the green LED lights up and the L, RX and TX-LEDS blink briefly. Then, after a delay of a couple of seconds, the L-LED starts blinking.
If I load the LED-blink-example in the Arduino-software, press the RESET-button and then click "Upload", I get a "Programmer is not responding" error. I also tried clicking upload immediately before pressing RESET (or a couple of seconds before pressing RESET), but I either get a "Programmer not responding" or "Device is not responding correctly".
I tried it numerous times, varying the time between pressing RESET and clicking Upload, but with no result.
After trying it a couple of times, I got this error in the Arduino-app:
Binary sketch size: 3676 bytes (of a 7168 byte maximum)
Error inside Serial.()
gnu.io.PortInUseException: Unknown Application
at gnu.io.CommPortIdentifier.open(CommPortIdentifier.java:354)
at processing.app.Serial.(Serial.java:127)
at processing.app.Serial.(Serial.java:72)
at processing.app.Uploader.uisp(Uploader.java:156)
at processing.app.Uploader.uploadUsingPreferences(Uploader.java:78)
at processing.app.Sketch.upload(Sketch.java:1693)
at processing.app.Sketch.exportApplet(Sketch.java:1755)
at processing.app.Editor$40.run(Editor.java:1892)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Error: Permission denied
-> /dev/com5
Could this be part of the problem?