Hi All,
Does anyone know if it is possible to set UART on iMX6 to HDLC mode?
Is there any Hardware dependencies ? or
Can we implement HDLC protocol on software and use UART as a physical layer of transmission ?
Thank You.
Vishakh
Hi Vishakh
seems it is possible to implement AHDLC with conventional uart as discussed on
http://stackoverflow.com/questions/15979038/read-serial-port-hdlc
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi Igor,
Thank you for your quick reply.
Is there any AHDLC driver available for iMx6 in linux ?
Regards,
Vishakh.
Hi Vishakh
unfortunately there is no uart hdlc driver
Best regards
igor
Hi Igor,
Is there any reference driver available for AHDLC potocol (any platform, where its implemented without HW support)?
Thanks,
Vishakh
Basically, if we have some reference we can port the driver to iMx6.