This tool make a tcp-to-serial bridge to communicate to an arduino wih multiples clients. It does just writes anything that come on the server sockets to the arduino ...
What is it good for? Allows you to connect your Modbus RTU slaves (such as sensors, energy meters, HVAC devices) to Modbus TCP/UDP masters (such as monitoring systems, home automation systems). You do ...
先日、購入した直後に利用した後、しばらく放置していた Ethernet 通信ができる ESP32 の開発ボードを改めて利用する機会があり、その際に lwIP 周辺について調査したことをまとめておきたいと思います。 lwIPについて lwIP こと Lightweight IP ですが、組み込み ...
The functions in my Mini-Arduino-TCP library (TCPClient_Connect, TCPClient_Close, TCPClient_Send) contain the ASCII commands sent to the ESP8266. For the commands in the rudimentary MQTT library ...