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 agoStupid question, but did you remember to include the stuff for the file IO? (take a look at the example code to see what to include).
Would Scanf work for what you're doing? I find printf was pretty easy to use so scanf shouldn't be too bad.