Dear all,
I am not sure whether here is the right place to raise my question. Please help.
As I am trying to develop a I2C communication in .Net Micro Framework by C# language. To do the communication, I2CDevice in Microsoft.SPOT.Hardware is used. Is there anyone has experience in using it? I tried to write as follow, but failed:
Transaction[0] = idevice.CreateWriteTransaction(datasent);
idevice.Execute(Transaction, 100);
Please kindly give me some advice. Thank you very much~