Skip to content

Commit

Permalink
Some updates
Browse files Browse the repository at this point in the history
  • Loading branch information
wagiminator committed Jan 18, 2024
1 parent d00c0a4 commit 3acdd62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion picoISP_Programmer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Install the [Arduino IDE](https://www.arduino.cc/en/software) if you haven't alr
## Installing Drivers for the picoISP
On Linux, you don't need to install a driver.

The USBtinyISP and the USBasp version include a Windows Compatible ID (WCID) for automated driver installation on Windows. If this doesn't work, you have to install a driver manually using the Zadig tool (https://zadig.akeo.ie/). Click on "Options" -> "List all devices" and select the "USBtinyISP" or "USBasp". Then install the libusb-win32 driver. To do this, the device must be connected to your PC. You can also install the [usbtiny driver](https://learn.adafruit.com/usbtinyisp) for the USBtinyISP version. However, functionality, especially with newer Windows versions, is not guaranteed.
The USBtinyISP and the USBasp version include a [Windows Compatible ID (WCID)](https://github.com/pbatard/libwdi/wiki/WCID-Devices) for automated driver installation on Windows. If this doesn't work, you have to install a driver manually using the Zadig tool (https://zadig.akeo.ie/). Click on "Options" -> "List all devices" and select the "USBtinyISP" or "USBasp". Then install the libusb-win32 driver. To do this, the device must be connected to your PC. You can also install the [usbtiny driver](https://learn.adafruit.com/usbtinyisp) for the USBtinyISP version. However, functionality, especially with newer Windows versions, is not guaranteed.

The STK500 version may require a CDC driver for Windows. This can be easily installed using the Zadig tool.

Expand Down

0 comments on commit 3acdd62

Please sign in to comment.