3cky / mbusd

Open-source Modbus TCP to Modbus RTU (RS-232/485) gateway.
BSD 3-Clause "New" or "Revised" License
565 stars 216 forks source link

Modbus RTU slave mode #69

Closed j123b567 closed 3 years ago

j123b567 commented 3 years ago

Is it possible to run mbusd in reversed mode? So

So, basically, if there is some "dumb" mode, where mbusd just understand Modbus/RTU framing, crc and not the content and pack/unpack messages to/from TCP.

3cky commented 3 years ago

Sorry, but currently mbusd acts only as a gateway from TCP to RTU network, and reverse mode is not supported.

j123b567 commented 3 years ago

Ok, thank you.