FTDI Community

General Category => Discussion - Software => Topic started by: MattBurt on December 13, 2022, 02:51:27 AM

Title: FT601Q Streaming information from FPGA to file in .NET
Post by: MattBurt on December 13, 2022, 02:51:27 AM
Hi all, I'm attempting to create an application streams data on the FT601Q from an FPGA to a file and running into some issues when I'm configuring a ReadPipe to receive this information.
I'd just like to get some help with direction or maybe an example of this being done.

Thanks!
Title: Re: FT601Q Streaming information from FPGA to file in .NET
Post by: FTDI Community on December 13, 2022, 04:21:26 PM
Hello,

Please refer to our software examples here:

https://ftdichip.com/software-examples/ft600-601-software-examples/

There are Data Loopback and Data Streamer examples available in C# and C++.

Best Regards,
FTDI Community
Title: Re: FT601Q Streaming information from FPGA to file in .NET
Post by: MattBurt on December 13, 2022, 07:23:23 PM
Thanks