<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: rs485 on imx6ul 4.9.51 version in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/rs485-on-imx6ul-4-9-51-version/m-p/983820#M146161</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;SPAN style="color: #646464; background-color: #ffffff; font-size: 12px;"&gt; &lt;/SPAN&gt;&lt;A _jive_internal="true" data-userid="322882" data-username="ganesh.k@phytecembedded.in" href="https://community.nxp.com/people/ganesh.k@phytecembedded.in" style="color: #3d9ce7; background-color: #ffffff; border: 0px; font-weight: 600; text-decoration: underline; font-size: 12px;"&gt;Ganesh&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; I.MX UART for RS485 function is supported by imx.c , which is in path drivers/tty/serial/imx.c , which realize how to control receiving and transmitting data via CTS pin(dce) or RTS(dte).&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;here is imx.c source code:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/tty/serial/imx.c?h=imx_4.9.88_2.0.0_ga" title="https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/tty/serial/imx.c?h=imx_4.9.88_2.0.0_ga"&gt;imx.c\serial\tty\drivers - linux-imx - i.MX Linux kernel&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Here is discussions on RS485:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/519067"&gt;Strange RS485 latency of disabling driver. &lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/message/1050866"&gt;https://community.nxp.com/message/1050866&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope these informatin can help you.&lt;/P&gt;&lt;P&gt;Have a nice day!&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Weidong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jan 2020 07:08:23 GMT</pubDate>
    <dc:creator>weidong_sun</dc:creator>
    <dc:date>2020-01-09T07:08:23Z</dc:date>
    <item>
      <title>rs485 on imx6ul 4.9.51 version</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/rs485-on-imx6ul-4-9-51-version/m-p/983819#M146160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;Greeting of the day...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;I have seen the linux-imx-4.9.51, in that there is no support of rs485 half duplex on linux-imx4.9.51 kernel version.&lt;/P&gt;&lt;P&gt;Can anyone provide the patch to rs485 half duplex on this kernel version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Ganesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2020 15:51:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/rs485-on-imx6ul-4-9-51-version/m-p/983819#M146160</guid>
      <dc:creator>ganesh_k</dc:creator>
      <dc:date>2020-01-08T15:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: rs485 on imx6ul 4.9.51 version</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/rs485-on-imx6ul-4-9-51-version/m-p/983820#M146161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;SPAN style="color: #646464; background-color: #ffffff; font-size: 12px;"&gt; &lt;/SPAN&gt;&lt;A _jive_internal="true" data-userid="322882" data-username="ganesh.k@phytecembedded.in" href="https://community.nxp.com/people/ganesh.k@phytecembedded.in" style="color: #3d9ce7; background-color: #ffffff; border: 0px; font-weight: 600; text-decoration: underline; font-size: 12px;"&gt;Ganesh&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; I.MX UART for RS485 function is supported by imx.c , which is in path drivers/tty/serial/imx.c , which realize how to control receiving and transmitting data via CTS pin(dce) or RTS(dte).&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;here is imx.c source code:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/tty/serial/imx.c?h=imx_4.9.88_2.0.0_ga" title="https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/tty/serial/imx.c?h=imx_4.9.88_2.0.0_ga"&gt;imx.c\serial\tty\drivers - linux-imx - i.MX Linux kernel&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Here is discussions on RS485:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/519067"&gt;Strange RS485 latency of disabling driver. &lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/message/1050866"&gt;https://community.nxp.com/message/1050866&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope these informatin can help you.&lt;/P&gt;&lt;P&gt;Have a nice day!&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Weidong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2020 07:08:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/rs485-on-imx6ul-4-9-51-version/m-p/983820#M146161</guid>
      <dc:creator>weidong_sun</dc:creator>
      <dc:date>2020-01-09T07:08:23Z</dc:date>
    </item>
  </channel>
</rss>

