Hi.
It is necessary to organize communication with level meters using a GSM network based on "Robustel m1000 pro v2" modems. However, these modems allow communication via the Modbus RTU protocol only between two points. And I have 13 sensors. The network protocol for TCP / IP modems.
Can I create a multi-threaded chat server based on IdTCPServer and poll sensors at a specified interval?
As an alternative, I consider the components TTCP_UDPPort, TModBusRTUDriver and TPLCTagNumber from the PascalSCADA library.
After all, such a problem is somehow solved ...