<?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>ColdFire/68K Microcontrollers and ProcessorsのトピックRe: UART0 to UART1 Pass-Through</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/UART0-to-UART1-Pass-Through/m-p/170468#M6307</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;Ioline wrote:&lt;BR /&gt;&lt;P&gt;Not a bad idea, but my overall goal is to link:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;UART1 (RX) -&amp;gt; UART0 (TX)&lt;/P&gt;&lt;P&gt;UART1 (TX) -&amp;gt; UART0 (RX)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is what is the best way to &lt;STRONG&gt;link&lt;/STRONG&gt; them.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;If the arrow indicates direction of flow, I think you mean UART1 (TX) &amp;lt;- UART0 (RX).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the timing is the same (baud rate, data bits, stop bits, no flow control) then the receive ISR for each uart could simply write each rx character to the tx output register of the other uart.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Otherwise you would need software ring buffers to accomodate the speed mismatch.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Apr 2009 21:43:58 GMT</pubDate>
    <dc:creator>bkatt</dc:creator>
    <dc:date>2009-04-09T21:43:58Z</dc:date>
    <item>
      <title>UART0 to UART1 Pass-Through</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/UART0-to-UART1-Pass-Through/m-p/170465#M6304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I want to link the incoming data from UART0 pins to the output of UART1 pins on a MCF5232. Anythoughts on the best way to achieve this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2009 03:30:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/UART0-to-UART1-Pass-Through/m-p/170465#M6304</guid>
      <dc:creator>Ioline</dc:creator>
      <dc:date>2009-04-08T03:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: UART0 to UART1 Pass-Through</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/UART0-to-UART1-Pass-Through/m-p/170466#M6305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you wire Tx from UART 0 and Rx from UART 1 as one serial interface, then Tx from UART1 and Rx from UART0 as a second, you could then use the AUTO_ECHO mode to send received characters from one interface directly to the other output.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2009 03:42:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/UART0-to-UART1-Pass-Through/m-p/170466#M6305</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2009-04-08T03:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: UART0 to UART1 Pass-Through</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/UART0-to-UART1-Pass-Through/m-p/170467#M6306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not a bad idea, but my overall goal is to link:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;UART1 (RX) -&amp;gt; UART0 (TX)&lt;/P&gt;&lt;P&gt;UART1 (TX) -&amp;gt; UART0 (RX)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is what is the best way to &lt;STRONG&gt;link&lt;/STRONG&gt; them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2009 04:23:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/UART0-to-UART1-Pass-Through/m-p/170467#M6306</guid>
      <dc:creator>Ioline</dc:creator>
      <dc:date>2009-04-08T04:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: UART0 to UART1 Pass-Through</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/UART0-to-UART1-Pass-Through/m-p/170468#M6307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;Ioline wrote:&lt;BR /&gt;&lt;P&gt;Not a bad idea, but my overall goal is to link:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;UART1 (RX) -&amp;gt; UART0 (TX)&lt;/P&gt;&lt;P&gt;UART1 (TX) -&amp;gt; UART0 (RX)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is what is the best way to &lt;STRONG&gt;link&lt;/STRONG&gt; them.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;If the arrow indicates direction of flow, I think you mean UART1 (TX) &amp;lt;- UART0 (RX).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the timing is the same (baud rate, data bits, stop bits, no flow control) then the receive ISR for each uart could simply write each rx character to the tx output register of the other uart.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Otherwise you would need software ring buffers to accomodate the speed mismatch.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2009 21:43:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/UART0-to-UART1-Pass-Through/m-p/170468#M6307</guid>
      <dc:creator>bkatt</dc:creator>
      <dc:date>2009-04-09T21:43:58Z</dc:date>
    </item>
  </channel>
</rss>

