UART on iMX 6 to HDLC mode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
-----------------------------------------------------------------------------------------------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Igor,
Thank you for your quick reply.
Is there any AHDLC driver available for iMx6 in linux ?
Regards,
Vishakh.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Vishakh
unfortunately there is no uart hdlc driver
Best regards
igor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Igor,
Is there any reference driver available for AHDLC potocol (any platform, where its implemented without HW support)?
Thanks,
Vishakh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Basically, if we have some reference we can port the driver to iMx6.
