I made a remote control for my pc using a Leonardo and an IR receiver.
On Windows 7, I could keep the Arduino plugged in 24/7, and I would work just fine, now on Windows 10, I need to disconnect and reconnect the Arduino from the PC every time I turn on my pc.
Any fix?
Thanks!
So I want a way to get Windows 10 to recognize the Leonardo even if it was plugged in before the computer started!
I have an Arduino Micro which is essentially a tiny Leonardo. It does the same mouse and keyboard emulation that the Leonardo does. I have the same problem since upgrading to Windows 10.
I opened the device manager and it seems that Windows is detecting the device as a USB com port if the device is plugged in during boot. I've not tried unplugging and replugging because of my disability. I will try that when I have someone handy to help me.
Anyway if you look at the device manager after reboot it says that it is a USB COM port. If I open the Arduino IDE and re-upload something like my IR mouse sketch that I'm trying to use, during the upload the identification in device manager changes to Arduino Micro Bootloader. When the upload is complete, the device manager then identifies the device as Arduino Micro and the device works properly.
So whoever is in charge of maintaining the Arduino USB driver, were going to need some sort of Windows 10 update.
Is there somewhere official where we need to report this or will it be seen by the right people in this forum?
I just wanted to update everyone reading this thread. The problem I was having with Arduino Leonardo and Arduino Micro not being recognized as an HID device has been solved if you download the nightly build Arduino IDE 1.6.6. You have to add
and recompile your sketch and upload it using the daily build IDE. You don't need to uninstall your original IDE. Just download it as a zip file, put it in some directory and unzip it, browse to it using the file explorer and find Arduino.exe and open it. Then do file open to your sketch.
It works for me on both Leonardo and Micro on two different machines that were 8.1 upgraded to Windows 10.