avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] avarice on Windows


From: robert moro
Subject: Re: [avr-gcc-list] avarice on Windows
Date: Fri, 11 Feb 2005 17:02:23 +0100

It is indeed a Cygwin problem. You must use /dev/ttyS0 for COM1.

Tip: while you're using Windows, you can use AVRStudio to JTAG-debug your avr-gcc code. After loading your elf file you can step through your source code.

Regards,
Robert Moro

From: address@hidden (Joerg Wunsch)
Reply-To: Joerg Wunsch <address@hidden>
To: address@hidden
Subject: Re: [avr-gcc-list] avarice on Windows
Date: Fri, 11 Feb 2005 16:43:02 +0100 (MET)

"Klaas K." <address@hidden> wrote:

> Win knows about com1/2/3 etc.

Windows yes, but remember, that's not Windows, it's Cygwin.  It
emulates a Unix environment.

Did you try /dev/com1 ?  Did you actually try the suggestion about
/dev/ttyS0 ?

I see in a Cygwin shell that "cat com1" says "No such file or
directory", while "cat /dev/com1" as well as "cat /dev/ttyS0" appear
to wait on something getting in from the serial device.

--
J"org Wunsch Unix support engineer address@hidden http://www.interface-systems.de/~j/

_______________________________________________
avr-gcc-list mailing list
address@hidden
http://www.avr1.org/mailman/listinfo/avr-gcc-list

_________________________________________________________________
Nooit ongewenste berichten ontvangen: gebruik MSN Messenger http://messenger.msn.nl/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]