-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Hi, I'm Vincenzo and I'm new to arduino word.
In my first job with Arduino I used your Modbus Slave RTU library and it is truly exceptional, simple and effective; compliments.
I have to implement the ModBus TCP slave communication and I found your library for ESP32, but unfortunately I can't adapt it for arduino with ethernet (actually I use Teensy 4.1 with "NativeEthernet.h" but it is similar to arduino "Ethernet.h") . Could you help me?
I tried to search on the internet for other libraries (for example "ArduinoModbus.h") but in my opinion they are too complicated, especially as regards the data management of the Modbus server. You in your libraries ask that there are dedicated functions for each modbus function and so it is simple and intuitive to analyze / update the data.
Thanks in advance
PS: sorry for my elementary english