Code:
Hserin [WAIT("U"),STR IncomingData\9]
'This one waits forever for the correct string to arrive.


Hserin 100, Jump, [WAIT("U"),STR IncomingData\9]
'This one waits for the correct string for 100ms and then if not received jumps to Jump label.

Jump: