Skip to content

Commit 740b942

Browse files
authored
Update with a trademark and tittle section
Update with a trademark and a small change on a tittle section to put Modbus RTU instead of Modbus RS485 as name
1 parent fdeaf97 commit 740b942

File tree

1 file changed

+4
-4
lines changed
  • content/hardware/05.pro-solutions/solutions-and-kits/opta/tutorials/getting-started-with-rs485

1 file changed

+4
-4
lines changed

content/hardware/05.pro-solutions/solutions-and-kits/opta/tutorials/getting-started-with-rs485/content.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Getting Started with Modbus RTU and RS485 on Arduino Opta'
3-
description: "Learn how to make use of the Arduino Opta's Modbus RS485 protocol"
3+
description: "Learn how to make use of the Arduino Opta's Modbus RTU RS485 protocol"
44
difficulty: beginner
55
tags:
66
- Getting started
@@ -19,7 +19,7 @@ hardware:
1919

2020
## Overview
2121

22-
The Arduino Opta is equipped with the industry standard RS485 interface. Making use of this feature is made easy with the help of the Arduino IDE and the [ArduinoRS485 library](https://www.arduino.cc/reference/en/libraries/arduinors485/). This tutorial will go through the steps to get the Modbus RTU protocol up and running using two Optas connected via RS485 and the Arduino IDE. Going through some important functions in the library and show an example sketch that makes use of the library and RS485 interface.
22+
The Arduino Opta® is equipped with the industry standard RS485 interface. Making use of this feature is made easy with the help of the Arduino IDE and the [ArduinoRS485 library](https://www.arduino.cc/reference/en/libraries/arduinors485/). This tutorial will go through the steps to get the Modbus RTU protocol up and running using two Optas connected via RS485 and the Arduino IDE. Going through some important functions in the library and show an example sketch that makes use of the library and RS485 interface.
2323

2424
## Goals
2525

@@ -45,7 +45,7 @@ To make it easier to use the RS485 protocol with Opta let's make use of a librar
4545

4646
If you want a more in-depth article that explains the entirety of what a Modbus and RS485 protocol is, take a look at our [Modbus article](https://docs.arduino.cc/learn/communication/modbus).
4747

48-
### Using Modbus RS485 on Opta
48+
### Using Modbus RTU on Opta
4949

5050
The sender sketch will run a RS485 connection between your two devices and it will let you send a message over the serial monitor to the receiving device. The receiving device, which will be a Opta in this example, will then take the message, open or close the corresponding relay and turn on or off a LED. If you send the number 0 through the serial monitor, the receiving Opta will open or close relay 1 depending on it's current status, while turning on or off a status LED.
5151

@@ -168,4 +168,4 @@ Now that you are familiar with the Modbus RTU communication protocol on the Opta
168168

169169
If you wish to incorporate connectivity in your Opta solutions, have a look at the [Connectivity on Opta tutorial]().
170170

171-
If you are interested in seeing the RS485 protocol being put to work in a real life scenario, have a look at our [Tank levels application note for the Opta]().
171+
If you are interested in seeing the RS485 protocol being put to work in a real life scenario, have a look at our [Tank levels application note for the Opta]().

0 commit comments

Comments
 (0)