• 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...
  • 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...
  • I2C Read Problem
    Hello, I am trying to write a Set of Bit Bang I2C Functions to communicate with a SRF08 Range Finder. I found some code by Grant Beattie for the HC11 and have addapted it for the 89LPC932. Now I have...