Hi all, I am trying to read and process i2c data in my tcp/ip demo app. I have used the plib example and it works well (stand alone). When trying to do the same in my demo app, its not working. Below is the code that I am using : UINT8 i2cData; UINT8 i2cb..
↧