Forum Discussion
Altera_Forum
Honored Contributor
22 years agoNios II, nonblocking i/o, anyone
Does anyone know how to implement a nonblocking input function on the jtag uart on NiosII ? On Nios I used nr_rxchar(), which returns even if there is no character waiting. The suggested r...
Altera_Forum
Honored Contributor
22 years agoI use these:
# include <unistd.h># include <stddef.h># include <fcntl.h># include <stdio.h> I believe open to be in fcntl.h