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 ?