<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Modbus in nRF52832. How can I implement this as I could find no relevant examples.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/112342/modbus-in-nrf52832-how-can-i-implement-this-as-i-could-find-no-relevant-examples</link><description>I am trying to control the 485 relay using the 485 to ttl converter. I implemented it on arduino using the following code: 
 
 #include &amp;lt;SoftwareSerial.h&amp;gt; 
 
 #define SoftSerial_RX 10 
 #define SoftSerial_TX 11 
 
 SoftwareSerial RS485Serial ( SoftSerial_RX</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 21 Jun 2024 09:16:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/112342/modbus-in-nrf52832-how-can-i-implement-this-as-i-could-find-no-relevant-examples" /><item><title>RE: Modbus in nRF52832. How can I implement this as I could find no relevant examples.</title><link>https://devzone.nordicsemi.com/thread/489893?ContentTypeID=1</link><pubDate>Fri, 21 Jun 2024 09:16:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:43ba183d-c998-411f-941c-8649e40c869f</guid><dc:creator>Jan Kowalewski</dc:creator><description>&lt;p&gt;Hi &lt;a href="https://devzone.nordicsemi.com/members/browntoad"&gt;browntoad&lt;/a&gt; ,&lt;/p&gt;
&lt;p&gt;there is a modbus example in Zephyr (as a part of nrf-sdk): &lt;a id="" href="https://github.com/nrfconnect/sdk-zephyr/tree/v2.6.0-rc1-ncs-branch/samples/subsys/modbus"&gt;https://github.com/nrfconnect/sdk-zephyr/tree/v2.6.0-rc1-ncs-branch/samples/subsys/modbus&lt;/a&gt; - At least RTU examples have been tested on nRF52840-DK, so porting to nRF52832 shouldn&amp;#39;t be a problem with a spare UART.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>