<?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: How do I transfer data via ETHERNET in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-do-I-transfer-data-via-ETHERNET/m-p/523771#M6407</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Pacman on Tue Apr 16 22:13:26 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;P&gt;I haven't tried using ethernet on the LPC1768 yet (but I am going to soon, I believe).&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;If you provide some more information on what you are doing, what hardware you have available and what you want, you might get some (better) answers.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;For instance...&lt;/P&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;ul&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;li&amp;gt;Which board are you using ?&amp;lt;/li&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;li&amp;gt;Which ethernet PHY is on your board.&amp;lt;/li&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;li&amp;gt;Which Ethernet library are you using (LWIP ?)&amp;lt;/li&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/ul&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;P&gt;Personally, I would probably try and use some HTTP protocol instead of UDP/SNMP, but if your skills are better than mine, I won't tell you to change your opinion. At least for a start, I'd try using HTTP, as it's easier for tests.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;If you haven't already had a look at it, try...&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;span class="Apple-style-span" style="font-family: 'Myriad Pro', Helvetica, 'Helvetica Neue', Geneva, Arial, Verdana; font-size: 13px; line-height: normal;"&amp;gt;git clone &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fgit.lpcware.com%2Flwip_lpc.git" rel="nofollow" target="_blank"&gt;http://git.lpcware.com/lwip_lpc.git&lt;/A&gt;&lt;SPAN&gt;&amp;lt;/span&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;SPAN&gt;or download &amp;lt;span class="Apple-style-span" style="font-family: 'Myriad Pro', Helvetica, 'Helvetica Neue', Geneva, Arial, Verdana; font-size: 13px; line-height: normal;"&amp;gt;&amp;lt;a title="lwip_lpc" href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fsw.lpcware.com%2F%3Fp%3Dlwip_lpc.git%26amp%3Ba%3Dsnapshot%26amp%3Bh%3DHEAD%26amp%3Bfmt%3Dzip%26amp%3Bf%3Dlatest" rel="nofollow" target="_blank"&gt;http://sw.lpcware.com/?p=lwip_lpc.git&amp;amp;a=snapshot&amp;amp;h=HEAD&amp;amp;fmt=zip&amp;amp;f=latest&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;lwip_lpc&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 18:04:27 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T18:04:27Z</dc:date>
    <item>
      <title>How do I transfer data via ETHERNET</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-do-I-transfer-data-via-ETHERNET/m-p/523770#M6406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by kevin on Thu Apr 04 10:00:37 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;P&gt;I need to make the exchange of information between my development board that is using the LPC1768 and a computer through the "ETHERNET" communication using UDP and SNMP. Since the computer is the CLIENT and the SERVER plate.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Can anyone help me somehow?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:04:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-do-I-transfer-data-via-ETHERNET/m-p/523770#M6406</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: How do I transfer data via ETHERNET</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-do-I-transfer-data-via-ETHERNET/m-p/523771#M6407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Pacman on Tue Apr 16 22:13:26 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;P&gt;I haven't tried using ethernet on the LPC1768 yet (but I am going to soon, I believe).&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;If you provide some more information on what you are doing, what hardware you have available and what you want, you might get some (better) answers.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;For instance...&lt;/P&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;ul&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;li&amp;gt;Which board are you using ?&amp;lt;/li&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;li&amp;gt;Which ethernet PHY is on your board.&amp;lt;/li&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;li&amp;gt;Which Ethernet library are you using (LWIP ?)&amp;lt;/li&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/ul&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;P&gt;Personally, I would probably try and use some HTTP protocol instead of UDP/SNMP, but if your skills are better than mine, I won't tell you to change your opinion. At least for a start, I'd try using HTTP, as it's easier for tests.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;If you haven't already had a look at it, try...&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;span class="Apple-style-span" style="font-family: 'Myriad Pro', Helvetica, 'Helvetica Neue', Geneva, Arial, Verdana; font-size: 13px; line-height: normal;"&amp;gt;git clone &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fgit.lpcware.com%2Flwip_lpc.git" rel="nofollow" target="_blank"&gt;http://git.lpcware.com/lwip_lpc.git&lt;/A&gt;&lt;SPAN&gt;&amp;lt;/span&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;SPAN&gt;or download &amp;lt;span class="Apple-style-span" style="font-family: 'Myriad Pro', Helvetica, 'Helvetica Neue', Geneva, Arial, Verdana; font-size: 13px; line-height: normal;"&amp;gt;&amp;lt;a title="lwip_lpc" href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fsw.lpcware.com%2F%3Fp%3Dlwip_lpc.git%26amp%3Ba%3Dsnapshot%26amp%3Bh%3DHEAD%26amp%3Bfmt%3Dzip%26amp%3Bf%3Dlatest" rel="nofollow" target="_blank"&gt;http://sw.lpcware.com/?p=lwip_lpc.git&amp;amp;a=snapshot&amp;amp;h=HEAD&amp;amp;fmt=zip&amp;amp;f=latest&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;lwip_lpc&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:04:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-do-I-transfer-data-via-ETHERNET/m-p/523771#M6407</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: How do I transfer data via ETHERNET</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-do-I-transfer-data-via-ETHERNET/m-p/523772#M6408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by aem.nitin on Tue Nov 04 23:32:00 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: kevin&lt;/STRONG&gt;&lt;BR /&gt;&lt;P&gt;I need to make the exchange of information between my development board that is using the LPC1768 and a computer through the "ETHERNET" communication using UDP and SNMP. Since the computer is the CLIENT and the SERVER plate.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Can anyone help me somehow?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also need to implement SNMP agent over LPC1768. Can you help me&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:04:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-do-I-transfer-data-via-ETHERNET/m-p/523772#M6408</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:04:28Z</dc:date>
    </item>
  </channel>
</rss>

