Skip to content

Commit 94364d0

Browse files
committed
Text update
1 parent 4bd9f0b commit 94364d0

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ Modbus Library for ESP8266
44
This library allows your ESP8266 to communicate via Modbus protocol. The Modbus is a master-slave protocol
55
used in industrial automation and can be used in other areas, such as home automation.
66

7-
The Modbus generally uses serial RS-232 or RS-485 as physical layer (then called Modbus Serial) and
8-
TCP/IP via Ethernet or WiFi (Modbus IP).
7+
The Modbus generally uses serial RS-232 or RS-485 as physical layer (then called Modbus Serial) and TCP/IP via Ethernet or WiFi (Modbus IP).
98

10-
In the current version the library allows the Arduino operate as a slave, supporting Modbus over IP. For more information about Modbus see:
9+
In the current version the library allows the ESP8266 operate as a slave, supporting Modbus IP via wireless network. For more information about Modbus see:
1110

1211
http://pt.wikipedia.org/wiki/Modbus http://www.modbus.org/docs/Modbus_Application_Protocol_V1_1b.pdf
1312
http://www.modbus.org/docs/Modbus_Messaging_Implementation_Guide_V1_0b.pdf
@@ -58,6 +57,9 @@ Thus, only the following functions are supported:
5857
How to
5958
======
6059

60+
```
61+
This README is under development, for now, see the examples of the library.
62+
````
6163
6264
Contributions
6365
=============

README_pt_BR.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ O Modbus geralmente utiliza como meio físico as interfaces seriais RS-232 ou RS
99
(quando é chamado Modbus Serial) e TCP/IP via Ethernet ou WiFi (Modbus IP).
1010

1111
Na versão atual a biblioteca permite que o arduino opere como escravo, suportando
12-
tando Modbus IP via rede wireless. Para mais informações sobre o Modbus consulte:
12+
o Modbus IP via rede wireless. Para mais informações sobre o Modbus consulte:
1313

1414
http://pt.wikipedia.org/wiki/Modbus
1515
http://www.modbus.org/docs/Modbus_Application_Protocol_V1_1b.pdf
@@ -65,6 +65,9 @@ Dessa forma, somente as seguintes funções são suportadas:
6565
Como utilizar
6666
=============
6767

68+
```
69+
Este README está em desenvolvimento, por enquanto, consulte os exemplos da biblioteca.
70+
````
6871
6972
Contribuições
7073
=============

0 commit comments

Comments
 (0)