Forum Discussion
Altera_Forum
Honored Contributor
16 years agoquestions about uarts
Hi all, I'm starting a new development with NIOS II and I have some questions regarding UART usage. First of all, I will briefly explain my application: I need 4 UARTs on my system. O...
Altera_Forum
Honored Contributor
16 years agoYes, you can open multiple files.
I'm not sure getc() will return EOF when there's no data to read -- it may block instead. If that way fails, you'll need to perform low level access to the UARTs' registers.