Jaffry
Member level 1
Hi all,
I have a program in c++ that communicate with the FPGA device, I tried its console version, it works fine.
Now the next target is to get every thing in GUI, I am taking data from ADC using FPGA,
some of the parameters are for example, drawing that data in the graph form (now I am storing it in text file, and using ORIGIN software to check and draw the signals). Then other parametes of ADC that I can change using console (since functions are there), but could not get idea about how to do in GUI.
I am using Visual Studio 2010. Also what is better for this purpose, C++ or C#, I am accustomed to C++ but till now have not used C#
Thanks in advance
Jaffry
I have a program in c++ that communicate with the FPGA device, I tried its console version, it works fine.
Now the next target is to get every thing in GUI, I am taking data from ADC using FPGA,
some of the parameters are for example, drawing that data in the graph form (now I am storing it in text file, and using ORIGIN software to check and draw the signals). Then other parametes of ADC that I can change using console (since functions are there), but could not get idea about how to do in GUI.
I am using Visual Studio 2010. Also what is better for this purpose, C++ or C#, I am accustomed to C++ but till now have not used C#
Thanks in advance
Jaffry