esp32ModbusRTU icon indicating copy to clipboard operation
esp32ModbusRTU copied to clipboard

modbus RTU client for ESP32

Results 10 esp32ModbusRTU issues
Sort by recently updated
recently updated
newest added
trafficstars

It would be handy to have both MODBUS/RTU and MODBUS/TCP available in a single library. It looks like there could be a lot of code usable on both sides, so...

Removed the address parameter in onData and onDataToken handler calls, plus the preparational statements to provide them. The address is a partly valid reference only with function codes using it,...

The new receive mechanism and the rawRequest are working okay for me since a day now. The commits I applied in the last 24 hours were only cosmetics ;) Please...

Next turn after error fixing _onData as _onDataToken etc.

It is possible to write an example to MultiHoldingRegister, it reports me an error.

Hello, Im new to esp32 i want to implement a modbus RTU master using esp32. I took serial2 as modbus and made as per that. the esp32 initialized as master...

Hy! I have a problem when I used the writeMultHoldingRegisters() function. Serial monitor error message: ``` Guru Meditation Error: Core 0 panic'ed (LoadProhibited). Exception was unhandled. Core 0 register dump:...

Hello, trying to understand MAX485 connection to ESP32 from your schema and sketch, please help me to understand. I have ESP WROOM 32 pinnout ![image](https://user-images.githubusercontent.com/43242348/66557863-e565a400-eb52-11e9-8b60-0cc319e821f1.png) Your setup for SDM630 is...

Hi Bert, Is there any method to extract data from response and convert it to other data types? There aren't any examples /methods on this. Tried typecasting but data gets...

Hi, I am far from an expert on the matter but I found 2 versions of terminating A and B. ![2fdda3cc7cd98d10b83f8feb2a3fb80e7aec9005](https://user-images.githubusercontent.com/9937104/55666288-133cf980-584d-11e9-9fc4-eebd323789dc.jpg) The sample hardware in the readme does as in...