bertmelis / esp32ModbusTCP

Modbus client for ESP32
MIT License
84 stars 32 forks source link

SLAVE implemention ? #3

Closed yanzixiang closed 5 years ago

yanzixiang commented 5 years ago

https://github.com/yanzixiang/ArduinoModbusSlaveAsyncTCP

Do you have Interest to mix this SLAVE implemention and your esp32ModbusTCP ?

bertmelis commented 5 years ago

Always interested. However, I'm reworking this lib as it is not stable yet.

The lib is now built on the assumption that a TCP packet contains the entire modbus message at once. But this is not the case and I regularly suffer broken connections.

So untill I've solved that issue, I'm not going to spend a lot of time implementing new features.