Hi,
You're quite right Richard!
It works provided that x in this case IS declared as a byte (which it was in your code of course)
x = Reading >> 4
HSEROUT["Reading: ", SDEC Reading, " X: ",...
Type: Posts; User: HenrikOlsson; Keyword(s):
Hi,
You're quite right Richard!
It works provided that x in this case IS declared as a byte (which it was in your code of course)
x = Reading >> 4
HSEROUT["Reading: ", SDEC Reading, " X: ",...
Hi,
Shooting from the hip a bit here....
Since the ATN expects 8bit two's complement values I'm not sure it's going to work when you give it your x and y variables since they are both 16bit...