I want to program Arduino Uno with ISP programmer AVRISP mkII.
In sketch the board name is "Arduino Uno" and programmer is "AVRISP mkII"
I have no USB cable on Uno but power is provided on ISP port together with AVRISP
Sketch stil reports COM4, it does not exist, and i installed Microchip AVR USB driver.
When uploading with programmer, i get the following error ;
avrdude: Version 6.3-20190619
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2014 Joerg Wunsch
System wide configuration file is "C:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf"
Using Port : usb
Using Programmer : stk500v2
avrdude: usbdev_open(): did not find any USB device "usb" (0x03eb:0x2104)
avrdude done. Thank you.
An error occurred while uploading the sketch
What is wrong ?