<?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 Full functional uart(DTR,DSR,CD,RI) implementation code  in P-Series</title>
    <link>https://community.nxp.com/t5/P-Series/Full-functional-uart-DTR-DSR-CD-RI-implementation-code/m-p/431471#M2452</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are using P1021 processor in our project. We are using Quick Engine Slow UCC protocol to implement the full functional UART which uses the pins DTR,DSR,RI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The DTR,DSR,RI are connected through GPIO pins, which has to be controlled by software. As the hardware flow control will take care of the RTS,CST,CD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know the sequence how to control the above lines using GPIOS in sequence to communicate with DCE. Please help me with useful links or any source code for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Aug 2015 06:40:11 GMT</pubDate>
    <dc:creator>naveennaga</dc:creator>
    <dc:date>2015-08-11T06:40:11Z</dc:date>
    <item>
      <title>Full functional uart(DTR,DSR,CD,RI) implementation code</title>
      <link>https://community.nxp.com/t5/P-Series/Full-functional-uart-DTR-DSR-CD-RI-implementation-code/m-p/431471#M2452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are using P1021 processor in our project. We are using Quick Engine Slow UCC protocol to implement the full functional UART which uses the pins DTR,DSR,RI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The DTR,DSR,RI are connected through GPIO pins, which has to be controlled by software. As the hardware flow control will take care of the RTS,CST,CD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know the sequence how to control the above lines using GPIOS in sequence to communicate with DCE. Please help me with useful links or any source code for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 06:40:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Full-functional-uart-DTR-DSR-CD-RI-implementation-code/m-p/431471#M2452</guid>
      <dc:creator>naveennaga</dc:creator>
      <dc:date>2015-08-11T06:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: Full functional uart(DTR,DSR,CD,RI) implementation code</title>
      <link>https://community.nxp.com/t5/P-Series/Full-functional-uart-DTR-DSR-CD-RI-implementation-code/m-p/431472#M2453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt;"&gt;Look at the following pages:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt;"&gt;&lt;A href="http://www.tldp.org/HOWTO/Serial-HOWTO-19.html"&gt;http://www.tldp.org/HOWTO/Serial-HOWTO-19.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt;"&gt;&lt;A href="http://www.z80.info/1656.htm"&gt;http://www.z80.info/1656.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt;"&gt;&lt;A href="http://www.dauniv.ac.in/downloads/EmbsysRevEd_PPTs/Chap_3Lesson04EmsysNew.pdf"&gt;http://www.dauniv.ac.in/downloads/EmbsysRevEd_PPTs/Chap_3Lesson04EmsysNew.pdf&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt;"&gt;&lt;A href="http://www.embeddedlinux.org.cn/EmbLinux/ch06lev1sec2.htm"&gt;http://www.embeddedlinux.org.cn/EmbLinux/ch06lev1sec2.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Pavel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 10:22:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Full-functional-uart-DTR-DSR-CD-RI-implementation-code/m-p/431472#M2453</guid>
      <dc:creator>Pavel</dc:creator>
      <dc:date>2015-08-12T10:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: Full functional uart(DTR,DSR,CD,RI) implementation code</title>
      <link>https://community.nxp.com/t5/P-Series/Full-functional-uart-DTR-DSR-CD-RI-implementation-code/m-p/431473#M2454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any source code in linux or&amp;nbsp; other where the full functional uart is implemented using DTR,DSR,RI as GPIO's ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 11:19:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Full-functional-uart-DTR-DSR-CD-RI-implementation-code/m-p/431473#M2454</guid>
      <dc:creator>naveennaga</dc:creator>
      <dc:date>2015-08-13T11:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Full functional uart(DTR,DSR,CD,RI) implementation code</title>
      <link>https://community.nxp.com/t5/P-Series/Full-functional-uart-DTR-DSR-CD-RI-implementation-code/m-p/431474#M2455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any updates on this !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using QE UCC in slow protocol to implement full functional UART. Can you guide with any exiting driver code which implemented full functional uart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 06:29:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Full-functional-uart-DTR-DSR-CD-RI-implementation-code/m-p/431474#M2455</guid>
      <dc:creator>naveennaga</dc:creator>
      <dc:date>2015-08-17T06:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Full functional uart(DTR,DSR,CD,RI) implementation code</title>
      <link>https://community.nxp.com/t5/P-Series/Full-functional-uart-DTR-DSR-CD-RI-implementation-code/m-p/431475#M2456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt;"&gt;Look at the following page:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt;"&gt;&lt;A href="http://www.freescale.com/infocenter/index.jsp?topic=%2FQORIQSDK%2F2151457.html"&gt;http://www.freescale.com/infocenter/index.jsp?topic=%2FQORIQSDK%2F2151457.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt;"&gt;This driver can be used as example using additional signals of the RS-232.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Pavel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 07:19:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Full-functional-uart-DTR-DSR-CD-RI-implementation-code/m-p/431475#M2456</guid>
      <dc:creator>Pavel</dc:creator>
      <dc:date>2015-08-21T07:19:36Z</dc:date>
    </item>
  </channel>
</rss>

