<?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: app uart in imx233 in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/app-uart-in-imx233/m-p/151283#M1180</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first, you can check the permission of the node of device...&lt;/P&gt;&lt;P&gt;ls -l /dev/ttyYSB1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 May 2012 09:07:58 GMT</pubDate>
    <dc:creator>JayZhang</dc:creator>
    <dc:date>2012-05-09T09:07:58Z</dc:date>
    <item>
      <title>app uart in imx233</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/app-uart-in-imx233/m-p/151279#M1176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;i am trying to send the data through serial port(app uart) in imx233.&lt;/P&gt;&lt;P&gt;and running the code in minicom. i got like that.&lt;/P&gt;&lt;P&gt;root@freescale ~$ ./trans&amp;nbsp;&lt;/P&gt;&lt;P&gt;open_port: Unable to open /dev/ttyUSB1 - : No such file or directory&lt;BR /&gt;write() of 4 bytes failed!&lt;BR /&gt;root@freescale ~$&lt;/P&gt;&lt;P&gt;i think ttyUSB1 is not enable. so waht i have to do. i am new for this platform.&lt;/P&gt;&lt;P&gt;please help me.....thanks in advanced!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 09:24:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/app-uart-in-imx233/m-p/151279#M1176</guid>
      <dc:creator>tarique472</dc:creator>
      <dc:date>2012-04-04T09:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: app uart in imx233</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/app-uart-in-imx233/m-p/151280#M1177</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;&amp;nbsp;&amp;nbsp;&amp;nbsp; The device you are trying to access is wrong. I dont think it will get exposed as /dev/ttyUSB1. Check how your AppUART is getting exposed in /dev/ directory. I think it will be /dev/ttySP1 or /dev/ttySP0.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balaji.V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 04:15:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/app-uart-in-imx233/m-p/151280#M1177</guid>
      <dc:creator>Balaji_ng</dc:creator>
      <dc:date>2012-05-03T04:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: app uart in imx233</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/app-uart-in-imx233/m-p/151281#M1178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;CITE&gt;Balaji said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/app-uart-in-imx233?commentId=4103961%3AComment%3A68809&amp;amp;xg_source=msg_com_forum#4103961Comment68809"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The device you are trying to access is wrong. I dont think it will get exposed as /dev/ttyUSB1. Check how your AppUART is getting exposed in /dev/ directory. I think it will be /dev/ttySP1 or /dev/ttySP0.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balaji.V&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2012 04:34:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/app-uart-in-imx233/m-p/151281#M1178</guid>
      <dc:creator>tarique472</dc:creator>
      <dc:date>2012-05-09T04:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: app uart in imx233</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/app-uart-in-imx233/m-p/151282#M1179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tarique:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; yeah, i changed the terminal &amp;nbsp;/dev/ttyUSB1 to&amp;nbsp;/dev/ttySP0. but after changing&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; while i am running the application on target, port is opening sucessfully,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; but the output is not comming in hyperterminal. so, is there any mistake in code.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; thanks in advanced.........&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Tarique&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2012 04:46:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/app-uart-in-imx233/m-p/151282#M1179</guid>
      <dc:creator>tarique472</dc:creator>
      <dc:date>2012-05-09T04:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: app uart in imx233</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/app-uart-in-imx233/m-p/151283#M1180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first, you can check the permission of the node of device...&lt;/P&gt;&lt;P&gt;ls -l /dev/ttyYSB1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2012 09:07:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/app-uart-in-imx233/m-p/151283#M1180</guid>
      <dc:creator>JayZhang</dc:creator>
      <dc:date>2012-05-09T09:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: app uart in imx233</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/app-uart-in-imx233/m-p/151284#M1181</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;&amp;nbsp;&amp;nbsp;&amp;nbsp; Check the port settings using "stty" tool. Just cross check if you have enabled software flow control in the hyperterminal, as your code has it enabled. I feel there is something to do with your serial port settings.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balaji.V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2012 11:09:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/app-uart-in-imx233/m-p/151284#M1181</guid>
      <dc:creator>Balaji_ng</dc:creator>
      <dc:date>2012-05-09T11:09:16Z</dc:date>
    </item>
  </channel>
</rss>

