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
21 Jan, 2010
40 commits
  • Add a unit test for the bad response from the slave.
    a01bab2b
    Stéphane Raimbault authored
    2010-01-21 11:35:25 +0100  
    Browse Code »
  • Fix - Check the return value of modbus_check_response ...
    53c93ae2
    - reduce the number of variables to store return values (status,
      query_ret and response_ret -> ret)
    - add some comments
    Stéphane Raimbault authored
    2010-01-21 11:35:25 +0100  
    Browse Code »
  • Bump Debian package to 2.0.1
    10263cd1
    Stéphane Raimbault authored
    2010-01-21 11:35:25 +0100  
    Browse Code »
  • Set the release date in the NEWS file.
    f471814f
    Stéphane Raimbault authored
    2010-01-21 11:35:25 +0100  
    Browse Code »
  • 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 Code »
  • Bump version to 2.0.1
    9a1c297c
    Stéphane Raimbault authored
    2010-01-21 11:35:25 +0100  
    Browse Code »
  • Add the spec file to EXTRA_DIST.
    4c872514
    Stéphane Raimbault authored
    2010-01-21 11:35:25 +0100  
    Browse Code »
  • Fix typo in README
    f42f0827
    Stéphane Raimbault authored
    2010-01-21 11:35:25 +0100  
    Browse Code »
  • Include NEWS from 1.2 series.
    784e2a8e
    Stéphane Raimbault authored
    2010-01-21 11:35:25 +0100  
    Browse Code »
  • Release the 2.0.0 version ...
    dd8b23f5
    - Update the NEWS file
    Stéphane Raimbault authored
    2010-01-21 11:35:25 +0100  
    Browse Code »
  • Add a note about compilation
    5cddeaba
    Stéphane Raimbault authored
    2010-01-21 11:35:25 +0100  
    Browse Code »
  • Debian packaging ...
    857fff60
    - Add test files to examples directory in libmodbus-dev.
    - Add MIGRATION file to libmodbus-dev.
    - Define the compatibility level to 6.
    - Add MIGRATION to EXTRA_DIST in Makefile.am
    - Add README to  EXTRA_DIST in tests/Makefile.am
    - Add unit-test.h as dependency in tests/Makefile.am
    Stéphane Raimbault authored
    2010-01-21 11:35:25 +0100  
    Browse Code »
  • Avoid to call check_crc16 in a TCP communication. ...
    20281893
    The test is now outside of check_crc16 and directly included in
    receive_msg().
    Stéphane Raimbault authored
    2010-01-21 11:35:25 +0100  
    Browse Code »
  • Comment about receive_msg().
    e0ea0303
    Stéphane Raimbault authored
    2010-01-21 11:35:25 +0100  
    Browse Code »
  • Declare some args with const
    58426bc8
    Stéphane Raimbault authored
    2010-01-21 11:35:25 +0100  
    Browse Code »
  • Disable the debug mode.
    31b6fecd
    Stéphane Raimbault authored
    2010-01-21 11:35:25 +0100  
    Browse Code »
  • New file which contains the migration notes.
    c41dc0fe
    Stéphane Raimbault authored
    2010-01-21 11:35:25 +0100  
    Browse Code »
  • Rename manage_query() to modbus_manage_query() and comment cleanups.
    202231da
    Stéphane Raimbault authored
    2010-01-21 11:35:25 +0100  
    Browse Code »
  • Better unit tests. ...
    d11d30a5
    - The coil and registers are wrote by the master and not assigned by the
      slave anymore
    - The data used to write are the ones in unit-test.h
    - The read test is done after the write test
    Stéphane Raimbault authored
    2010-01-21 11:35:25 +0100  
    Browse Code »
  • Better ouput in random-test-master.c
    1a9f8867
    Stéphane Raimbault authored
    2010-01-21 11:35:25 +0100  
    Browse Code »
  • Write the values in force_multiple_coils and preset_multiple_registers (SLAVE)
    a20d39d3
    Stéphane Raimbault authored
    2010-01-21 11:35:24 +0100  
    Browse Code »
  • New random-test-slave ...
    3948142c
    - rename test-master-random => random-test-master
    - fix memset
    - update README
    - add the files to configure.ac and wscript
    Stéphane Raimbault authored
    2010-01-21 11:35:24 +0100  
    Browse Code »
  • Add a comment for modbus_connect.
    4bc60984
    Stéphane Raimbault authored
    2010-01-21 11:35:24 +0100  
    Browse Code »
  • Minor s/count/nb/ in modbus.[ch]
    0a80018a
    Stéphane Raimbault authored
    2010-01-21 11:35:24 +0100  
    Browse Code »
  • The Debian package become a Ubuntu one (minor change). ...
    0ef574f6
    I don't know how to manage many versions.
    Stéphane Raimbault authored
    2010-01-21 11:35:24 +0100  
    Browse Code »
  • Check the number of points requested ...
    6683bd47
    - s/datas/data/
    - the warning is now an error
    - add some checks in modbus.c
    - add unit tests
    - remove the TODO item
    - minor 80 columns changes
    Stéphane Raimbault authored
    2010-01-21 11:35:24 +0100  
    Browse Code »
  • Minor changes to try to follow the 80 columns coding convention.
    c94fc603
    Stéphane Raimbault authored
    2010-01-21 11:35:24 +0100  
    Browse Code »
  • Add an entry about Debian and RPM packages.
    d2bba0ba
    Stéphane Raimbault authored
    2010-01-21 11:35:24 +0100  
    Browse Code »
  • Add Debian package files
    1ced38d9
    Stéphane Raimbault authored
    2010-01-21 11:35:24 +0100  
    Browse Code »
  • Changes in autotools files ...
    2a4c5bec
    - cleanup in autogen.sh (only 2 lines now!)
    - remove the version redundancy in configure.ac
    Stéphane Raimbault authored
    2010-01-21 11:35:24 +0100  
    Browse Code »
  • Add the boring INSTALL file from autotools
    3d3e0a05
    Stéphane Raimbault authored
    2010-01-21 11:35:24 +0100  
    Browse Code »
  • Reduce the number of params in functions to enhance the speed of ...
    e8ac5407
    execution.
    Stéphane Raimbault authored
    2010-01-21 11:35:24 +0100  
    Browse Code »
  • Bump version to 2.0.0 in configure.ac and wscript.
    8a96bcb6
    Stéphane Raimbault authored
    2010-01-21 11:35:24 +0100  
    Browse Code »
  • Add .waf-* to ignored files
    9b677f54
    Stéphane Raimbault authored
    2010-01-21 11:35:24 +0100  
    Browse Code »
  • Add binary of Waf 1.4.1 (strip). ...
    932d6442
    http://code.google.com/p/waf/
    Stéphane Raimbault authored
    2010-01-21 11:35:24 +0100  
    Browse Code »
  • Add documentation about the test programs.
    5d785208
    Stéphane Raimbault authored
    2010-01-21 11:35:24 +0100  
    Browse Code »
  • Updated TODO file
    e4053afe
    Stéphane Raimbault authored
    2010-01-21 11:35:24 +0100  
    Browse Code »
  • The transaction identifier used in response is now conform to the ...
    788cbf0b
    MODBUS Messaging on TCP/IP Implementation Guide V1.0b.
    
    The transaction identifier is used to associate the future response
    with the request.  So, at a time, on a TCP connection, this identifier
    must be unique. There are several manners to use the transaction
    identifier:
    - For example, it can be used as a simple "TCP sequence number" with a
      counter which is incremented at each request.
    - It can also be judiciously used as a smart index or pointer to
      identify a transaction context in order to memorize the current
      remote server and the pending MODBUS request.
    Stéphane Raimbault authored
    2010-01-21 11:35:24 +0100  
    Browse Code »
  • Better use \n in printf in unit-test-master.c
    688ec1f5
    Stéphane Raimbault authored
    2010-01-21 11:35:23 +0100  
    Browse Code »
  • New programs to benchmark the transfert rate. ...
    2b83af9e
    The results are really interesting!
    - bench-bandwidth-slave.c
    - bench-bandwidth-master.c
    Stéphane Raimbault authored
    2010-01-21 11:35:23 +0100  
    Browse Code »