Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
11 years ago

Non blocking getchar() with Fifoed UART

Hello, I am using a Fifoed UART for reading characters from the serial interface. I found that getchar() is blocking when no characters are present in the fifo which I cannot use. Is there ...