Hi there I just bought an Arduino Micro (adafruit version) Arduino Micro with Headers - 5V 16MHz - (ATmega32u4 - assembled) : ID 1086 : $24.95 : Adafruit Industries, Unique & fun DIY electronics and kits
I am having trouble getting it to work on my windows 8.1 laptop. When I plugged it in no drivers installed. I went to the device manager to install manually and no com ports are listed (I checked show hidden and still nothing)
When I tried loading a basic blink sketch to test if the IDE could see the micro it stalls on uploading and shows -
processing.app.debug.RunnerException
** at cc.arduino.packages.uploaders.SerialUploader.uploadUsingPreferences(SerialUploader.java:133)**
** at processing.app.debug.Compiler.upload(Compiler.java:165)**
** at processing.app.Sketch.upload(Sketch.java:1260)**
** at processing.app.Sketch.exportApplet(Sketch.java:1202)**
** at processing.app.Sketch.exportApplet(Sketch.java:1174)**
** at processing.app.Editor$DefaultExportHandler.run(Editor.java:2471)**
** 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:122)**
** ... 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 checked the micro was selected in tools>boards, as well as checking the COM which is only showing COM 5 (I have nothing on COM 5). I tried opening serial monitor to have a check and it shows an error saying -
Arduino: 1.6.3 (Windows 8.1), Board: "Arduino Micro"
Error opening serial port 'COM5'. (Port busy)
I have searched online and found a few suggestions, hitting reset button on uploads etc tried this and nothing. I have also checked my BIOS - (USB Emulation (enabled) Usb power share (disabled) an USB wake support (disabled)
Tried disabling the driver signature verification to see if it showed up in drivers and printers with no luck.
Any ideas?
Working on -
Windows 8.1
Alienware MX17 R4
Arduino IDE 1.6.3
Arduino Micro R3