I'm using Arduino IDE for my target chip, everytime I want to download the .hex file I'm using other software (avrdude-GUI) because I don't have an arduino board plus I only have AVR-Doper as a programmer.
Is there anyone have tried to connect the AVR-Doper to Arduino IDE so I can click the upload button? a 'lil tweaking in hardware.txt and preferences.txt maybe..
upload.using=avrdoper
serial.port=com11(terdeteksi di device manager)
error :
Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions
Binary sketch size: 826 bytes (of a 7168 byte maximum)
avrdude: stk500_getsync(): not in sync: resp=0x00
avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x51
upload.using=avrdoper
serial.port=avrdoper
error:
Done uploading
Binary sketch size: 826 bytes (of a 7168 byte maximum)
avrdude: usbdev_open(): did not find any USB device "usb"
upload.using=avrdoper
serial.port=usb
error:
Done uploading
Binary sketch size: 826 bytes (of a 7168 byte maximum)
avrdude: usbdev_open(): did not find any USB device "usb"
still not work, it says could not find USB device "USBasp" with vid=xxxx and pid=xxxx
AVR-Doper is using stk500v2 protocol in HID mode, but in CDC mode it's using stk500v1 protocol
any solution?