• About software implementation of UART
    Dear: My project used Atmel AT89S52,and I need two UART channels. So,I need software implementation of asynchronous serial I/O. Who can tell me how to do?
  • 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...
  • 8051 Software UART.
    You know this should be really easy to find but for some reason I am having no luck. First off, I'm a C programmer and I am really bad at reading Assembler code. I know there is a way to write a software...
  • 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...