Quote Originally Posted by FinchPJ View Post
...
I2CWRITE SDA, SCL, $A0, 0, [Buffer\64]
is illegal and wont work - just please use variables ONLY (not constants).

.....

I2CWRITE SDA, SCL, %10011000, %00010000, DAC
Hi Peter.
On the first example you state that it won't work because of the constants. But on the second example you are using constants! Now I got confused. Does it work or not? From my experience the control may well be a constant.

Ioannis