Logo white

Peter M. Groen / libmodbus

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 855
  • Compare
  • Branches 1
  • Tags 0
  • libmodbus
  • NEWS
02 Nov, 2010
1 commit
  • Fix to allow the setting of the broadcast address
    ddbd7266
    Stéphane Raimbault authored
    2010-11-02 21:56:00 +0100  
    Browse File »

28 Oct, 2010
1 commit
  • Updated NEWS file
    b57c70f7
    Stéphane Raimbault authored
    2010-10-28 19:21:50 +0200  
    Browse File »

04 Oct, 2010
1 commit
  • Updated NEWS
    bb8dd781
    Stéphane Raimbault authored
    2010-10-04 14:46:24 +0200  
    Browse File »

16 Aug, 2010
1 commit
  • Bump version to 2.9.1 ...
    ce82bb8c
    The cycle will end on a 3.0 release instead of 2.2 as intended.
    There are too many changes in the API to keep the same major number.
    Stéphane Raimbault authored
    2010-08-16 14:49:29 +0200  
    Browse File »

10 Aug, 2010
1 commit
  • Updated NEWS
    97ccd92c
    Stéphane Raimbault authored
    2010-08-10 09:03:22 +0200  
    Browse File »

29 Jul, 2010
1 commit
  • OpenBSD support by Anibal Limón
    811d1349
    Stéphane Raimbault authored
    2010-07-29 10:00:46 +0200  
    Browse File »

23 Jul, 2010
1 commit
  • Implement report slave ID on server side ...
    4d3bf7be
    - return only useful data client side
    - available in TCP when a gateway to RTU is used
    - need to add isolated handling of indication/confirmation messages
    Stéphane Raimbault authored
    2010-07-23 00:27:49 +0200  
    Browse File »

19 Jul, 2010
2 commits
  • Parity setting is now a single char ('N', 'E' or 'O')
    807c20f0
    Stéphane Raimbault authored
    2010-07-19 08:29:15 +0200  
    Browse File »
  • Fix #591142 - Slave id check should be disabled in TCP connection ...
    2b985f81
    A new API will be committed to remove the slave in TCP communication.
    Stéphane Raimbault authored
    2010-07-19 08:29:12 +0200  
    Browse File »

07 Jul, 2010
3 commits
  • Fix #463299 - New functions to get/set timeouts of begin and end of trame ...
    d8f25477
    Original patch by Sisyph (eric-paul).
    Stéphane Raimbault authored
    2010-07-07 14:52:05 +0200  
    Browse File »
  • Fix the broadcast constant (255 -> 0) ...
    daa6d208
    Page 23 of Modbus_Messaging_Implementation_Guide_V1_0b
    Stéphane Raimbault authored
    2010-07-07 12:03:10 +0200  
    Browse File »
  • Updated NEWS
    367d565d
    Stéphane Raimbault authored
    2010-07-07 11:58:55 +0200  
    Browse File »

16 Apr, 2010
1 commit
  • Add versioning infrastructure ...
    95fd206f
    Inspired by the Clutter project and work done by Florian Forster.
    Stéphane Raimbault authored
    2010-04-16 03:37:56 +0200  
    Browse File »

02 Apr, 2010
1 commit
  • Updated NEWS and README
    0cf64c6f
    Stéphane Raimbault authored
    2010-04-02 12:40:22 +0200  
    Browse File »

21 Jan, 2010
26 commits
  • Fix #457200 - FreeBSD support by Norbert Koch
    f20a1860
    Stéphane Raimbault authored
    2010-01-21 11:35:28 +0100  
    Browse File »
  • Fix #425604 - Conditional jump or move depends on uninitialised value(s) ...
    effaf929
    It occurs on first occurence of slave timeout (found with Valgrind 3.3.0).
    Reported by Henrik Munktell.
    Stéphane Raimbault authored
    2010-01-21 11:35:28 +0100  
    Browse File »
  • New API modbus_read_float() and modbus_write_float() for float values
    22a68981
    Stéphane Raimbault authored
    2010-01-21 11:35:28 +0100  
    Browse File »
  • Fix #378981 - CRC error on RTU response doesn't return negative value ...
    16b9a1b3
    Reported by Henrik Munktell.
    Stéphane Raimbault authored
    2010-01-21 11:35:28 +0100  
    Browse File »
  • Fix #375926 - modbus.c:164: error: `MSG_DONTWAIT' undeclared ...
    6e6e2602
    Reported and tested by Yishin Li.
    
    Real fix #333455 - IPTOS_LOWDELAY not supported on cygwin
    Thank to Yishin Li for the better problem description.
    Stéphane Raimbault authored
    2010-01-21 11:35:28 +0100  
    Browse File »
  • Removed a duplicated entry
    60f2ff78
    Stéphane Raimbault authored
    2010-01-21 11:35:27 +0100  
    Browse File »
  • Fix #333455 - Workaround IPTOS_LOWDELAY not supported ...
    1d6ab32e
    - check IPTOS_LOWDELAY define in configure
    - generate a config.h
    - include the generated config.h in modbus.c
    Stéphane Raimbault authored
    2010-01-21 11:35:27 +0100  
    Browse File »
  • Updated NEWS file
    e8dc8cb0
    Stéphane Raimbault authored
    2010-01-21 11:35:27 +0100  
    Browse File »
  • The slave only listen when concerned (slave ID or broadcast) ...
    cdc536c9
    - MAJOR changes to the API (see MIGRATION)
    - New unit tests
    - Removed TODO list
    - Updated NEWS & MIGRATION files
    Stéphane Raimbault authored
    2010-01-21 11:35:27 +0100  
    Browse File »
  • Reduce size of modbus_param_t ...
    92f7a1f8
    - remove header and checksum length from modbus_param_t
    - use new const tables
    Stéphane Raimbault authored
    2010-01-21 11:35:27 +0100  
    Browse File »
  • New entry for libmodbus 2.2.0
    b4177e70
    Stéphane Raimbault authored
    2010-01-21 11:35:27 +0100  
    Browse File »
  • Updated NEWS and package files for the 2.0.3 release.
    99b4e417
    Stéphane Raimbault authored
    2010-01-21 11:35:26 +0100  
    Browse File »
  • Fix #274511 reported by 'Kylesch' ...
    5c98a1bf
    Invalid error check in modbus_init_listen_tcp
    Stéphane Raimbault authored
    2010-01-21 11:35:26 +0100  
    Browse File »
  • Update the NEWS file for the 2.0.2 release.
    407c6e30
    Stéphane Raimbault authored
    2010-01-21 11:35:26 +0100  
    Browse File »
  • Set the release date in the NEWS file.
    f471814f
    Stéphane Raimbault authored
    2010-01-21 11:35:25 +0100  
    Browse File »
  • Fix #241006 reported by Jesus Hernandez Tapia ...
    5a66262d
    modbus_check_response() crashes on an invalid exception code
    Stéphane Raimbault authored
    2010-01-21 11:35:25 +0100  
    Browse File »
  • Include NEWS from 1.2 series.
    784e2a8e
    Stéphane Raimbault authored
    2010-01-21 11:35:25 +0100  
    Browse File »
  • Release the 2.0.0 version ...
    dd8b23f5
    - Update the NEWS file
    Stéphane Raimbault authored
    2010-01-21 11:35:25 +0100  
    Browse File »
  • Add an entry about Debian and RPM packages.
    d2bba0ba
    Stéphane Raimbault authored
    2010-01-21 11:35:24 +0100  
    Browse File »
  • Fix #224496 reported by Todd Denniston. ...
    cd93c236
    It is easier to install on rpm based systems with a spec file.
    
    I don't want to update the file to each beta until the 2.0 release so
    I already use the 2.0 name in the spec file.
    Stéphane Raimbault authored
    2010-01-21 11:35:23 +0100  
    Browse File »
  • Fix #224485 reported by Todd Denniston ...
    680e90f4
    libmodbus does not link with c++ code.
    Stéphane Raimbault authored
    2010-01-21 11:35:23 +0100  
    Browse File »
  • Updated NEWS
    3e867a12
    Stéphane Raimbault authored
    2010-01-21 11:35:23 +0100  
    Browse File »
  • Fix #211460 reported by Todd Denniston ...
    bbcc2438
    With TCP, automatic reconnect on error may not be desired.
    It's now possible to adjust the error handling mode.
    Stéphane Raimbault authored
    2010-01-21 11:35:21 +0100  
    Browse File »
  • - Update README, INSTALL and NEWS files ...
    8f51424e
    - ModBus -> Modbus
    Stéphane Raimbault authored
    2010-01-21 11:35:20 +0100  
    Browse File »
  • Fix typo in NEWS
    6afcbf16
    Stéphane Raimbault authored
    2010-01-21 11:35:19 +0100  
    Browse File »
  • Merge -r10..12 from libmodbus 1.2 branch
    51481b5b
    Stéphane Raimbault authored
    2010-01-21 11:35:19 +0100  
    Browse File »