You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/protocols/modbus/serial/mb_slave/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ Configure the UART pins used for modbus communication using the command and tabl
57
57
```
58
58
Note: Each target chip has different GPIO pins available for UART connection. Please refer to UART documentation for selected target for more information.
59
59
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).
61
61
Set ```Modbus slave address``` for the example application (by default for example script is set to 1).
62
62
The communication parameters of freemodbus stack (Component config->Modbus configuration) allow to configure it appropriately but usually it is enough to use default settings.
63
63
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.
69
69
Option 2:
70
70
Setup ESP32 based board and set modbus_master example configuration as described in its README.md file.
71
71
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.
73
73
74
74
### Build and flash software
75
75
Build the project and flash it to the board, then run monitor tool to view serial output:
0 commit comments