I have a prototype device that is feeding data into the serial port of my laptop. That is where the scope of my design ends, however I need to display the data recieved on a graph (x = time, y = hex value) to show I have suceeded. I have a program that will at least rip the data from the port and save it to file, but no display. Does anyone know of such a free program, or free to try that will allow me to do this rather than writing a Matlab or LabVIEW tool to display the data? I am looking at plotting 500K samples so a scolling window would be preffered.
2006-09-09
21:51:52
·
3 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Programming & Design
None of the answers help yet. Answer one is close, however I do not want to analyse IP packets. Only RS232 packets from my serial port, not ethernet port. Answer two, I can already do that and I can see the data, additionaly binary can be seen using hyperterminal, however the characters displayed will not make sense.
My data represents 1 byte values that represent and anologue signal, so I want to view this on a graph. Any other help, or even pointers to a good Matlab site with heaps of code to exploit. Cheers
2006-09-11
00:14:24 ·
update #1