|
@@ -8,7 +8,9 @@ libmodbus 2.9.4 (2011-06-XX)
|
|
|
Reported by Patsy Kaye.
|
|
|
- Documentation of libmodbus functions with AsciiDoc (man and HTML) by Stéphane
|
|
|
Raimbault
|
|
|
-- New functions to send and receive raw requests
|
|
|
+- Avoid an iteration in flush function
|
|
|
+- New functions to send and receive raw requests (modbus_send_raw_request,
|
|
|
+ odbus_receive_confirmation)
|
|
|
- Fix flush function of TCP backend on Windows
|
|
|
- API changes for server/slave:
|
|
|
* modbus_receive doesn't take socket/fd argument anymore
|
|
@@ -18,10 +20,13 @@ libmodbus 2.9.4 (2011-06-XX)
|
|
|
* modbus_set_timeout_begin -> modbus_set_response_timeout
|
|
|
* modbus_get_timeout_end -> modbus_get_byte_timeout
|
|
|
* modbus_set_timeout_end -> modbus_set_byte_timeout
|
|
|
+- Fix longstanding limitation of server to wait forever
|
|
|
- New functions modbus_set/get_serial_mode by Manfred Gruber and Stéphane
|
|
|
Raimbault for RS485 communications
|
|
|
- Improved recovery mode (see modbus_set_error_recovery documentation) for
|
|
|
data link and protocol errors.
|
|
|
+- Fix compilation issue with Microsoft Visual Studio 2008.
|
|
|
+ Reported by Allan Cornet.
|
|
|
|
|
|
libmodbus 2.9.3 (2011-01-14)
|
|
|
============================
|