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

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 can send me such a code (I try to look for it in the net but I didnt found any C code).


Thanks
KH

Parents
  • Thanks You All,

    I manage to operate software UART, in slow baud rate(4800) but it is satisfy.

    If anyone is working on software UART it is very helpful to toggle another GPIO before and after the sampling and to look at it in a scope.

    Again thank you all

    Kobi

Reply
  • Thanks You All,

    I manage to operate software UART, in slow baud rate(4800) but it is satisfy.

    If anyone is working on software UART it is very helpful to toggle another GPIO before and after the sampling and to look at it in a scope.

    Again thank you all

    Kobi

Children