Locked I2C communication in .Net Micro Framework

Locked

  • Tuesday, September 11, 2007 10:39 AM
     
     

     

    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~

All Replies