Forum Discussion
Altera_Forum
Honored Contributor
11 years agoThat should work if you capture binary data. But if you convert to ASCII (printf("%x")) you need 10 times the binary generation rate, which will exceed 115200 (I don't know what your actual UART rate is).
In order to use fopen and fwrite your system must have some kind of storage and a driver interface to the storage.