Hi all,
I have Arduino Micro about 5 month, it was working ok but suddenly port is not showing in IDE.
I didnt change OS or anything. When connects to the usb (tried more cables) the blue light is on, when I restart Arduino for a moment during the restart port shows in IDE, but after the restart it disappears again.
It could be stuck in a mode that is not allowing you to program it.
As a micro has no reset pin temporally wire a push button between the reset pin and ground. Then give it a tap or double tap and it should come back to life.
When you do the double tap reset, the board should go into bootloader mode; your operating system should see that. If your operating system does not see that, are you sure that you're using a data/sync cable and not a charge-only cable?
Yes when I double tap I can see the port for the moment during restart. After that, port disappear. I tried all cables and they are data/sync.
Today I tried a new Arduino micro and its working with the same cable, same OS and IDE version.
Old micro is still not working. Maybe its burned or I can try reinstall bootloader as last option.