Skip to content

Commit 1952be1

Browse files
Review revisions
1 parent 88e2d83 commit 1952be1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The Arduino Opta is equipped with the industry standard RS485 interface. Making
3939

4040
### Setting up With Arduino IDE
4141

42-
First make sure the latest version of the Arduino IDE is installed. Download the IDE from [here](https://www.arduino.cc/en/software) if you need help setting up the Opta with the Arduino IDE, please have a look at our [Getting started with Opta tutorial]().
42+
First make sure the latest version of the Arduino IDE is installed. Download the IDE from [here](https://www.arduino.cc/en/software) if you need help setting up the Opta with the Arduino IDE, please have a look at our [Getting started with Opta tutorial](/tutorials/opta/getting-started).
4343

4444
To make it easier to use the RS485 protocol with Opta let's make use of a library. The library is called [ArduinoRS485 library](https://www.arduino.cc/reference/en/libraries/arduinors485/), which can be found in the Arduino IDE library manager. Once installed let's take a look at a simple sketch to use for testing out the Modbus RTU protocol.
4545

@@ -62,7 +62,7 @@ Connect the sender and receiver Opta according to the image shown below.
6262

6363
### Modbus RTU RS485 Sender Sketch
6464

65-
Now upload this sketch to the device you want to designate as the sender device.
65+
Let's start by uploading the sender sketch to the device you want to designate as the sender device.
6666

6767
```arduino
6868
#include <ArduinoRS485.h>

0 commit comments

Comments
 (0)