<?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: Port of FreeModbus to LPC11xx in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Port-of-FreeModbus-to-LPC11xx/m-p/1440182#M48424</link>
    <description>&lt;P&gt;I am working on a temperature measurring device.&amp;nbsp;Currently, I must do a communication with PC. UART is working great, I can send and receive any strings.&amp;nbsp;Main goal is use a Modbus RTU protocole and I got stuck with this.&lt;/P&gt;&lt;P&gt;I am using a LPC1111 demonstration project from freemodbus-v1.6 to convert for my program. I changed all VIC interrupts function to NVIC in&amp;nbsp;portserial.c, porttimer.c and portevent.c. Also I modfied&amp;nbsp;port.c and I&amp;nbsp;used portmacro.h. After compilation i get no errors, but when &amp;nbsp;I start Modbus Poll, &amp;nbsp;finally I am getting a nothing.&lt;/P&gt;&lt;P&gt;I have hope that someone help with this subject.&lt;/P&gt;</description>
    <pubDate>Thu, 07 Apr 2022 04:12:39 GMT</pubDate>
    <dc:creator>xueyuquan</dc:creator>
    <dc:date>2022-04-07T04:12:39Z</dc:date>
    <item>
      <title>Port of FreeModbus to LPC11xx</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Port-of-FreeModbus-to-LPC11xx/m-p/604307#M23531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am working on a temperature measurring device.&amp;nbsp;Currently, I must do a communication with PC. UART is working great, I can send and receive any strings.&amp;nbsp;Main goal is use a Modbus RTU protocole and I got stuck with this.&lt;/P&gt;&lt;P&gt;I am using a LPC241x demonstration project from freemodbus-v1.5.0 to convert for my program. I changed all VIC interrupts function to NVIC in&amp;nbsp;portserial.c, porttimer.c and portevent.c. Also I modfied&amp;nbsp;port.c and I&amp;nbsp;used portmacro.h. After compilation i get no errors, but when &amp;nbsp;I start Modbuss Poll, &amp;nbsp;finally I am getting a nothing.&lt;/P&gt;&lt;P&gt;I have hope that someone help with this subject.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* ----------------------- Start implementation -----------------------------*/&lt;BR /&gt;int&lt;BR /&gt;main( void )&lt;BR /&gt;{&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;eMBErrorCode eStatus;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;eStatus = eMBInit( MB_RTU, 0x0A, 0, 38400, MB_PAR_EVEN );&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;/* Enable the Modbus Protocol Stack. */&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;eStatus = eMBEnable( );&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;for( ;; )&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;( void )eMBPoll( );&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;/* Here we simply count the number of poll cycles. */&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;usRegInputBuf[0]++;&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;BR /&gt;}&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2017 10:42:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Port-of-FreeModbus-to-LPC11xx/m-p/604307#M23531</guid>
      <dc:creator>wiktor_sleziak</dc:creator>
      <dc:date>2017-02-06T10:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Port of FreeModbus to LPC11xx</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Port-of-FreeModbus-to-LPC11xx/m-p/604308#M23532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;can you please confirm the part number that you are using?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vicente&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 17:07:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Port-of-FreeModbus-to-LPC11xx/m-p/604308#M23532</guid>
      <dc:creator>vicentegomez</dc:creator>
      <dc:date>2017-02-13T17:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Port of FreeModbus to LPC11xx</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Port-of-FreeModbus-to-LPC11xx/m-p/1440182#M48424</link>
      <description>&lt;P&gt;I am working on a temperature measurring device.&amp;nbsp;Currently, I must do a communication with PC. UART is working great, I can send and receive any strings.&amp;nbsp;Main goal is use a Modbus RTU protocole and I got stuck with this.&lt;/P&gt;&lt;P&gt;I am using a LPC1111 demonstration project from freemodbus-v1.6 to convert for my program. I changed all VIC interrupts function to NVIC in&amp;nbsp;portserial.c, porttimer.c and portevent.c. Also I modfied&amp;nbsp;port.c and I&amp;nbsp;used portmacro.h. After compilation i get no errors, but when &amp;nbsp;I start Modbus Poll, &amp;nbsp;finally I am getting a nothing.&lt;/P&gt;&lt;P&gt;I have hope that someone help with this subject.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2022 04:12:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Port-of-FreeModbus-to-LPC11xx/m-p/1440182#M48424</guid>
      <dc:creator>xueyuquan</dc:creator>
      <dc:date>2022-04-07T04:12:39Z</dc:date>
    </item>
  </channel>
</rss>

