FTDI Community

General Category => Discussion - Software => Topic started by: Burpee on November 29, 2022, 10:16:45 AM

Title: Utility to capture data/byte stream from FT232H device.
Post by: Burpee on November 29, 2022, 10:16:45 AM
Hi

I hope this is the correct sub forum for this post.

I plan to use a FT232H device with an FPGA as source of data as described in this application note. See figure 2.1
https://ftdichip.com/wp-content/uploads/2020/08/TN_167_FIFO_Basics.pdf

I want to stream data from the FPGA to a windows PC and capture it to a file. The data stream will be quite fast ~ 140 kilobytes per second.

My question.
Does FTDI provide a utility that capture to file a data (byte stream) coming in on USB? I did look on this page but could not really find something. https://ftdichip.com/utilities/
Or is there a third party free or paid for utility that someone can prescribe?

I would like to post process the captured stream of data after recording it for say 10 or 20 seconds.

Thanks for your help
Burpee.
Title: Re: Utility to capture data/byte stream from FT232H device.
Post by: FTDI Community on November 30, 2022, 03:51:52 PM
Hi,

You can have a look at Establishing Synchronous 245 FIFO Communications using a Morph-IC-II (https://ftdichip.com/wpcontent/uploads/2020/08/AN_165_Establishing_Synchronous_245_FIFO_Communications_using_a_Morph-IC-II.pdf). This gives an example utility you can try, along with some sample code. The sample code can be found here: https://ftdichip.com/wp-content/uploads/2020/12/Synchronous%20245%20Morph-IC-II%20Application.zip (https://ftdichip.com/wp-content/uploads/2020/12/Synchronous%20245%20Morph-IC-II%20Application.zip).

Best Regards
FTDI Community