So I just recently figured out how to communicate with a serial input device (yay me!) and now I've ran into a new problem
The device sends 1sample/second, which is fine.
The problem is that, if i create an indicator, it just changes every time i get a new signal to whatever that new number is.
How can I make it keep the old numbers, and give me the new one.
I guess if could append to a table or something.
Thanks for your help,
Cory
Cory K