Skip to content

Commit ebc20bc

Browse files
authored
Update README.md
typo fixed in esp-modbus documentation
1 parent ce60853 commit ebc20bc

File tree

1 file changed

+2
-2
lines changed
  • examples/protocols/modbus/serial/mb_slave

1 file changed

+2
-2
lines changed

Diff for: examples/protocols/modbus/serial/mb_slave/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Configure the UART pins used for modbus communication using the command and tabl
5757
```
5858
Note: Each target chip has different GPIO pins available for UART connection. Please refer to UART documentation for selected target for more information.
5959

60-
Define the ```Modbus communiction mode``` for slave in Kconfig - CONFIG_MB_COMM_MODE (must be the same for master and slave application).
60+
Define the ```Modbus communication mode``` for slave in Kconfig - CONFIG_MB_COMM_MODE (must be the same for master and slave application).
6161
Set ```Modbus slave address``` for the example application (by default for example script is set to 1).
6262
The communication parameters of freemodbus stack (Component config->Modbus configuration) allow to configure it appropriately but usually it is enough to use default settings.
6363
See the help strings of parameters for more information.
@@ -69,7 +69,7 @@ As an example the Modbus Poll application can be used with this example.
6969
Option 2:
7070
Setup ESP32 based board and set modbus_master example configuration as described in its README.md file.
7171
Setup one or more slave boards with different slave addresses and connect them into the same Modbus segment (See configuration above).
72-
Note: The ```Modbus communiction mode``` parameter must be the same for master and slave example application to be able to communicate with each other.
72+
Note: The ```Modbus communication mode``` parameter must be the same for master and slave example application to be able to communicate with each other.
7373

7474
### Build and flash software
7575
Build the project and flash it to the board, then run monitor tool to view serial output:

0 commit comments

Comments
 (0)