--- Quote Start ---
originally posted by badomen+nov 6 2006, 03:21 pm--><div class='quotetop'>quote (badomen @ nov 6 2006, 03:21 pm)</div>
--- quote start ---
<!--quotebegin-gomiboy@Nov 6 2006, 12:12 PM
i have my fpga & c program running fine with the jtag uart. when i switch over to the real uart, the ide doesn't actually send what i type out com1.
i've verified that com1 works ok with hyperterm and a scope on the board. the ide says "nios2-terminal: connected to hardware target using uart on /dev/com1 at 115200 baud" so it thinks it's trying to do the right thing.
anyone ever see this before? any ideas?
thanks
chris http://forum.niosforum.com/work2/style_emoticons/<#emo_dir#>/blink.gif
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=19224)
--- quote end ---
--- Quote End ---
Go into the syslib properties and make sure you have standard output, input, and error setup properly (i.e. not set to the JTAG UART still).
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=19226)</div>
[/b]
--- Quote End ---
Thanks. They were all set to JTAG UART, so that was part of the problem.
I also realized that the IDE terminal doesn't send any characters until you hit return. Running nios2-terminal from the shell sends characters immediately.
Chris