Digital I/O

cancel
Showing results for 
Search instead for 
Did you mean: 

How to read FPGA FIFO data using C# programming

While researching how to read FPGA FIFO data using C# programming, I came across a guide that suggests installing the NI RIO driver and referencing NationalInstruments.Rio.dll in your project. The guide provided the following code for implementation.

 

 

lllddd_1-1736473628936.png

 

 
  1. Is the above code a viable method?

  2. If it is a viable method, I cannot locate NationalInstruments.Rio.dll after installing the NI RIO driver. Where can I find it?

  3. If it is not a viable method, what are the alternative ways to read FPGA FIFO data using C# programming?

 

0 Kudos
Message 1 of 2
(91 Views)

I wonder why did you get the example for C#?

Officially the API is only offered in LabVIEW, C/C++ and Python. Programming Languages to Interface with an NI FPGA

-------------------------------------------------------
Control Lead | Intelline Inc
0 Kudos
Message 2 of 2
(24 Views)