<?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: LPC176X RS485 does not always work</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC176X-RS485-does-not-always-work/m-p/1831727#M55695</link>
    <description>&lt;P&gt;RS485 is basically the same signals like RS232, only a different physical layer and different signal levels.&lt;BR /&gt;Which suggests the transceiver hardware on your LPC1765 board is not right. Perhaps the voltage level is not sufficient.&lt;/P&gt;&lt;P&gt;An example from the RS232 side :&lt;BR /&gt;You can often connect the UART Rx and Tx pins of a MCU board with 3.3V supply directly to a PC serial line, and the MCU would be able to receive data from the PC. The other direction did not work, because the 3.3V Tx level was insufficient.&lt;/P&gt;&lt;P&gt;I would suggest to check the transceiver signal levels with a scope.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Mar 2024 07:18:45 GMT</pubDate>
    <dc:creator>frank_m</dc:creator>
    <dc:date>2024-03-20T07:18:45Z</dc:date>
    <item>
      <title>LPC176X RS485 does not always work</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC176X-RS485-does-not-always-work/m-p/1831023#M55688</link>
      <description>&lt;P&gt;We want to use LPC1765 UART1 as RS485 interface and let the HW manage the TX/RX enable line&lt;/P&gt;&lt;P&gt;When we connect it to a PC via RS485-USB interface, using PC terminal&amp;nbsp; we can transmit and recive and its working fine.&lt;/P&gt;&lt;P&gt;When we try to connect it to another device,&amp;nbsp; the other device does not recognize our communication, even though the data is received.&lt;/P&gt;&lt;P&gt;We changed the interface from RS485 UART to simple UART + GPIO for TX/RX enable line and it works ok.&lt;/P&gt;&lt;P&gt;Any idea what can be the cause?&lt;/P&gt;&lt;P&gt;We see timing differences between the 2 communications configurations but since it is working with the PC with both of them, it seems that HW or configuration is not an issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2024 09:23:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC176X-RS485-does-not-always-work/m-p/1831023#M55688</guid>
      <dc:creator>Ronaa</dc:creator>
      <dc:date>2024-03-19T09:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: LPC176X RS485 does not always work</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC176X-RS485-does-not-always-work/m-p/1831610#M55694</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;As you said that RS485 UART can communicate to PC with or without GPIO, it means the software/hardware are okay. But the RS485 UART can not communicate to another device.&lt;/P&gt;
&lt;P&gt;1)Pls check the baudrate, if you reduce the baud rate, it is okay? I means that the bit width of&amp;nbsp; uart and another device uart must match.&lt;/P&gt;
&lt;P&gt;2)Pls try to add a delay&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xiangjun_rong_0-1710903179341.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/269353i3E39C590CA774BF2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xiangjun_rong_0-1710903179341.png" alt="xiangjun_rong_0-1710903179341.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2024 02:54:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC176X-RS485-does-not-always-work/m-p/1831610#M55694</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2024-03-20T02:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: LPC176X RS485 does not always work</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC176X-RS485-does-not-always-work/m-p/1831727#M55695</link>
      <description>&lt;P&gt;RS485 is basically the same signals like RS232, only a different physical layer and different signal levels.&lt;BR /&gt;Which suggests the transceiver hardware on your LPC1765 board is not right. Perhaps the voltage level is not sufficient.&lt;/P&gt;&lt;P&gt;An example from the RS232 side :&lt;BR /&gt;You can often connect the UART Rx and Tx pins of a MCU board with 3.3V supply directly to a PC serial line, and the MCU would be able to receive data from the PC. The other direction did not work, because the 3.3V Tx level was insufficient.&lt;/P&gt;&lt;P&gt;I would suggest to check the transceiver signal levels with a scope.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2024 07:18:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC176X-RS485-does-not-always-work/m-p/1831727#M55695</guid>
      <dc:creator>frank_m</dc:creator>
      <dc:date>2024-03-20T07:18:45Z</dc:date>
    </item>
  </channel>
</rss>

