Hi
I receive ascii data from the serial port which consists of only 0 to 9, /005, /004 and spaces between values, but sometimes the harware get spikes from the electric motors and then the recorder add some funny characters.
I need to check the string PortData = "" to see that only the above exists and nothing else.
I can check the string for the above characters, but how do you see if something else is in there?
thanks