Fixed README and CHANGELOG

This commit is contained in:
Victor Antonovich 2016-04-25 18:13:13 +03:00
parent af7a5fbf8f
commit 2676b6e886
2 changed files with 11 additions and 9 deletions

View File

@ -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 <nitr0@seti.kr.ua>).
- RTU response receiving by length (thanks to Andrew Denysenko <nitr0@seti.kr.ua>).
@ -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

View File

@ -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 (<v.antonovich@gmail.com>)
Credits:
--------
Andrew Denysenko <nitr0@seti.kr.ua>:
Andrew Denysenko (<nitr0@seti.kr.ua>):
- 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.
This project is distributed under the BSD license. See the [LICENSE](LICENSE) file for the full license text.