Hello,
I have a serial data stream that has 1 of 2 possible preambles.
%10001000
%01001000
I am currently using this command:
debugin [wait(%01001000), mydata2, mydata3 ]
The problem is I am stuck in this loop if my preamble is different? I want to be able to fall through for 2 different preambles. Is there a trick command for this? I want to always monitor for serial data.
Thanks!
Nick
Bookmarks