Skip to content

Commit f2552b5

Browse files
committed
minor changes
1 parent fc7740d commit f2552b5

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: "Hannes Siebeneicher"
66

77
This article contains information about the Modbus serial communication protocol and how it can be used together with Arduino hardware. The different elements are highlighted and compatible libraries and boards are shown together with code examples. 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.
88

9-
### Modbus Compatible Hardware
9+
### Modbus compatible hardware
1010
- 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)
1111
- all boards compatible with the [Ethernet Shield Rev2](https://docs.arduino.cc/hardware/ethernet-shield-rev2)
1212
- [Portenta Machine Control](https://docs.arduino.cc/hardware/portenta-machine-control)
@@ -118,7 +118,7 @@ float readVoltage() {
118118

119119
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.
120120

121-
### Read More
121+
### Read more
122122
- https://www.se.com/us/en/faqs/FA168406/
123123
- https://modbus.org/
124124
- https://www.csimn.com/CSI_pages/Modbus101.html

0 commit comments

Comments
 (0)