of course, I did this all:
in AVR-Doper there's 2 mode, CDC mode and HID mode
->CDC mode
avrdoper.communication=serial
avrdoper.protocol=stk500v1
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
HID mode
avrdoper.communication=avrdoper
avrdoper.protocol=stk500v2
upload.using=avrdoper
serial.port=avrdoper
error :
Done uploading
Binary sketch size: 826 bytes (of a 7168 byte maximum)
avrdude: ser_open(): can't open device "com1": The system cannot find the file specified.
avrdoper.communication=usb
avrdoper.protocol=stk500v2
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"
avrdoper.communication=usb
avrdoper.protocol=stk500v2
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"
This is my AVR-Doper
http://rototron.info/USBAVR/USBAVR.aspx