Forum Discussion
Altera_Forum
Honored Contributor
15 years agohow to send/recieve 32bit int via UART
Hi, i have a question what would be the best way to transfer 32-bit integers using UART in nios? I've allready made a simple nios design with uart connected to on-chip memory. I wrote a base ...
Altera_Forum
Honored Contributor
15 years agoUnless you really need the speed (but seeing that you used printf in your code I suspect you don't), why not just read the bytes one by one?
Regards, Andreas