send "this", expect "that", if true, do "the other" I initialize com ports and want to parse the stream, like EC2.0N+B1=ffff+ of nonsense chars, and have an array to lookup what to do upon exact literal char string.
I know my char end character, "+" but all strings are of different length. if it sees a "B1" and "=" then the next 4 chars must be converted ascii to hex and displayed on this box over here, (which I already labelled)
its simple using tcl/tk and expect, but I have no clue how this gets done using labview, even tho I took a course in this before.
looking at the help and texts, it seems almost impossible, but that cant be the case?
I can output text using concatenate st
ring with a CR+LF, wiring that to my "port write vi" inside some sequence structure...
but taking 115K streaming data from the com port and parsing it? im lost, help!