<?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>LPC Microcontrollers中的主题 Re: UART   to  control   the   led</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-to-control-the-led/m-p/540831#M12142</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by liaochengyi on Sun Nov 03 09:42:13 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That Just &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. receive uart data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. parser the uart data command.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. let LED on/off.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can get the LPCxx sample code to modify it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 19:39:48 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T19:39:48Z</dc:date>
    <item>
      <title>UART   to  control   the   led</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-to-control-the-led/m-p/540827#M12138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by wzq121381 on Sun Nov 03 05:15:13 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I am&amp;nbsp; going&amp;nbsp;&amp;nbsp; to&amp;nbsp; using&amp;nbsp; the&amp;nbsp;&amp;nbsp; uart&amp;nbsp; to&amp;nbsp; control&amp;nbsp; the&amp;nbsp; led,if&amp;nbsp;&amp;nbsp; i&amp;nbsp;&amp;nbsp; using&amp;nbsp; the&amp;nbsp; uart&amp;nbsp; in&amp;nbsp; the&amp;nbsp; computer&amp;nbsp; to&amp;nbsp; send&amp;nbsp;&amp;nbsp; the 01 05 00 02 FF 00 2D FA,then&amp;nbsp; the&amp;nbsp; led&amp;nbsp; on&amp;nbsp; the&amp;nbsp; p-2-10&amp;nbsp; will&amp;nbsp; be&amp;nbsp; lighten.if&amp;nbsp; i&amp;nbsp;&amp;nbsp; send&amp;nbsp; the&amp;nbsp;&amp;nbsp; 01 05 00 02 00 00 6C 0A&amp;nbsp; ,the&amp;nbsp;&amp;nbsp; led&amp;nbsp; will&amp;nbsp; be&amp;nbsp; not&amp;nbsp;&amp;nbsp; dark.Can&amp;nbsp; you&amp;nbsp; help&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; me..&amp;nbsp;&amp;nbsp; thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:39:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-to-control-the-led/m-p/540827#M12138</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: UART   to  control   the   led</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-to-control-the-led/m-p/540828#M12139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by capiman on Sun Nov 03 06:14:58 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello wzq121381,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;this will be difficult, because we know almost nothing about your environment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We don't know your protocol, uC, software you are using.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Check if you can control your led without UART, just by setting your GPIO in main (e.g. in a while loop).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Check if P2.10 is a special pin, which perhaps needs a pull-up/pull-down (open collector pin).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:39:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-to-control-the-led/m-p/540828#M12139</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: UART   to  control   the   led</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-to-control-the-led/m-p/540829#M12140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by wzq121381 on Sun Nov 03 06:51:48 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I am&amp;nbsp; using&amp;nbsp; the&amp;nbsp; rs232,and&amp;nbsp; the&amp;nbsp; p2.10&amp;nbsp; can&amp;nbsp; be&amp;nbsp; lighten&amp;nbsp; by GPIOSetValue(2,10,1);but&amp;nbsp; I&amp;nbsp; need&amp;nbsp; to&amp;nbsp; control&amp;nbsp; it&amp;nbsp;&amp;nbsp; by&amp;nbsp;&amp;nbsp; uart&amp;nbsp; ,just&amp;nbsp;&amp;nbsp; if&amp;nbsp;&amp;nbsp; the&amp;nbsp;&amp;nbsp; uart&amp;nbsp;&amp;nbsp; send&amp;nbsp;&amp;nbsp; something ,then&amp;nbsp; the&amp;nbsp; led&amp;nbsp; will&amp;nbsp; be&amp;nbsp; control.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:39:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-to-control-the-led/m-p/540829#M12140</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: UART   to  control   the   led</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-to-control-the-led/m-p/540830#M12141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by capiman on Sun Nov 03 09:37:50 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Without giving us more input (e.g. source code and perhaps protocol description), we are not able to see if and where there is a bug, sorry.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:39:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-to-control-the-led/m-p/540830#M12141</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: UART   to  control   the   led</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-to-control-the-led/m-p/540831#M12142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by liaochengyi on Sun Nov 03 09:42:13 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That Just &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. receive uart data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. parser the uart data command.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. let LED on/off.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can get the LPCxx sample code to modify it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:39:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-to-control-the-led/m-p/540831#M12142</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: UART   to  control   the   led</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-to-control-the-led/m-p/540832#M12143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by wzq121381 on Mon Nov 04 07:05:55 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;can&amp;nbsp; you&amp;nbsp; write&amp;nbsp; the&amp;nbsp; code? I&amp;nbsp; know&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. receive uart data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. parser the uart data command.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. let LED on/off.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but&amp;nbsp;&amp;nbsp; i&amp;nbsp;&amp;nbsp; do&amp;nbsp; not&amp;nbsp; konw&amp;nbsp; how&amp;nbsp; to&amp;nbsp; write&amp;nbsp; the&amp;nbsp; code&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:39:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-to-control-the-led/m-p/540832#M12143</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: UART   to  control   the   led</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-to-control-the-led/m-p/540833#M12144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by capiman on Mon Nov 04 07:24:51 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you pay for writing the code?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:39:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-to-control-the-led/m-p/540833#M12144</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: UART   to  control   the   led</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-to-control-the-led/m-p/540834#M12145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by wzq121381 on Tue Nov 05 03:34:44 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I&amp;nbsp; am&amp;nbsp; in&amp;nbsp;&amp;nbsp; China，how&amp;nbsp; to&amp;nbsp; pay&amp;nbsp; and&amp;nbsp; how&amp;nbsp; much&amp;nbsp; do&amp;nbsp; you&amp;nbsp; want？&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:39:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-to-control-the-led/m-p/540834#M12145</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: UART   to  control   the   led</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-to-control-the-led/m-p/540835#M12146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by capiman on Tue Nov 05 04:43:09 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Clarifying via private email&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:39:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-to-control-the-led/m-p/540835#M12146</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: UART   to  control   the   led</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-to-control-the-led/m-p/540836#M12147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by wzq121381 on Tue Nov 05 05:33:51 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;my&amp;nbsp; email&amp;nbsp; &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:727835199@qq.com"&gt;727835199@qq.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:39:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-to-control-the-led/m-p/540836#M12147</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: UART   to  control   the   led</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-to-control-the-led/m-p/540837#M12148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by liaochengyi on Tue Nov 05 08:03:28 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I am from Taiwan.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Don't buy a fish. Because you will buy more fishes and always to do.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do it by yourself!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:39:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-to-control-the-led/m-p/540837#M12148</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: UART   to  control   the   led</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-to-control-the-led/m-p/540838#M12149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by capiman on Tue Nov 05 08:32:20 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Seems there is already some code available. Thread continues here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fzh-hans%2Fcontent%2Fforum%2Flpc11c24-about-uart" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/zh-hans/content/forum/lpc11c24-about-uart&lt;/A&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:39:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-to-control-the-led/m-p/540838#M12149</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:39:52Z</dc:date>
    </item>
  </channel>
</rss>

