Forum Discussion
Altera_Forum
Honored Contributor
11 years agonios2-terminal command line
Hi Im trying to issue a set of commands to my nios using the jtag-uart. I can open up the command shell, type nios2-terminal, issue my command and then type ctrl-c and close the terminal. I c...
Altera_Forum
Honored Contributor
10 years agoI had the same problem, but your solution did not work for me.
winpexpect has a close connection function that does the same operation as ctrl-c. I used SC.close() Thanks for post.