Merge branch 'bugfix/freemodbus_fix_long_frame_buffer_failure_backport4_0' into 'release/v4.0'
freemodbus: freemodbus fix long frame buffer failure (backport v4.0) See merge request espressif/esp-idf!8199
This commit is contained in:
6
components/freemodbus/README.rst
Normal file
6
components/freemodbus/README.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user