General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
-
erwin
- Posts: 1
- Joined: Mon Mar 26, 2007 11:33 am
Post
by erwin » Mon Mar 26, 2007 11:46 am
The readme recommends that AVR-Doper should be used in HID mode with avrdude. I wonder if it would be possible to use AVR-Doper as AVRISP mkII clone with new firmware, to be able to use it directly from AVR studio.
-
christian
- Objective Development
- Posts: 1443
- Joined: Thu Nov 09, 2006 11:46 am
Post
by christian » Mon Mar 26, 2007 10:18 pm
No, at least not easily. The mkII USB interface uses bulk endpoints. And bulk endpoints are the problem why serial emulation mode is somewhat instable.