Forum Discussion
Altera_Forum
Honored Contributor
10 years agoStreaming data from FPGA to PC--Cyclone V GT Development Board
I have the cyclone V GT dev kit. I would like to continuously stream data from the FPGA to my PC so I can save it. The stream doesn't need to be especially fast (only 10 KB/s or so). The board has bo...
Altera_Forum
Honored Contributor
10 years agoUART suffices your need and you can either use USB-UART adapters or serial port on PC.
It is simple to write a program (In C, MATLAB, etc) to store your incoming stream. There are many terminal emulators which save the serial port stream to files.