Forum Discussion
Altera_Forum
Honored Contributor
16 years agoProblem with non-blocking UART I/O
Hi guys, I'm struggling with non-blocking UART (RS-232) I/O these days. I'm using the 9.1 suite with Software Build Tools for Eclipse, but it seems that the very same problem was also in previ...
Altera_Forum
Honored Contributor
15 years agoFYI, I was able to do non-blocking I/O (or at least input) successfully by just using the low-level read() system call, without replacing any library source files. I think the implementation of the STDIO routines in the version of newlib that's included with the Nios II IDE doesn't handle non-blocking FDs properly.