<?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: Help with UART coding for LPC1769? in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Help-with-UART-coding-for-LPC1769/m-p/589465#M28643</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by fjrg76 on Wed Nov 02 22:34:43 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is a thing called "semihosting" that allows you to use a virtual serial channel, and it is as easy as using printf and scanf. Check this link out:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://support.code-red-tech.com/CodeRedWiki/UsingPrintf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards :)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 22:48:47 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T22:48:47Z</dc:date>
    <item>
      <title>Help with UART coding for LPC1769?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Help-with-UART-coding-for-LPC1769/m-p/589463#M28641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by jodoe on Wed Nov 02 08:21:13 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;hi, i am new to this and have trouble understanding how to code a simple program in 'C' using the lpcXpresso to send/receive data to my LPC1769 via UART using USB to UART? could someone provide a simple 'C' coding for the proper way to do so? my main beef is not knowing how to use the UART_Receive and UART_Send functions properly&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;eg using the console panel in LPCXpresso, i want to type "hello world" and make the LPC1769 board be able to display this on the OLED screen as well as see the result on the console panel in LPCXpresso via printf function?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;could someone take me through the steps, from initialising the uart, to writing the actual 'C' coding in the main.c file? i'm using semihosting redlib, and the default libaries (Lib_MCU, Lib_EaBaseBoard, Lib_CMSISv1p30_LPC17xx) which were used by the demo program which came with the baseboard, and my LPC1769 is connected via usb cables by the way.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:48:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Help-with-UART-coding-for-LPC1769/m-p/589463#M28641</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Help with UART coding for LPC1769?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Help-with-UART-coding-for-LPC1769/m-p/589464#M28642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by jodoe on Wed Nov 02 15:50:41 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;anyone??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:48:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Help-with-UART-coding-for-LPC1769/m-p/589464#M28642</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Help with UART coding for LPC1769?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Help-with-UART-coding-for-LPC1769/m-p/589465#M28643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by fjrg76 on Wed Nov 02 22:34:43 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is a thing called "semihosting" that allows you to use a virtual serial channel, and it is as easy as using printf and scanf. Check this link out:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://support.code-red-tech.com/CodeRedWiki/UsingPrintf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards :)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:48:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Help-with-UART-coding-for-LPC1769/m-p/589465#M28643</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: Help with UART coding for LPC1769?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Help-with-UART-coding-for-LPC1769/m-p/589466#M28644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by FlySnake on Wed Nov 02 23:48:07 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Here &lt;/SPAN&gt;&lt;A href="http://"&gt;http://www.coocox.org/Forum/topic.php?id=206&lt;/A&gt;&lt;SPAN&gt; you can find example of using UARTs&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:48:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Help-with-UART-coding-for-LPC1769/m-p/589466#M28644</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:48:48Z</dc:date>
    </item>
  </channel>
</rss>

