This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Implementig I2C in AT89C51

Hi, has someone tried implmenting I2C in AT89C51? Did it work? If yes, can you give me some tips in order to get a succesful communication,please?

Thanks for your help

Parents
  • No , I2C is not essential , we had try using Serial communication but for some reason is not working , the microcontrollee does not recognize serial inputs. I have simulated in proteus and is working fine , but in real life it does not work. So I have to try another way

    a classic beginner mistake, can not make something work, so try something completely different

    another classic beginner mistake indicated by the above is trying to run the TTL outputs from the processor as RS232 - do you ned to add a MAX232(equivalent)?

Reply
  • No , I2C is not essential , we had try using Serial communication but for some reason is not working , the microcontrollee does not recognize serial inputs. I have simulated in proteus and is working fine , but in real life it does not work. So I have to try another way

    a classic beginner mistake, can not make something work, so try something completely different

    another classic beginner mistake indicated by the above is trying to run the TTL outputs from the processor as RS232 - do you ned to add a MAX232(equivalent)?

Children