Forum Discussion
Altera_Forum
Honored Contributor
20 years agoUART polling
Hello to everybody, I'm developing an application made by several task. I'd like to receive data from uart in asynchronous way. So I has a main loop that continuously execute some task and...
Altera_Forum
Honored Contributor
20 years agotry to open uart twice, so you get
one filedescriptor for non blocking input (O_NONBLOCK) and one for blocking output. better than blocking your system on output is to increase the buffer size or to have a software or harware (RTS/CTS) protocoll that handles it.