Quote Originally Posted by Ioannis View Post
The correct syntax of the STR in the command is STR I2C\count.

So what you are trying to do, send after specific point, 32 bytes of data, will not work.

Use a temp array to transfer the data you want and then use the I2CWrite command. See page 162 of the manual.

Ioannis
Thanks for your reply.

of course i solved it in other way.
the purpose was to make it easier :-).

attached the code i made, it working perfect.
ExternalEepromWrite.txt