Skip to content

Commit c960b7b

Browse files
authored
support automated flow control
1 parent 278b989 commit c960b7b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ Get the hardware (cheap clones from China are sufficient) and connect together:
4646
* Arduino Nano, Uno or Mega (and possibly other). On Mega you have to configure Serial in ADVANCED SETTINGS in the sketch.
4747
* W5100, W5200 or W5500 based Ethernet shield (for Nano, I recommend W5500 Ethernet Shield from RobotDyn)
4848
* TTL to RS485 module:
49-
- with hardware automatic flow control (recommended)
50-
Arduino <-> Module
51-
Tx1 <-> Tx
52-
Rx0 <-> Rx
53-
- with flow controlled by pin (such as MAX485 module):
54-
Arduino <-> MAX485
55-
Tx1 <-> DI
56-
Rx0 <-> RO
57-
Pin 6 <-> DE,RE
49+
- with hardware automatic flow control (recommended)<br>
50+
Arduino <-> Module<br>
51+
Tx1 <-> Tx<br>
52+
Rx0 <-> Rx
53+
- with flow controlled by pin (such as MAX485 module)<br>
54+
Arduino <-> MAX485<br>
55+
Tx1 <-> DI<br>
56+
Rx0 <-> RO<br>
57+
Pin 6 <-> DE,RE
5858

5959
Download this repository (all *.ino files) and open arduino-modbus-rtu-tcp-gateway.ino in Arduino IDE. Download all required libraries (both are available in "library manager"). If you want, you can check the default factory settings (can be later changed via web interface) and advanced settings (can only be changed in sketch). Compile and upload your program to Arduino. Connect your Arduino to ethernet, connect your Modbus RTU slaves to MAX485 module. Use your web browser to access the web interface on default IP http://192.168.1.254 Enjoy :-)
6060

0 commit comments

Comments
 (0)