2018-06-28 11:45:41 -04:00
|
|
|
ESP-Modbus
|
|
|
|
==========
|
|
|
|
|
2022-02-24 06:55:14 -05:00
|
|
|
The Espressif ESP-Modbus Library (esp-modbus) supports Modbus communication in the networks based on RS485, Wi-Fi, Ethernet interfaces.
|
|
|
|
The ESP-IDF component `freemodbus` has been moved from ESP-IDF since version v5.0 to a separate repository:
|
2018-06-28 11:45:41 -04:00
|
|
|
|
2022-04-28 02:34:20 -04:00
|
|
|
* `ESP-Modbus component on GitHub <https://github.com/espressif/esp-modbus>`__
|
2018-06-28 11:45:41 -04:00
|
|
|
|
2022-02-24 06:55:14 -05:00
|
|
|
Hosted Documentation
|
|
|
|
--------------------
|
2018-06-28 11:45:41 -04:00
|
|
|
|
2022-02-24 06:55:14 -05:00
|
|
|
The documentation can be found on the link below:
|
2018-06-28 11:45:41 -04:00
|
|
|
|
2022-02-24 06:55:14 -05:00
|
|
|
* `ESP-Modbus documentation (English) <https://docs.espressif.com/projects/esp-modbus>`__
|
2020-07-21 12:34:04 -04:00
|
|
|
|
2018-06-28 11:45:41 -04:00
|
|
|
Application Example
|
|
|
|
-------------------
|
2018-10-19 09:51:27 -04:00
|
|
|
|
2022-02-24 06:55:14 -05:00
|
|
|
The examples below demonstrate the ESP-Modbus library of serial, TCP ports for slave and master implementations accordingly.
|
2018-06-28 11:45:41 -04:00
|
|
|
|
2021-08-09 07:31:45 -04:00
|
|
|
- :example:`protocols/modbus/serial/mb_slave`
|
|
|
|
- :example:`protocols/modbus/serial/mb_master`
|
|
|
|
- :example:`protocols/modbus/tcp/mb_tcp_slave`
|
|
|
|
- :example:`protocols/modbus/tcp/mb_tcp_master`
|
|
|
|
|
|
|
|
Please refer to the specific example README.md for details.
|
2018-06-28 11:45:41 -04:00
|
|
|
|
2021-08-09 07:31:45 -04:00
|
|
|
Protocol References
|
|
|
|
-------------------
|
2018-10-19 09:51:27 -04:00
|
|
|
|
2021-08-09 07:31:45 -04:00
|
|
|
- ``https://modbus.org/specs.php``: Modbus Organization with protocol specifications.
|
2020-07-21 12:34:04 -04:00
|
|
|
|
2018-10-19 09:51:27 -04:00
|
|
|
|