• reading Data using I2C
    Hi i want to read data using I2C , just like reading temperature from any digital sensor, located at the Address 0X00, Is there a simple source code?
  • I2C read/write routines
    Hi, I am looking for simple read and write routines for I2C interface between Atmel low-end 89C2051 microcontroller and 24C04 serial EEPROM. Any help would be great . Thanks in Advance. Rocknmoon...
  • I2C Read,Write
    Hi, I have come over the problem with LCD. Thankx to all.Any one req. LCD C code can contact me by posting his/her email on this thread. Now i have connected P2.0 to SDA and P2.1 to SCL of AT24C04...
  • How to read a bit (I2C)
    Hi there, I have been doing I2C and very new to it. I already make it to work using PCF8575C. I managed to read all two bytes, but I can't seem to figure out how to only get the value of one bit...
  • I2C random read.
    Hi, I need to read and write to the location address of unsigned int.Means location beyond the unsigned char i.e 255. I am pasting the code.It works fine for the writing and reading to the location...