mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
Docs/add Chinese translation for api-reference/bluetooth/esp_gap_ble.rst, api-reference/protocols/modbus.rst, and libraries-and-frameworks/libs-frameworks.rst from scratch
This commit is contained in:
@@ -1 +1,34 @@
|
||||
.. include:: ../../../en/api-reference/protocols/modbus.rst
|
||||
ESP-Modbus
|
||||
==========
|
||||
:link_to_translation:`en:[English]`
|
||||
|
||||
乐鑫的 ESP-Modbus 库 (esp-modbus) 支持基于 RS485、Wi-Fi 和以太网接口的 Modbus 通信。
|
||||
自 ESP-IDF v5.0 版本以来, 组件 ``freemodbus`` 已被移动到单独的存储库中:
|
||||
|
||||
* `GitHub 上的 ESP-Modbus 组件 <https://github.com/espressif/esp-modbus>`__
|
||||
|
||||
托管文档
|
||||
--------------------
|
||||
|
||||
相应文档请参阅:
|
||||
|
||||
* `ESP-Modbus 文档 <https://docs.espressif.com/projects/esp-modbus>`__
|
||||
|
||||
应用示例
|
||||
-------------------
|
||||
|
||||
以下示例分别介绍了 ESP-Modbus 库的串行端口、TCP 端口的从机和主机实现。
|
||||
|
||||
- :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`
|
||||
|
||||
详情请参阅具体示例的 ``README.md`` 。
|
||||
|
||||
协议参考
|
||||
-------------------
|
||||
|
||||
- Modbus 组织与规范协议请参阅 `The Modbus Organization <https://modbus.org/specs.php>`_。
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user