Hello:
I have a eZdsp-2407 eval board from spectrum and wrote an application that outputs 7 A/D channels thru the serial port to a PC (CSV format) and then using Excel I plot the data for all the capture channels.
I would like to plot the same data for each of the A/D channels on the piccolo or concerto experimenter board.
Do you ave any sample code to do this with the piccolo or the concerto?
Is there an application written in C# (or other language for visual studio) that will allow me to get and plot the A/D channels real time (or store the data), instead of using excel?
Thank you
Julio
Accessing serial ports in C# is fairly easy. Dot Net framework 2.0 onwards has a serial port class.
There are many freely available libraries in the web for parsing CSV data in C#. (Do a google search).