<?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[ISO RS485 on M5dial]]></title><description><![CDATA[<p dir="auto">Hi, So i have a ISO RS485 and i need to get modbus working on it. The primary problem im facing is that the module is UART based and by my understanding M5Dial has I2C and GPIO ports. Is it as simple as hardware serial and setting 1 and 2 pins to UART or is there something else to it<br />
Also it would be great help if there are any modbus library that can be used.<br />
Thank You</p>
]]></description><link>https://community.m5stack.com/topic/6923/iso-rs485-on-m5dial</link><generator>RSS for Node</generator><lastBuildDate>Mon, 16 Mar 2026 18:35:56 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/6923.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 24 Oct 2024 11:22:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to ISO RS485 on M5dial on Mon, 25 Nov 2024 12:55:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4037">@felmue</a> Hi, felix i got it working finally. The issue is, on platformIO the library Arduinomodbus library and ArduinoRS485 library are the arduino ones and not the m5stack ones which is why i was getting error.<br />
A fix to this was to just replace the internal files of library to the m5stack ones from github.<br />
Thank you for the help.</p>
]]></description><link>https://community.m5stack.com/post/27157</link><guid isPermaLink="true">https://community.m5stack.com/post/27157</guid><dc:creator><![CDATA[mukul_100_]]></dc:creator><pubDate>Mon, 25 Nov 2024 12:55:57 GMT</pubDate></item><item><title><![CDATA[Reply to ISO RS485 on M5dial on Fri, 22 Nov 2024 11:53:54 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/131598">@mukul_100_</a></p>
<p dir="auto">No.</p>
<p dir="auto">I think you are still on the library I incorrectly linked to in my example before.</p>
<p dir="auto">Incorrect library: <a href="https://github.com/" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/</a><strong>arduino-libraries</strong>/ArduinoRS485</p>
<p dir="auto">Library I used: <a href="https://github.com/" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/</a><strong>m5stack</strong>/ArduinoRS485</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/27127</link><guid isPermaLink="true">https://community.m5stack.com/post/27127</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Fri, 22 Nov 2024 11:53:54 GMT</pubDate></item><item><title><![CDATA[Reply to ISO RS485 on M5dial on Fri, 22 Nov 2024 11:19:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4037">@felmue</a> ,did you make any changes in the RS485.h file<br />
along these line 46<br />
#else<br />
#ifndef RS485_DEFAULT_DE_PIN<br />
#define RS485_DEFAULT_DE_PIN A6<br />
#define RS485_DEFAULT_RE_PIN A5<br />
#endif</p>
<p dir="auto">thanks,<br />
Mukul</p>
]]></description><link>https://community.m5stack.com/post/27126</link><guid isPermaLink="true">https://community.m5stack.com/post/27126</guid><dc:creator><![CDATA[mukul_100_]]></dc:creator><pubDate>Fri, 22 Nov 2024 11:19:23 GMT</pubDate></item><item><title><![CDATA[Reply to ISO RS485 on M5dial on Fri, 22 Nov 2024 09:35:19 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/131598">@mukul_100_</a></p>
<p dir="auto">yes.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/27125</link><guid isPermaLink="true">https://community.m5stack.com/post/27125</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Fri, 22 Nov 2024 09:35:19 GMT</pubDate></item><item><title><![CDATA[Reply to ISO RS485 on M5dial on Fri, 22 Nov 2024 09:24:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4037">@felmue</a> Hi felix<br />
the changes you mentioned are in the same example code that is linked above?</p>
]]></description><link>https://community.m5stack.com/post/27124</link><guid isPermaLink="true">https://community.m5stack.com/post/27124</guid><dc:creator><![CDATA[mukul_100_]]></dc:creator><pubDate>Fri, 22 Nov 2024 09:24:28 GMT</pubDate></item><item><title><![CDATA[Reply to ISO RS485 on M5dial on Thu, 21 Nov 2024 20:09:36 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/131598">@mukul_100_</a></p>
<p dir="auto">I linked the incorrect variants for RS485 and Modbus libraries. Sorry about that. I fixed the example. The libraries I used are the ones from M5Stack.</p>
<p dir="auto"><a href="https://github.com/m5stack/ArduinoModbus" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/m5stack/ArduinoModbus</a><br />
<a href="https://github.com/m5stack/ArduinoRS485" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/m5stack/ArduinoRS485</a></p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/27119</link><guid isPermaLink="true">https://community.m5stack.com/post/27119</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Thu, 21 Nov 2024 20:09:36 GMT</pubDate></item><item><title><![CDATA[Reply to ISO RS485 on M5dial on Thu, 21 Nov 2024 10:13:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4037">@felmue</a> hi felix sorry for the late reply, finally got a chance to get back to this</p>
<p dir="auto">i studied the example but not sure if i understood how to implement the master slave concept through this and also there is a error thrown in<br />
RS485Class RS485(Serial2, GPIO_NUM_1, GPIO_NUM_2, -1, -1);</p>
<p dir="auto">as there are only 4 arguments accepted by the class<br />
also serial2 needs some tweaking for esp32 right?<br />
thanks</p>
]]></description><link>https://community.m5stack.com/post/27113</link><guid isPermaLink="true">https://community.m5stack.com/post/27113</guid><dc:creator><![CDATA[mukul_100_]]></dc:creator><pubDate>Thu, 21 Nov 2024 10:13:06 GMT</pubDate></item><item><title><![CDATA[Reply to ISO RS485 on M5dial on Fri, 25 Oct 2024 18:23:20 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/131598">@mukul_100_</a></p>
<p dir="auto">please find an example <a href="https://github.com/felmue/MyM5StackExamples/blob/main/M5Dial/RS485ModbusACSSR/RS485ModbusACSSR.ino" target="_blank" rel="noopener noreferrer nofollow ugc">here</a> with M5Dial and RS485 unit controlling an ACSSR relay via Modbus protocol.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/26857</link><guid isPermaLink="true">https://community.m5stack.com/post/26857</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Fri, 25 Oct 2024 18:23:20 GMT</pubDate></item><item><title><![CDATA[Reply to ISO RS485 on M5dial on Fri, 25 Oct 2024 12:34:19 GMT]]></title><description><![CDATA[<p dir="auto">i am using platformio right now. thanks</p>
]]></description><link>https://community.m5stack.com/post/26853</link><guid isPermaLink="true">https://community.m5stack.com/post/26853</guid><dc:creator><![CDATA[mukul_100_]]></dc:creator><pubDate>Fri, 25 Oct 2024 12:34:19 GMT</pubDate></item><item><title><![CDATA[Reply to ISO RS485 on M5dial on Thu, 24 Oct 2024 11:49:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/131598">@mukul_100_</a> what software you planning to use?<br />
see uiflow2 init example<br />
<img src="/assets/uploads/files/1729770538550-dial_iso485.jpg" alt="dial_iso485.JPG" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/post/26834</link><guid isPermaLink="true">https://community.m5stack.com/post/26834</guid><dc:creator><![CDATA[robski]]></dc:creator><pubDate>Thu, 24 Oct 2024 11:49:03 GMT</pubDate></item></channel></rss>