0

I have a Modbus-TCP stack and a C++ wrapper(application) on top of that stack... This C++ application is running smoothly.

Now I want to go for Modbus-RTU capabilities as well.

So my question is... Will RTU and TCP co-exist under a common C++ wrapper mentioned above ?

  • I dont think this can be answered without more info on your "common C++ wrapper". It would be possible to write a "wrapper" that supports both RTU and TCP but the info needed to establish a connection usually (RTU over TCP is possible) varies (e.g. IP address vs port/baud etc). – Brits Apr 11 '23 at 20:47

0 Answers0