09-10-2008 04:02 PM
I have a VI that is returning a string from a serial connection. The attaached file is what it is returning.
The numbers after the 224 represent the pressure. I am not sure why it is returning an extra character each time it read in my loop but that shouldnt matter for what I need done.
The pressure is every number after the 224. I need to remove the numbers 224 and all the previous characters so that I am left with just the pressure. Any thoughts on how to do this? Is it at all possible without a loop? In other words, I need only the last 8 characters of the string. Thanks in advance.
09-10-2008 04:49 PM