I'm developing a product based on the Arduino Leonardo bootloader. The product can be connected to a computer over the USB port to be configured using a desktop application I developed. I'm using the Leonardo as a generic serial device. The problem is, the drivers of the Leonardo (also Micro) needs to be installed manually on windows, and even worse, on windows 8 and 10 you have hacked them in. This procedure is unacceptable in a consumer oriented product.
Reading the USB protocol standards, for a simple serial host device, the main OS (including windows) should not require an special driver. Why is the Leonardo/Micro drivers so problematic on Windows (specially 8 and 10)? and Is there a way to simplify the bootloader so the device is easily installable on windows?
domingosl:
Reading the USB protocol standards, for a simple serial host device, the main OS (including windows) should not require an special driver. Why is the Leonardo/Micro drivers so problematic on Windows (specially 8 and 10)?
I could imagine that the Arduino boards use a special ID, indicating that they can also be used to program the device. This one could be replaced by a generic serial device ID - provided that such one exists (dunno).