Altera_Forum
Honored Contributor
16 years agohow to use UART with NIOS
so in an example in Altera's documentation on how to use the UART core, it shows this code as an example of how to print characters to the UART core as stdout. But it says right above the example that the HAL system library has been configured to use the UART as stdout. How do I do that?
# include <stdio.h> int main () { printf("Hello world.\n"); return