• How reliable is 'bit banged' I2C ?
    Hello All, Sorry if my question already thrown in the forum. I mean how reliable this 'bit banged' i2c compared to its hardware i2c counterpart ? Is there anybody has an experience using it in Industrial...
  • testapplication for bit-banged i2c
    Hi. I have built a bit-banged i2c on the 89c668 and want to test this in uVision2. The hardware i2c port is also in use and can be tested with the standard peripheriral. I would like to have something...
  • 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...
  • Reading Data using I2C
    hi i want to read the temperature using i2c is there any simplest code ? i mean just send address and read data no more
  • 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...