When using HSERIN, this code seems to receive the data okay but I can only get numbers to work when using if..then statements. I know I am just overlooking something so any help would be great.
This works.....
This is what I would like to do.....Code:HSERIN [Inc]
HSEROUT ["Tx Received", 10]
if inc = 1 then goto here
if inc = 2 then goto there
Code:HSERIN [Inc]
HSEROUT ["Tx Received", 10]
if inc = "something" then goto here
if inc = "somethingelse" then goto there