OVMS3-idf/docs/zh_CN/api-reference/protocols
Alex Lisitsyn f0eb9985b9 examples: freemodbus port slave basic implementation
This example adds functionality to support basic communication in RS485 networks using Modbus protocol.
This example uses FreeModbus stack and regular UART driver API to communicate in RS485 half duplex mode.
Added initial support of modbus controller pure C api to access device parameters over Modbus transport.
Move freemodbus stack and port files into components folder
Move the modbus_controller interface into components idf folder
Source files updated after review.
Add modbus interface documentation docs/en/api-reference/protocols/modbus.rst
porttimer.c: fix bug with timer1 selected in the Kconfig
Add support of cmake system (added cmake files)

Closes https://github.com/espressif/esp-idf/issues/858
2018-10-17 12:47:12 +02:00
..
asio.rst asio: initial idf port of asio library without ssl 2018-07-30 06:28:43 +00:00
esp_http_client.rst Add esp_http_client 2018-05-21 09:35:07 +07:00
esp_tls.rst changes to accomodate new Doc structure 2018-04-06 17:16:27 +05:30
http_server.rst Http Server : Add a simple light weight HTTP Server Component. 2018-07-20 15:49:17 +05:30
index.rst Moved files into separate folders per 'en' and 'zh_CN' language version and linked 'zh_CN' files back to 'en' files if translation is not yet available 2018-03-13 21:57:08 +01:00
mdns.rst Moved files into separate folders per 'en' and 'zh_CN' language version and linked 'zh_CN' files back to 'en' files if translation is not yet available 2018-03-13 21:57:08 +01:00
modbus.rst examples: freemodbus port slave basic implementation 2018-10-17 12:47:12 +02:00
mqtt.rst MQTT: Integrate esp-mqtt library into idf 2018-09-12 08:00:59 +02:00