andresarmento / modbus-arduino

A library that allows your Arduino to communicate via Modbus protocol, acting as a slave (master in development). Supports serial (RS-232, RS-485) and IP via Ethernet (Modbus IP).
BSD 3-Clause "New" or "Revised" License
453 stars 267 forks source link

Is it possible to use it with an Esp32-wroom with the help of Arduino IDE? #54

Open AtharZafeer opened 4 years ago

AtharZafeer commented 4 years ago

I suppose this depends on the EtherCard library used? If EtherCard is capatible with the esp32, it should work right?