LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Connection of fpga board and labview

I have one FPGA board that contain MCU(ATSAM4E8CA-CU) and Xilinx FPGA chip (XC7K160T).

And I want to connect this device with Labview and control some register value to test DUT.

Are there any method to connect FPGA board to Labview?

The FPGA board is connected to PC via USB micro-B.

Please guide me.

 

0 Kudos
Message 1 of 2
(998 Views)

Does that USB port implement a virtual serial port? If so you can communicate to the device using NI-VISA in LabVIEW. This does require some application on your board to run, which is listening on the serial port for commands you send to it from LabVIEW. And obviously both sides need to agree on a command-response protocol to use.

 

If that is not what you want to do, you need to explain a lot more what you have in mind!

Rolf Kalbermatter
My Blog
0 Kudos
Message 2 of 2
(968 Views)