Hi,
I have created a GUI using visual basic(Microsoft Visual studio 2010) which is a blackbox .
The GUI has controls like GPIO testing,ADC testing, memory testing etc.. Now,I would like to communicate the GUI with my target board.
Hence I would like to know to what has to be done inorder to communicate my GUI with my target board.
GUI example is say memory testing,Once the user selects the RAM test and the onchip SRAM memory location,once he clicks on write tab(in
our customised GUI),this write should get linked to the write SRAM routine of DSP and should write the data into the DSP SRAM memory and
the GUI should display a message as successfull write if write operation is successfull or the GUI should display write operation failed if
the write operation failed.
Can you please tell me how to acheive this?
Thanks,
Shilpa