AVR - Doper Under Linux

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
rizal123
Posts: 1
Joined: Tue Jan 12, 2010 5:10 am

AVR - Doper Under Linux

Post by rizal123 » Tue Jan 12, 2010 5:33 am

Hello every one, have u try to use AVR Doper built-in serial debug interface under linux system(i have Ubuntu Karmic)?

I have try this link: https://help.ubuntu.com/community/SerialConsoleHowtoto configure the serial port that using minicom as serial console, but after port is detected as /dev/ttyACM0 in minicom and all settings is accomplished iam still can't see or enter anything though this console. :? The programmer is ok!

Thanks for all :mrgreen:

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

Re: AVR - Doper Under Linux

Post by christian » Tue Jan 19, 2010 6:01 pm

The debug interface is not registered as a serial interface with the operating system, you need to compile avrdebug for it.

Post Reply