• 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 ..
  • RE: Software for 8051 Uart communcation
    hi, i found that there is a mistake in the delay i have provided,after a start bit a half-bit delay has to be given.and after data bits only a full bit delay is given.am giving a full bit delay for...
  • 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...
  • 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 ?