Altera_Forum
Honored Contributor
19 years agoJtag uart
Is there another possibility besides the nios2-terminal to connect to the jtag uart on the PC side ? Thanks Stonie
I found a method to include jtag-uart communication into my host software.
Start nios2-terminal as child process of my host software allows me to communicate via stdin/stdout to the jtag uart. The same technique is used to invoke the nios2 flash-programmer within my software. Using a code-sniplet found at http://www.codeproject.com/threads/redir.asp (http://www.codeproject.com/threads/redir.asp) makes this very easy.... have fun, Stonie