原文地址::https://www.olimex.com/forum/index.php?topic=4065.0
相关文章
1、Unable to Connect to tool AVIRISP mkII----https://www.avrfreaks.net/forum/unable-connect-tool-avirisp-mkii
2、avrisp mkii问题----https://blog.csdn.net/ppp2006/article/details/49968479
3、Atmel Studio 7.0.2397 download----https://www.avrfreaks.net/comment/2817026
I might have a simpler solution to the problem. The reason of this error is that Atmel Studio 6.2 expects the AVRISP to run the libusb drivers, which apparently wasn't the case previously.
To fix this error:
- Download Zadig: http://zadig.akeo.ie/. Zadig is a USB driver manager for Windows, and saved me a hundred times this year. The last version comes with the libusb-win32 (v1.2.6.0) driver embedded.
- Open Zadig, Options, List All Devices. The AVRISP mkII device should appear in the list.
- Replace its current driver by libusb-win32 (v1.2.6.0)
That's it! No restart required
Let me know if somebody had the same issue and was able to solve it this way.