USBASP programmer not recognized in windows.

Hello i bought a USB asp programmer when i tried to install it i get a warning that it's not recognizing in windows. I have tired a few websites online to use Zadig program and i have then it installed however arduino ide doesn't see it. I'm working on a Attiny10 project. I had bought 10 pieces over 3 years ago and not used them. Then when i saw a few people use them I wanted to do a Holiday project.

I'm unsure what to do next. Can someone please help me so i can get the programmer seen by the IDE software?

Joseph

I'm sorry i forgot one thing I'm using IDE 1.8.9.

Joseph

Hello i have given up trying to figure out how to make the arduino ide see the usbasp. So i have tried to setup atmel studios. I know it's not a arduino thing but Maybe someone can help me? Here is what i did so far.

1: setup atmel studios
2: i have downloaded avrdude and put it in the C:\avrdude\avrdude\avrdude.exe
3: i went into atmel studio from the research i did online into the external tools and added a new external tool then called it USBASP programmer
4: in the external tools area for the usbasp programmer i put the command C:\avrdude\avrdude\avrdude.exe, in the Arduments area i put in -c usbasp -p attiny10 -v -U flash:w:$(BinDir)$(TargetName).hex:i form what i read online and in the Initial directory i put in C:\avrdude\avrdude\

And this is what i have gotten when i try to upload it

avrdude.exe: Version 5.10, compiled on Jul 17 2010 at 22:59:45
             Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
             Copyright (c) 2007-2009 Joerg Wunsch

             System wide configuration file is "C:\avrdude\avrdude\avrdude.conf"

             Using Port                    : lpt1
             Using Programmer              : usbasp
avrdude.exe: seen device from vendor ->www.fischl.de<-
avrdude.exe: seen product ->USBasp<-
             AVR Part                      : ATtiny10
             Chip Erase delay              : 0 us
             PAGEL                         : P00
             BS2                           : P00
             RESET disposition             : dedicated
             RETRY pulse                   : SCK
             serial program mode           : yes
             parallel program mode         : yes
             Timeout                       : 0
             StabDelay                     : 0
             CmdexeDelay                   : 0
             SyncLoops                     : 0
             ByteDelay                     : 0
             PollIndex                     : 0
             PollValue                     : 0x00
             Memory Detail                 :

                                      Block Poll               Page                       Polled
               Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack
               ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
               flash          0     0   128    0 no       1024   16      0     0     0 0x00 0x00
                                      Block Poll               Page                       Polled
               Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack
               ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
               signature      0     0     0    0 no          3    0      0     0     0 0x00 0x00
                                      Block Poll               Page                       Polled
               Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack
               ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
               fuse           0     0     4    0 no          1    0      0     0     0 0x00 0x00
                                      Block Poll               Page                       Polled
               Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack
               ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
               calibration    0     0     0    0 no          1    0      0     0     0 0x00 0x00
                                      Block Poll               Page                       Polled
               Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack
               ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
               lockbits       0     0     0    0 no          1    0      0     0     0 0x00 0x00

             Programmer Type : usbasp
             Description     : USBasp, http://www.fischl.de/usbasp/

avrdude.exe: auto set sck period (because given equals null)
avrdude.exe: warning: cannot set sck period. please check for usbasp firmware update.
avrdude.exe: error: programm enable: target doesn't answer. 1 
avrdude.exe: initialization failed, rc=-1
             Double check connections and try again, or use -F to override
             this check.


avrdude.exe done.  Thank you.

I'm not sure what to really do now i really need help can someone please help me?

Joseph

Hello i have found a new argument avrdude -c usbasp -p attiny10 -U flash:w:$(ProjectDir)Debug$(TargetName).hex:i and this is what it has given me

avrdude.exe: warning: cannot set sck period. please check for usbasp firmware update.
avrdude.exe: error: programm enable: target doesn't answer. 1 
avrdude.exe: initialization failed, rc=-1
             Double check connections and try again, or use -F to override
             this check.


avrdude.exe done.  Thank you.

I know i connected it correctly because i followed This Website.

joseph