Forum Discussion
Altera_Forum
Honored Contributor
20 years agoAccesing PC files from UART
Hi everybody, I am working in a project that requires sending datas stored in an internal register implemented into the FPGA to a file in a PC (W-XP). I think the best way is using the UART (11...
Altera_Forum
Honored Contributor
20 years ago --- Quote Start --- fp=fopen("/prueba/test.txt", "r"); i don't understand one thing how do you excpect the cpu to recognize "/prueba/test.txt"? it doesn't share the same file system as your pc