• Software I2C in slave mode
    I want to simulate an I2C slave device using a generic 8051 MPU which doesn't have hardware I2C(not like 80C552). I know it is easy to implement software simulated I2C in master mode, but I want to turn...
  • 8051 & I2C
    Does someone have ever develop a program defining an i2c communication protocol for a 8051 ? It would help me make my AT89C51ED2 communicating with another board via i2c bus. I would be interested...
  • Implementing I2C multimaster in software
    Hi I am thinking of implementing the complete I2C Multimaster communication by software. The Microcontroller which I will be using do not have on chip I2C hardware. I know it is easy to implement the...
  • Software for 8051 Uart communcation
    Hi . I am doing a Project in 8052 McU.i need to have two serial port so i thought of writing soft UART with any two GPIO..i selected P3.2,P3.3 of 8052..can anyone help me...i got some rough idea...
  • software implementation of uart in 8051
    Implementation of software serial uart in 8051 ---can anyone suggest how to do it ..