I am trying to make a script that will listen on the com port for certain messages and then call a process. I tried this:
While 1
when target 0 " String 1 " call myproc
when target 0 " String 2 " call myproc
when target 0 " String 2 " call myproc
endwhile
myproc
...
endproc
It didn't pick...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.