Forum Discussion
Altera_Forum
Honored Contributor
21 years agoWay to use CTRL-C w/o exiting nios2-terminal?
There are a lot of times when I need to stop a process that I've started by using CTRL-C, or perhaps suspend it with CTRL-Z. I do this all the time on my Linux development box. The problem with...
Altera_Forum
Honored Contributor
13 years agoTo escape sequence to leave nios2-terminal is ^D (0x04).
Here is the code used to close nios2-terminal at the end of main(): printf("%c",0x04);