Forum Discussion
Altera_Forum
Honored Contributor
19 years agohello_world_small Uart input
No problem to get result with hello_world_small. But I am very unhappy with uart character input. Documentation sweeps me thru a lot of mystic solutions. How can I do a simple character input in the...
Altera_Forum
Honored Contributor
19 years agoI realize that this post is old and you probably already found a solution but here you go anyway:
# include "altera_avalon_uart_regs.h" char ch; ch = IORD_ALTERA_AVALON_UART_RXDATA(UART1_BASE);