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
  • Do you expect that the serial controller do support 14-bit mode? You haven't even specified exactly which chip you intend to use.

    A software-only implementation, constantly peeking at a digital pin must also know the chip to know how it should count time - unless you are talking about a synchronous 14-bit transfer protocol, in which case the code must look at more than one signal.

    Or where you planning on the code to auto-detect baudrate?

Reply
  • Do you expect that the serial controller do support 14-bit mode? You haven't even specified exactly which chip you intend to use.

    A software-only implementation, constantly peeking at a digital pin must also know the chip to know how it should count time - unless you are talking about a synchronous 14-bit transfer protocol, in which case the code must look at more than one signal.

    Or where you planning on the code to auto-detect baudrate?

Children