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 agoyeah i figured thats the easiest way to do it.. but i need to use my console window and keyboard therefore i need both jtag_uart and my uart.. if i switch one of them to be my stdin,stdout im gonna need an alternative method to communicate to the other :)
thanks anyway