CMB27 / ModbusRTUSlave

This is an Arduino library that implements the slave/server logic of the Modbus RTU protocol.
MIT License
71 stars 21 forks source link

Cannot be used with ESP32 #31

Closed Richard-2211 closed 9 months ago

Richard-2211 commented 9 months ago

I tried this library with ESP32 and found it to be incompatible with ESP32. Can you fix it to be compatible with ESP 32?

CMB27 commented 9 months ago

I updated the library to be compatible with the ESP32.

Make sure to get the library from GitHub. I haven't made a release of these changes yet because they are not tested. These updates are not currently available in the Arduino library manager.

Richard-2211 commented 9 months ago

Thanks for your respond!