espressif / esp-modbus

ESP-Modbus - the officially suppported library for Modbus protocol (serial RS485 + TCP over WiFi or Ethernet).
Apache License 2.0
107 stars 49 forks source link

User Configuration of Read/Write Commands in Modbus Master (IDFGH-11983) #50

Closed DomiMartinGlogi closed 8 months ago

DomiMartinGlogi commented 8 months ago

Currently the commands would be automatically determined by the library, however some devices do not support all Modbus Commands.

This PR would allow the library to send all possible Commands based on user provided Configuration. Affects both Serial and TCP.

Addresses Issue 48

CLAassistant commented 8 months ago

CLA assistant check
All committers have signed the CLA.

alisitsyn commented 8 months ago

Please see my comments here.