We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in ESP32 we have different Memory:
like in lua, and other Projects they use a custom allocator, where the App Programmer can decide how to allocate.
maybe, if i have time, i make a suggestion.
The text was updated successfully, but these errors were encountered:
OR....you can just use the official ESP-Modbus library for the ESP32: https://github.com/espressif/esp-modbus
#dontreinventthewheel
Sorry, something went wrong.
no. it has reasons that we are here at libmodbus.
i know the esp-modus, and this one is not suitable for our needs. especially it is based on freemodbus not on libmodbus.
we need libmodbus for 4diac integration, and here are more than just 1 person using libmodbus on esp32.
moreover, if you program it on "C" the Interface of libmodbus is much easier to handle.
No branches or pull requests
in ESP32 we have different Memory:
like in lua, and other Projects they use a custom allocator, where the App Programmer can decide how to allocate.
maybe, if i have time,
i make a suggestion.
The text was updated successfully, but these errors were encountered: