Altera_Forum
Honored Contributor
14 years agoUART with fopen
im trying read and write to my uart device like: FILE *urt;
urt = fopen("/dev/UART","r+");
fprintf(urt,"data"); but fopen does not work for me unless i disable small c library. and whe...