Forum Discussion
Altera_Forum
Honored Contributor
19 years agokbhit() for NIOS terminal
I need an implementation of kbhit() for the nios terminal in eclipse. I found the following example # include <termios.h> int kbhit(void) { struct termios term, oterm; ...
Altera_Forum
Honored Contributor
14 years agoHi,
Did you solve this non-blocking getch() issue. I have searched and searched to no avail. My next thought would be to create a thread to do it... Thanks Simon