So now I find using b0 works fine, but a change to b1 (or any other byte) does not. Why would this be?
HI2CIN [$E0],$00,(b0): bit7=1: pause 8: HI2COUT [$E0],$00,(b0) 'Works fine
HI2CIN [$E0],$00,(b1): bit7=1: pause 8: HI2COUT [$E0],$00,(b1) 'Does not work.
Regards,
Mort.