Forum Discussion
Altera_Forum
Honored Contributor
16 years agoOpen RS232 port as a file like " fp =fopen("/dev/UART...etc)" exact path find out in system.h and do your read arite operation as if you do in normal file operation like if you want to erite on rs232 port just type fprintf(fp,"%c",data); where fp is your uart port pointer