esp-idf/components/freemodbus
Alex Lisitsyn 05d647a04a Merge branch 'bugfix/modbus_fix_invalid_error_handling_for_duplicate_param_key_v41' into 'release/v4.1'
freemodbus: fix invalid error handling for duplicate param key (backport v4.1)

See merge request espressif/esp-idf!14786
2021-09-09 05:56:33 +00:00
..
common freemodbus: fix invalid error handling for duplicate param_key 2021-08-13 10:40:25 +02:00
modbus freemodbuss: fix event processing after merge 2021-03-22 09:39:49 +00:00
port Bugfix/fix uart set rx timeout feature (backport v4.1) 2021-05-10 11:41:02 +08:00
serial_master freemodbus: fix invalid error handling for duplicate param_key 2021-08-13 10:40:25 +02:00
serial_slave freemodbus: fix mb controller parity propagation issues 2021-02-17 12:34:00 +01: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 freemodbus: increase max priority of modbus tasks 2021-05-31 12:20:15 +02: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.