Forum Discussion
Altera_Forum
Honored Contributor
21 years agoShould be able to read/write directly, but without the functionality that altera threw in, how would you know when your data has gone across?
Find the HAL register for the input and use it. But you're going to need some way of detecting whether you're input is valid or not. I guess you can check the recieve reg (I haven't looked at it so I have no idea if there is one or not), and pad you're data if it's not valid to something like -1 just like the RS232 did. Goodluck