Skip to content

Commit 67361bf

Browse files
Update content/learn/05.communication/07.modbus/modbus.md
Co-authored-by: Karl Söderby <[email protected]>
1 parent aeef9ac commit 67361bf

File tree

1 file changed

+1
-1
lines changed
  • content/learn/05.communication/07.modbus

1 file changed

+1
-1
lines changed

content/learn/05.communication/07.modbus/modbus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ float readVoltage() {
106106

107107
The following section gives an overview of Modbus compatible Arduino boards and the libraries that you can use to enable Modbus protocol capability. Depending on the hardware you are using, the libraries might vary, therefore it is important to always check your device specifications. As this article does not cover all types of Modbus implementation and mostly focuses on Modbus RTU, the following section includes more references to read about the different types of implementation in more detail.
108108

109-
### Modbus compatible Boards
109+
### Modbus Compatible Hardware
110110
- all boards compatible with the [MKR 485 Shield](https://docs.arduino.cc/hardware/mkr-485-shield) and the [MKR ETH Shield](https://docs.arduino.cc/hardware/mkr-eth-shield)
111111
- all boards compatible with the [Ethernet Shield Rev2](https://docs.arduino.cc/hardware/ethernet-shield-rev2)
112112
- [Portenta Machine Control](https://docs.arduino.cc/hardware/portenta-machine-control)

0 commit comments

Comments
 (0)