<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[ESP32 and  RS485]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I'm trying to use the RS485 interface on the M5Stack StampPLC (ESP32-S3 based) to transmit a test signal</p>
<p dir="auto">Problem:</p>
<p dir="auto">GPIO 0 measures 0V with a multimeter (should be 3.3V idle for UART)<br />
No signal appears on the oscilloscope — only millivolt noise<br />
Serial Monitor shows nothing (USB-CDC may not be configured)</p>
<p dir="auto">Questions:<br />
-Is GPIO 0 the correct TX pin for RS485 on StampPLC, or does it have a different pinout?</p>
<p dir="auto">-What are the correct build_flags in platformio.ini to enable USB-CDC on the ESP32-S3 variant used in StampPLC?</p>
<p dir="auto">-Is there an official StampPLC Arduino/PlatformIO example for RS485 communication?</p>
]]></description><link>https://community.m5stack.com/topic/8123/esp32-and-rs485</link><generator>RSS for Node</generator><lastBuildDate>Tue, 28 Apr 2026 23:39:55 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/8123.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 07 Mar 2026 23:28:27 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to ESP32 and  RS485 on Sun, 08 Mar 2026 21:22:58 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/alex9" aria-label="Profile: alex9">@<bdi>alex9</bdi></a></p>
<p dir="auto">it looks like yes, GPIO0 is TX pin for RS485. See pinmap <a href="https://docs.m5stack.com/en/core/StamPLC?id=pinmap" target="_blank" rel="noopener noreferrer nofollow ugc">here</a>.</p>
<p dir="auto">The platformio.ini example can be found <a href="https://docs.m5stack.com/en/core/StamPLC?id=platformio" target="_blank" rel="noopener noreferrer nofollow ugc">here</a>.</p>
<p dir="auto">Running a quick search I did not find an RS485 example, sorry.</p>
<p dir="auto">Edit: Maybe try this RS485 <a href="https://github.com/arduino-libraries/ArduinoRS485" target="_blank" rel="noopener noreferrer nofollow ugc">library</a>.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/30741</link><guid isPermaLink="true">https://community.m5stack.com/post/30741</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sun, 08 Mar 2026 21:22:58 GMT</pubDate></item></channel></rss>