0% found this document useful (0 votes)
232 views4 pages

USBASP Installation in Windows 10

This document provides instructions for installing a USBASP device driver in Windows 10. It is a 4-step process: 1) plug in the USBASP device, 2) install the Zadig driver utility, 3) use Zadig to select the USBASP device and install the libusb-win32 driver, 4) check the device manager to confirm the USBASP is using the libusb-win32 driver. The USBASP allows programming AVR microcontrollers but requires a special driver for Windows 10 since it is a 32-bit device running on a 64-bit system.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
232 views4 pages

USBASP Installation in Windows 10

This document provides instructions for installing a USBASP device driver in Windows 10. It is a 4-step process: 1) plug in the USBASP device, 2) install the Zadig driver utility, 3) use Zadig to select the USBASP device and install the libusb-win32 driver, 4) check the device manager to confirm the USBASP is using the libusb-win32 driver. The USBASP allows programming AVR microcontrollers but requires a special driver for Windows 10 since it is a 32-bit device running on a 64-bit system.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

instructables

USBASP Installation in Windows 10

by GandaU

For ATMEGA beginner user, installation of USB-ASP remember which port that you have installed with. If
in Windows 10 can be tiresome. USBASP Device is you plug USBASP on another physical port you will
inteded to work with 32 bits yet our current PC need to do reconfigure windows to use the driver
Windows 10 is mostly 64 bit. So extra steps are again from the start.
needed for a particular USB port. If you have installed
USBASP on one of the a physical ports, you need to

Step 1: Plug in USBASP

As mentioned before, you need to remember or mark with something on a port.

USBASP Installation in Windows 10: Page 1


Step 2: Install Zadig

If you have not installed zadig, you need to install or libusbK. If you used RTL SDR or any other open
this. sourced project involving USB driver which need a
special driver that has API supported by your USB
You can download from here. hardware, you might already have this utility on your
PC or Laptop. You can skip this step if you have done
Zadig allows you to mix and match your hardware so.
with a particullar driver: WinUSB, libusb, libusb-win32

Step 3: Open Option

Open Zadig, click on Option ->List All your Devices.

USBASP Installation in Windows 10: Page 2


Step 4: Check List All Devices

In option menu check list all devices. This will later show all device that is currently connected to your PC/Laptop.

Step 5: Select USB ASP

Go to pull down selector in the middle. And Click USBASP. Try not to click other device other than USBASP.
Otherwise the wrongly selected device may not compatible with the driver we are going to use that can cause the
device not working properly.

Step 6: Select Libusb-win32

This is the mostly used if you are using AVRDUDE's based flash tool. This includes khazama, bit burner or other
GUI front-ends.

USBASP Installation in Windows 10: Page 3


Step 7: Click Reinstall Driver

Just click Install the driver and make sure no error occur. This takes few minutes.

The installation will make your PC remember which hardware, port and driver. Again, if you use different physical
port or use a new hub, the default driver will be used instead.

Step 8: Check Your Device Manager

To see if your USBASP is running on libusb-win32 driver, open windows device manager and look for libusb-
win32 and expand to see if usbasp is there.

Now you can test to flash AVR chips/devices (atmega8/328/16/attiny etc..) using USB asp.

USBASP Installation in Windows 10: Page 4

You might also like