Hi all,
I have an issue with the sketch upload on an Arduino Micro board.
I'm using a laptop, with win7 64bits, ans IDE 1.6.5
I've already read the troubleshooting, and try the basics : re-install, re-start, with no effects
I must say that I'm using the same IDE on two other computers (another laptop and a workstation) without any trouble. Both are working with win 7 64 bits, and can upload a sketch to a board
In the device manager, I can see the Arduino Micro serial port (COM5), and, when reset button is pushed, Arduino Micro Bootloader (COM6). Both drivers are correctly installed.
The upload works fine if I press the reset button when the "Uploading..." message appears.
It seems that the laptop ( or IDE or something ...) don't send the reset command to the board.
Here you can find the error message:
processing.app.debug.RunnerException
at cc.arduino.packages.uploaders.SerialUploader.uploadUsingPreferences(SerialUploader.java:131)
at processing.app.debug.Compiler.upload(Compiler.java:165)
at processing.app.Sketch.upload(Sketch.java:1167)
at processing.app.Sketch.exportApplet(Sketch.java:1141)
at processing.app.Sketch.exportApplet(Sketch.java:1113)
at processing.app.Editor$DefaultExportHandler.run(Editor.java:2380)
at java.lang.Thread.run(Thread.java:745)
Caused by: processing.app.SerialException: Error touching serial port 'COM5'.
at processing.app.Serial.touchForCDCReset(Serial.java:92)
at cc.arduino.packages.uploaders.SerialUploader.uploadUsingPreferences(SerialUploader.java:120)
... 6 more
Caused by: jssc.SerialPortException: Port name - COM5; Method name - openPort(); Exception type - Port busy.
at jssc.SerialPort.openPort(SerialPort.java:164)
at processing.app.Serial.touchForCDCReset(Serial.java:86)
... 7 more
I need to use this laptop AND cannot push the reset button (I'm working on a ship, this laptop is dedicated to the deck, and the board I want to program is in a stainless steel bottle, on our ROV,).
Many thanks for your help !