Forum Discussion
Altera_Forum
Honored Contributor
22 years agoUART Help
Was doing well in evaluating the IDE/HAL until now. Hit a brick wall going 100mph. I need some pointers on how to read characters from the UART. I tried the example in the Processor Ref handbook, ...
Altera_Forum
Honored Contributor
22 years agoRPolicy I agree about the whole confusing part. Sigiz brought up the stuff about std-in/out/error but did you remember to turn those on?
And if that still doesn't work and you just need printfs to see what's going on, try the jtag uart (it was very simple to use, just include stdio, and use printf(....) just like you would in any other C program) G-luck!