• software implementation of uart in 8051
    Implementation of software serial uart in 8051 ---can anyone suggest how to do it ..
  • 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...
  • Xc167 software reset implementation
    Hello buddies, worry for disturbing but I almost died in attempts to run software resset when my program freezes. Rly need som1s help. I know exatcly moment when my programm has to be reseted, But I...
  • Software uart
    Hello, I need to implement a software uart on a XC167. I'm searching for a exemple for RX/TX and i've only found a portion of code. Does anybody have a full code exemple ?
  • Software UART
    Hi All, I am trying to write software UART in C51. I manage to receive some thing but not the right character I sent. I think I have sync problem but it is hard to debug it. I will be glad if someone...