Now Then Steve...

Did it a lazy way.... But hey it works now !!!



Code:
Main:
 
    SERIN2 portb.1,84, [WAIT($02), STR buf\10]	' Read RFID

    IF ("C" = buf(9)) and ("9" = buf(8))THEN loc1
    IF ("C" = buf(9)) and ("2" = buf(8))THEN loc2
    IF ("A" = buf(9)) and ("C" = buf(8))THEN loc3
    IF ("3" = buf(9)) and ("C" = buf(8))THEN loc4

    goto main
I know it rough... But I can see how it works !!!