Here's the intro: My current code sends and receives packets of data. I'm needing a way to filter out unnecessary data (for what we're wanting to plot) and plot the data that is received in real-time.
I do believe that we have access to MATLAB, so maybe that would be the best solution. We would like to display multiple graphs at one time, however, and in one frame preferably. I'm guessing this could be done using the subplot function, but I'm not positive.
I'm not a very experienced programmer at all and just writing the code to send and receive these packets of data has been a burden. If anyone could point me in a direction or two, it would be much appreciated.
Thanks,
Brett