Forum Discussion
MG007
New Contributor
2 years agoHow to write data in a file from FPGA
Hello, I am a beginner using Quartus and programming FPGA. I need to implement a binary search on FPGA and record the result of the search in a file (a 7 binary code each time). Below is the implem...
_AK6DN_
Frequent Contributor
2 years agoHave you installed any Windows serial terminal program. There are a few listed here ...
https://learn.adafruit.com/windows-tools-for-the-electrical-engineer/serial-terminal
PuTTY is pretty common, been around for a long time.
Personally I use a program called TeraTerm https://en.wikipedia.org/wiki/Tera_Term
its been around for 30+ years now. Runs fine on Windows 10.
You probably want to send your data as printable ascii text (ie numbers) to make it
easy to capture and save, but raw binary would work also.
MG007
New Contributor
2 years agoThank you for the reply. I will check the softwares recommended.
Thanks for the help!