I am not familiar with C# nor .NET code. I know C and assembly only.
I need example I2C code written with the I2C Studio script that communicates with the Tracii XL at various bitrates between 100K and 105K and writes/reads 16 bytes for 1000 loops and keeps track of NAKs and displays the results.
Are there any examples that I can use?
If you know C, I would recommend to use the C++ API of our products.
There are examples in the documentation (in the installation directory). I would recommend to have a look to the master example.
I tried running the C++ example in the I2C Studio scipt, but I kept getting an error message. I was then told that the script only rins C#. We do not have the ability to compile C++ code. Will there ever be a version of I2C Studio that allows C++ to run in the script?
No, we cannot offer C++ support in the script window, because this would require a "free" C++ compiler, which is not available.
Are you sure that you do not have a C++ compiler like Microsoft´s VC6 or VC7?