1396

Creating a TCP / IP Gateway to Serial

Setting up a TCP / IP server listening to clients, and opening a serial link (RS232 or other configurable).
Each client can issue a request that will be transferred to the serial link, with configurable wait for a response.
Practical application: a Modbus gateway server! Be able to send Modbus requests from any device via WiFi as if we had a serial link.