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 agoOn the kit there is no UART port.
You can use GPIO pins for tx & rx signals and use an adapter (USB to UART with appropriate voltage levels) which connects to USB port on PC. There are also USB ports on the board. You may set it up and use it, though it requires more work.