Hello Unregistered ,
Originally Posted by Fanias 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. Originally Posted by Fanias 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.
Addr=0 I2cwrite memsda,memscl, $a0, addr, [str text\5]
I2cwrite, memsda, memscl, $a0, addr, [text[0], text[1],......, text[4]]
Forum Rules
Bookmarks