Altera_Forum
Honored Contributor
13 years agoJTAG UART hangs on disconnection of terminal
Dear all,
is there any reason why JTAG should hang? I periodically send from my NIOS application debugging data over JTAG UART to my pc. If nios-terminal is running, everything works pretty nicely. If however I disconnect the terminal for longer time and reconnect back, it shows only few more lines (probably what rests in FIFO), and then no more response. I'm using ucos with fast version of JTAG UART. I've read some solutions using conditional 'printf' for debugging and deployed, but I'd like to keep the code such, that if terminal is connected, it sends data and if not, it does not... thanks david