And what happens if you do something like this?
Code:
Main:
    hserin 5000,Waiting,[hex serdata[0],hex serdata[1]]
    IF serdata[0] = $80 then
     hserout ["Got ",ihex serdata[0]," ",ihex serdata[1],13,10]
    ENDIF
    goto Main   
    
Waiting:
    hserout ["Waiting",13,10]
    Goto Main