emelianov / modbus-esp8266

Most complete Modbus library for Arduino. A library that allows your Arduino board to communicate via Modbus protocol, acting as a master, slave or both. Supports network transport (Modbus TCP) and Serial line/RS-485 (Modbus RTU). Supports Modbus TCP Security for ESP8266/ESP32.
Other
534 stars 188 forks source link

Arduino compatibility #235

Closed Fluxanode closed 2 years ago

Fluxanode commented 2 years ago

Is this lib only for esp8266 or will it run on any arduino? I would like to use for Teensy.

emelianov commented 2 years ago

The library is not tested with Teensy but it should work.