esp-idf/components/freemodbus
2022-06-13 11:44:46 +00:00
..
common freemodbus: fix invalid error handling for duplicate param_key 2021-08-13 10:40:25 +02:00
modbus freemodbus: fix issues when modbus master and slave work simultaneously 2022-06-13 11:44:46 +00:00
port modbus: add additional timer group options for master 2022-06-13 11:44:46 +00:00
serial_master Merge branch 'bugfix/modbus_add_task_affinity_and_callbacks_v41' into 'release/v4.1' 2022-02-07 09:44:38 +00:00
serial_slave freemodbus: fix issues when modbus master and slave work simultaneously 2022-06-13 11:44:46 +00:00
CMakeLists.txt freemodbus: add modbus master ascii 2019-11-26 13:16:25 +08:00
component.mk freemodbus: Fix bug with incorrect coils read mask 2019-04-16 10:21:20 +02:00
Kconfig modbus: add additional timer group options for master 2022-06-13 11:44:46 +00:00
README.rst freemodbus: add comments for limitation in current version of freemodbus 2020-06-04 09:46:04 +02:00
sdkconfig.rename Rename Kconfig options (components/freemodbus) 2019-05-21 09:09:01 +02:00

# Modbus assumptions, dependencies and constraints

1. Current implementation of Modbus has limitation: maximum frame size should be less than 120 bytes (default UART receive FIFO full threshold value).
This limitation is removed in ESP-IDF v4.2.

2. The only one instance of Modbus port can be initialized at the same time.