Forum Discussion
Altera_Forum
Honored Contributor
15 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...
Altera_Forum
Honored Contributor
15 years agohttp://www.alteraforum.com/forum/showthread.php?t=16836&goto=nextoldest
Is one of many threads that discuss UART access. There are some code examples included that work without open/fopen/write ... - especial on the later pages Maybe you will find there something useful