Forum Discussion
Altera_Forum
Honored Contributor
15 years agoUrgent HELP!!! RS232 problem
Hi all, I trying to send signal through the RS232 port. I have problem in sending out the integer/character. Below is my code: void serial() { unsigned int a = 0x61626364; cha...
Altera_Forum
Honored Contributor
15 years agoIts never a good idea to mix different access level/modes on the same hardware. If you deceide to use the standard lib function for input then use them also for output.