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 agoFor receiving datas to the pc I did not write any C-code. I just used the hyperterminal aplication that you can find with Windows XP. This opens a console that can be configured easily to stablish a communication with serial port. After, you can send datas from the FPGA to a text file with the same program
Good luck!