looks like incorrect syntax , should be like thisI2CWRITE SDA, SCL,com,$40,"hello"
to display x (assume pbp3)Code:I2CWRITE SDA, SCL,com,[$40,"hello"]
[/CODE]Code:buff var byte[16] ARRAYWRITE buff,[dec3 x] I2CWRITE SDA, SCL,com,[$40,str buff"]
Bookmarks