Forum Discussion
Altera_Forum
Honored Contributor
13 years agoRX and TX UART with NIOS2/e
Hello all, i am beginner in NIOS2 programming and I try to use UART_0 in my system, where i have 22kB RAM on chip. So I have used the hello_world_small template. I tryed to blink with led, setti...
Altera_Forum
Honored Contributor
13 years agoYes, i can use the functions:
alt_printf() alt_putchar() alt_putstr() alt_getchar() they work with stdin,stdout, but how can i change this standard i/o from jtag uart to uart_0 ? And in additionally, when i tryed getchar function, it waits for RETURN. How can i make this, when i need to read the binary message from uart ? Thank you very much. Jan