budulinek / arduino-modbus-rtu-tcp-gateway

Arduino-based Modbus RTU to Modbus TCP/UDP gateway with web interface. Allows you to connect Modbus RTU slaves (such as sensors, energy meters, HVAC devices) to Modbus TCP/UDP masters (such as home automation systems). You can adjust settings through web interface.
GNU General Public License v3.0
165 stars 48 forks source link

Need Serial.isFlushed() method #1

Open budulinek opened 4 years ago

budulinek commented 4 years ago

For a reliable non-blocking Serial.write we need this is commit in Arduino core to be merged: https://github.com/arduino/Arduino/pull/3737