<?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 MCF5249C3  - Input Overrun in ColdFire/68K Microcontrollers and Processors</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF5249C3-Input-Overrun/m-p/146274#M3241</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;SPAN&gt;Hello Friends,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am building an application with the Coldfire MCF5249C3 Development board from Freescale.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The application is to bridge Serial and Ethernet ports.&amp;nbsp; We use uClinux with kernel 2.0 and 2.4.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I was able to write a user level program to make this bridge. But some how when I send data from the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Serial to Ethernet at baud rate greater than 38400 the data that comes on the Ethernet side is all&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;out of order and mixed up and I get a message from the kernel that "Input Overrun: ttyS1"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can we do anything to avoid it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Ajay Sharma&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Newport Electronics&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;--&lt;BR /&gt;Alban Edit: Please always include FSL Part Number in Message Subject line.&lt;/SPAN&gt;&lt;BR /&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Message Edited by Alban on &lt;/SPAN&gt;&lt;SPAN class="date_text"&gt;2007-09-17&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class="time_text"&gt;10:53 AM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 15 Sep 2007 01:48:54 GMT</pubDate>
    <dc:creator>ajaygnsharma</dc:creator>
    <dc:date>2007-09-15T01:48:54Z</dc:date>
    <item>
      <title>MCF5249C3  - Input Overrun</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF5249C3-Input-Overrun/m-p/146274#M3241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;SPAN&gt;Hello Friends,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am building an application with the Coldfire MCF5249C3 Development board from Freescale.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The application is to bridge Serial and Ethernet ports.&amp;nbsp; We use uClinux with kernel 2.0 and 2.4.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I was able to write a user level program to make this bridge. But some how when I send data from the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Serial to Ethernet at baud rate greater than 38400 the data that comes on the Ethernet side is all&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;out of order and mixed up and I get a message from the kernel that "Input Overrun: ttyS1"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can we do anything to avoid it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Ajay Sharma&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Newport Electronics&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;--&lt;BR /&gt;Alban Edit: Please always include FSL Part Number in Message Subject line.&lt;/SPAN&gt;&lt;BR /&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Message Edited by Alban on &lt;/SPAN&gt;&lt;SPAN class="date_text"&gt;2007-09-17&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class="time_text"&gt;10:53 AM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Sep 2007 01:48:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF5249C3-Input-Overrun/m-p/146274#M3241</guid>
      <dc:creator>ajaygnsharma</dc:creator>
      <dc:date>2007-09-15T01:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: MCF5249C3  - Input Overrun</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF5249C3-Input-Overrun/m-p/146275#M3242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;It sounds like you may be expecting the Ethernet side to work more quickly than it does. How are you transmitting the data? If you are transmitting a byte at a time with a TCP socket then there is a considerable amount of work going on in the stack and round trip delays for the ACKs. Buffering the data before you send it may work.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;IIRC I saw a document written by Mark Butcher (&lt;A href="http://www.utasker.com" rel="nofollow" target="_blank"&gt;www.utasker.com&lt;/A&gt;) who posts here, that explained this very well, in the context of creating a serial-&amp;gt;Ethernet bridge for uTasker.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Cheers,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Paul.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2007 16:59:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF5249C3-Input-Overrun/m-p/146275#M3242</guid>
      <dc:creator>mccPaul</dc:creator>
      <dc:date>2007-09-17T16:59:47Z</dc:date>
    </item>
  </channel>
</rss>

