Forum Discussion
Altera_Forum
Honored Contributor
16 years agoUART application on NEEK
Hi, I use ocm_mmu_spi from Hippo and I'm able to use the UART for console, or if I use JTAG console, I can print on the UART using "/dev/ttyS0". So UART is working properly. But I would...
Altera_Forum
Honored Contributor
16 years agoAn application is a user space program. So you cannot use altuart, which is kernel driver.
You should open file /dev/ttyS0, and use file read write or select on it. You may use stty to change the mode. The include header and lib is with your toolchain, not your pc host. - Hippo