esp-idf/components/freemodbus
aleks 44832d2379 freemodbus: increase max priority of modbus tasks
allows to avoid issues with modbus processing when higher priority tasks are used in user application
2021-05-25 16:31:04 +02:00
..
common uart: multichip support 2019-06-20 11:32:22 +08:00
modbus freemodbuss: fix event processing after merge 2021-03-19 23:00:03 +01:00
port freemodbus: fix event processing failure after destroy 2021-05-10 08:43:42 +02:00
serial_master freemodbuss: fix event processing after merge 2021-03-19 23:00:03 +01:00
serial_slave freemodbus: fix mb controller parity propagation issues 2021-02-17 14:05:14 +01:00
CMakeLists.txt cmake: some formatting fixes 2019-06-21 19:53:29 +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-25 16:31:04 +02:00
README.rst freemodbus: add comments for limitation in current version of freemodbus 2020-06-08 08:39:49 +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.