From 1fed5e8b0a36caf2c96bf647090ea43b1b5dee53 Mon Sep 17 00:00:00 2001 From: dharmik768 <43682902+dharmik768@users.noreply.github.com> Date: Thu, 16 Jul 2020 22:38:11 +0530 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3defca2..83278e1 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,18 @@ -# ElectroSoul RS485 Modbus Master Liberary for Arduino IDE +# ElectroSoul RS485 Modbus Master Library for Arduino IDE -This is ElectroSoul RS485 Modbus Master Liberary which works great and has beed tested on ElectroSoul ESP32-RS485 Modbus Gateway for Monitoring as well as Controlling various Devices over RS485. +This is ElectroSoul RS485 Modbus Master Library which works great and has been tested on ElectroSoul ESP32-RS485 Modbus Gateway for Monitoring as well as Controlling various Devices over RS485. -This Liberary makes it very simple to establish an Industrial Standard RS485 Modbus Communication with OUR ESP32-RS485 Modbus Gateway or any other Arduino compatible board in which you can use TTL to RS485 modules available. +This Library makes it very simple to establish an Industrial Standard RS485 Modbus Communication with OUR ESP32-RS485 Modbus Gateway or any other Arduino compatible board in which you can use TTL to RS485 modules available. ## Development Status -Basic Requirenment are already set for an Industrial RS485 standards with the liberary so that you can directly use the library for your Arduino + RS485 projects. +Basic Requirenment are already set for an Industrial RS485 standards with the Library so that you can directly use the library for your Arduino + RS485 projects. **UART Support** - * Liberary supports Hardware UART ✅ - * Software Serial Liberary is also supported ✅ + * Library supports Hardware UART ✅ + * Software Serial Library is also supported ✅ * Can set different baud rates ✅ * Data Bit ❌ * Parity ❌ @@ -23,7 +23,7 @@ Basic Requirenment are already set for an Industrial RS485 standards with the li * Any digital pin can be used as Direction control pin ✅ -**RS485 Function Code(FC) Supported By Liberary** +**RS485 Function Code(FC) Supported By Library** * Read Holding Registers (FC=03)✅ * read single register✅ * read multiple register❌ @@ -38,7 +38,7 @@ Basic Requirenment are already set for an Industrial RS485 standards with the li * Write Multiple Registers (FC=16)❌ -**Additional Liberary Features** +**Additional Library Features** * Can generate CRC ✅ * Validate CRC in receiving packet (Note: if CRC fail you will get -88.88) ✅ * You can set Timeout from .h file default 1 Sec (Note: if Timeout ocures you will get -99.99) ✅ @@ -56,6 +56,8 @@ You can easily fetch data over RS485 and also write data with RS485 to any slave * **/src** - Source files for the library (.cpp, .h). * **library.properties** - General library properties for the Arduino package manager. * **LICENSE.md** - Library has open source license gpl-3.0 +* **keywords.txt** - Library Keywords file +* **README.MD** License Information -------------------