This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RS485 ( SN65HVD3082E ) : Manchester (or biphase) encoding circuit

Guru 19645 points

Is there reference circuit of Manchester ( or biphase ) encoding?

Customer is refers to below application note page-12.

Best regards,

Satoshi

  • Hello Satoshi-san,

    Manchester encoding is often implemented in software. For example, rather than driving an output pin high for a full bit duration, an MCU may use a routine to drive it high for half a bit period and then low for the remaining half of the bit period. Similarly, a low level could be represented by a low "first half" and high "second half" of the bit. It is also possible to implement the same thing in hardware. A simple implementation would be to combine a serial data signal with its accompanying clock signal using an XOR function.

    Regards,
    Max