Skip to content

Commit 2ac8d32

Browse files
committed
README updated
1 parent 182cd0e commit 2ac8d32

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

README.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,23 @@ README
33

44
Overview
55
--------
6-
This is an Arduino library for communicating with Modbus server over Ethernet (via TCP protocol).
6+
This is an Arduino library for communicating with Modbus server over Ethernet (via TCP protocol). Arduino will act as a Modbus client and request data from Modbus Server(which could be any device or PLC).
77

8+
Hardware
9+
--------
10+
This library has been tested with an Arduino [Mega](https://www.arduino.cc/en/Main/ArduinoBoardMega) with following Compatible Ethernet ICs.
11+
12+
1. Wizent W5100 - [Ethernet library](https://www.arduino.cc/en/Reference/Ethernet).
13+
2. ENC28J60 - [UIPEthernet library](https://github.com/UIPEthernet/UIPEthernet).
14+
15+
Note: It can be made compatible with Wiznet W5500 model, by adding new [Ethernet2 library](https://github.com/adafruit/Ethernet2) in the header file.
16+
17+
Settings
18+
--------
19+
Depending on the ic used set the following Macros.
20+
21+
1. define WIZNET_W5100 = 0
22+
2. define ENC28J60 = 1
823

924
Features
1025
--------
@@ -29,10 +44,5 @@ Registers
2944

3045

3146

32-
Hardware
33-
--------
34-
This library has been tested with an Arduino [Mega](https://www.arduino.cc/en/Main/ArduinoBoardMega) with following Compatible Ethernet ICs.
3547

36-
1. Wizent W5100 - [Ethernet library](https://www.arduino.cc/en/Reference/Ethernet).
37-
2. ENC28J60 - [UIPEthernet library](https://github.com/UIPEthernet/UIPEthernet).
3848

0 commit comments

Comments
 (0)