Forum Discussion
Altera_Forum
Honored Contributor
13 years agoConsole auto-closing
Hello. How can I close console in C-code (finish working jtag uart)? I tired click red square button)
Altera_Forum
Honored Contributor
13 years agoPrinting character 0x4 will send the ^D across and terminate nios2-terminal
Something like this: printf("Bye\n %c", 0x4);