avrdoper

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
sestdesign

avrdoper

Post by sestdesign » Wed Jun 11, 2008 7:08 pm

i make avrdoper, pc find in both mode hid or driver on com3
avrdude -c stk500pp -P usb -p t2313
avrdude error in hid mode > did not find usb device"usb"

in driver mode
avrdude -c stk500pp -P com3 -p t2313
device signature = 0xfffff

i use fast126

thanks

christian
Objective Development
Objective Development
Posts: 1443
Joined: Thu Nov 09, 2006 11:46 am

Post by christian » Sun Jun 15, 2008 8:12 pm

You can't use AVR-Doper in parallel programming (PP) mode. This is not (yet) implemented. You need AVRminiProg for that. AVR-Doper implements HVSP and ISP only.

For HID mode, please use "-P avrdoper" instead of "-P usb".

supriono

usb dopper can't used

Post by supriono » Sat Aug 09, 2008 10:09 am

hello iam supri from indonesia
i have avr dopper, this device good for flash in avr,
same day i have one project for AT89S52, but the AVR dopper can't used the microcontroller device. please help me whay that???
emmmm......i use AVR studio 4 for download hex file, & SDCC for compiler sourde code...........help me???????

christian
Objective Development
Objective Development
Posts: 1443
Joined: Thu Nov 09, 2006 11:46 am

Post by christian » Mon Aug 11, 2008 4:32 pm

AVR-Doper is mostly compatible to the STK500, but it has not been built to flash AT89* devices. Sorry.

neo_td

program

Post by neo_td » Thu Apr 09, 2009 7:34 am

Sir, I wanna to ask some question,
- How to fill program to avr doper, if i have made the circuit.
-can i use avr doper for micro (at89s52) ?

Please reply my question.,.
thank before

christian
Objective Development
Objective Development
Posts: 1443
Joined: Thu Nov 09, 2006 11:46 am

Re: avrdoper

Post by christian » Sat Apr 11, 2009 2:25 pm

This is a chicken and egg problem. For the first time programming, you must use another programmer. If you have a friend who has a programmer, ask this friend. Otherwise make a web search for parallel port based programmers. They consist just of two connectors wired together. You need a PC with parallel port, though.

AVR-Doper does not work with at89s52, as far as I know.

Post Reply