modbus.rst 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. ESP-Modbus
  2. ==========
  3. The Espressif ESP-Modbus Library (esp-modbus) supports Modbus communication in the networks based on RS485, Wi-Fi, Ethernet interfaces.
  4. The ESP-IDF component `freemodbus` has been moved from ESP-IDF since version v5.0 to a separate repository:
  5. * `ESP-Modbus component on GitHub <https://github.com/espressif/esp-modbus>`__
  6. Hosted Documentation
  7. --------------------
  8. The documentation can be found on the link below:
  9. * `ESP-Modbus documentation (English) <https://docs.espressif.com/projects/esp-modbus>`__
  10. Application Example
  11. -------------------
  12. The examples below demonstrate the ESP-Modbus library of serial, TCP ports for slave and master implementations accordingly.
  13. - :example:`protocols/modbus/serial/mb_slave`
  14. - :example:`protocols/modbus/serial/mb_master`
  15. - :example:`protocols/modbus/tcp/mb_tcp_slave`
  16. - :example:`protocols/modbus/tcp/mb_tcp_master`
  17. Please refer to the specific example README.md for details.
  18. Protocol References
  19. -------------------
  20. - ``https://modbus.org/specs.php``: Modbus Organization with protocol specifications.