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

/b

hello
i have problem in my project
how to receive 14 bit data on the rxd pin of microcontroller?

can anybody give the source code for that.

anybody help me.....

Parents
  • "start 12 databits and 1 stop bits"

    No, there is no standard 8051 hardware feature to handle that.
    In fact, I'm not sure that there's any standard UART at all which could handle that?

    You should contact the module supplier for suggestions!

    Try searching for "Software UART" or "Soft UART" - and adapt that code to the required number of bits.

    "Bit-bang" would be another keyword for searching...

Reply
  • "start 12 databits and 1 stop bits"

    No, there is no standard 8051 hardware feature to handle that.
    In fact, I'm not sure that there's any standard UART at all which could handle that?

    You should contact the module supplier for suggestions!

    Try searching for "Software UART" or "Soft UART" - and adapt that code to the required number of bits.

    "Bit-bang" would be another keyword for searching...

Children