Hi All
I'm having problems uploading to my Arduino Leonardo.
Has been working for weeks until yesterday, started throwing errors and failing to upload sketches.
I have reinstalled the arduino IDE several times and restarted and unplugged/replugged more times than I can count. Currently running IDE 1.6.8.
The IDE often doesnt show the Leonardo under Tools>Port: in the IDE. I've managed to work around this and attempt to upload the BareMinimum sketch but still wont upload, keep getting this error:
processing.app.debug.RunnerException
at cc.arduino.packages.uploaders.SerialUploader.uploadUsingPreferences(SerialUploader.java:141)
at cc.arduino.UploaderUtils.upload(UploaderUtils.java:78)
at processing.app.Sketch.upload(Sketch.java:1186)
at processing.app.Sketch.exportApplet(Sketch.java:1160)
at processing.app.Sketch.exportApplet(Sketch.java:1132)
at processing.app.Editor$DefaultExportHandler.run(Editor.java:2381)
at java.lang.Thread.run(Thread.java:745)
Caused by: processing.app.SerialException: Error touching serial port 'COM8'.
at processing.app.Serial.touchForCDCReset(Serial.java:87)
at cc.arduino.packages.uploaders.SerialUploader.uploadUsingPreferences(SerialUploader.java:130)
... 6 more
Caused by: jssc.SerialPortException: Port name - COM8; Method name - openPort(); Exception type - Port busy.
at jssc.SerialPort.openPort(SerialPort.java:164)
at processing.app.Serial.touchForCDCReset(Serial.java:81)
... 7 more
Pushing reset button then uploading doesn't fix it either.
I really need this working and i have no idea whats happened, any help would be greatly appreciated.
Thanks