espressif / esp-modbus

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

run both tcp and rtu slave at same time (IDFGH-7663) #8

Closed ahosny333 closed 7 months ago

ahosny333 commented 2 years ago

hi, is there any suggestion to run both RTU and TCP slave modbus at same time at same board ?

alisitsyn commented 2 years ago

Hi @ahosny333,

Unfortunately, it is not possible to use RTU slave + TCP slave on the same board for now. It is possible to use one instance of a master and one instance of a slave at the same time.

alisitsyn commented 1 year ago

This issue is related to https://github.com/espressif/esp-modbus/issues/9. This feature request is in progress and will be implemented in modbus stack v2.0.0_beta1.

alisitsyn commented 7 months ago

Closed as duplicate.