diff --git a/CHANGELOG.md b/CHANGELOG.md index 744116d..163473d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,11 @@ ### Fixed - Function code 6 response reading error #3. -## [0.2.1] - 2015-06-08 +## 0.2.1 - 2015-06-08 ### Added - Serial port mode configuration option (-m). -## [0.2.0] - 2015-02-24 +## 0.2.0 - 2015-02-24 ### Added - RTS RS-485 transmit/receive control (thanks to Andrew Denysenko ). - RTU response receiving by length (thanks to Andrew Denysenko ). @@ -16,7 +16,7 @@ ### Changed - Standard error codes for receive error (04) and timeout (0x0B). -## [0.1.3] - 2013-11-18 +## 0.1.3 - 2013-11-18 ### Fixed - Serial interface initialization under Linux. - x86_64 build. @@ -27,9 +27,11 @@ ### Added - Eclipse CDT project files. -## [0.1.2] - 2003-09-26 +## 0.1.2 - 2003-09-26 ### Fixed - Compilation under CYGWIN. -## [0.1.1] - 2003-09-13 +## 0.1.1 - 2003-09-13 ### Initial release + +[0.2.2]: https://github.com/3cky/mbusd/compare/v0.2.1...v0.2.2 \ No newline at end of file diff --git a/README.md b/README.md index bc16535..840e4e0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ About mbusd =========== -**mbusd** is open-source [Modbus](https://en.wikipedia.org/wiki/Modbus) TCP to Modbus RTU (RS-232/485) gateway. +**mbusd** is open-source [Modbus TCP to Modbus RTU (RS-232/485)](https://en.wikipedia.org/wiki/Modbus) gateway. Features: --------- @@ -98,16 +98,16 @@ Contributing: Author: ------- -Victor Antonovich (v.antonovich@gmail.com) +Victor Antonovich () Credits: -------- -Andrew Denysenko : +Andrew Denysenko (): - RTS RS-485 data direction control - RTU response receiving by length License: -------- -This project is distributed under the BSD license. See the [LICENSE](https://github.com/3cky/mbusd/blob/master/LICENSE) file for the full license text. \ No newline at end of file +This project is distributed under the BSD license. See the [LICENSE](LICENSE) file for the full license text. \ No newline at end of file