mirror of
https://github.com/3cky/mbusd.git
synced 2024-12-25 16:47:36 +01:00
d04736878d
+ RTS RS-485 transmit/receive control * RTU response receiving by length * Standard exception codes for receive error (04) and timeout (0x0B)
27 lines
665 B
Plaintext
27 lines
665 B
Plaintext
0.1.1
|
|
-----------
|
|
13-sep-2003 Initial release.
|
|
|
|
0.1.2
|
|
-----------
|
|
26-sep-2003 Some changes and fixups:
|
|
|
|
* Compilation under CYGWIN now is possible.
|
|
|
|
0.1.3
|
|
-----------
|
|
18-nov-2013 Project fixes and updates:
|
|
|
|
* Updated build infrastructure (x86_64 build fixed);
|
|
* Fixed serial interface initialization under Linux;
|
|
* Default RTU client response wait timeout increased to 50 ms;
|
|
+ Added Eclipse CDT project files.
|
|
|
|
0.2.0
|
|
-----------
|
|
24-feb-2015 Merged changes by Andrew Denysenko <nitr0@seti.kr.ua>:
|
|
|
|
+ RTS RS-485 transmit/receive control
|
|
* RTU response receiving by length
|
|
* Standard error codes for receive error (04) and timeout (0x0B)
|