Quote Originally Posted by Fanias View Post
You make me feel stupid , but I forgive you
Sorry, didn't mean to come across that way, just wanted to make sure my explanation was clear.


Quote Originally Posted by Fanias View Post
Code:
Addr=0
I2cwrite memsda,memscl, $a0, addr, [str text\5]
The above is not working or maybe STR is only used at "read" commands ?
This works for me instead :

Code:
I2cwrite, memsda, memscl, $a0, addr, [text[0], text[1],......, text[4]]
Not sure why [STR TEXT\5] didn't work, it should have.