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
  • Update the NEWS file for the 2.0.2 release.
    407c6e30
    Stéphane Raimbault authored
    2010-01-21 11:35:26 +0100  
    Browse Code »
  • Enhance the output of the bad response test.
    f09a7471
    Stéphane Raimbault authored
    2010-01-21 11:35:26 +0100  
    Browse Code »
  • Check the number of values in the response is corresponding to the query.
    618f06ba
    Stéphane Raimbault authored
    2010-01-21 11:35:26 +0100  
    Browse Code »
  • - Catch the timeout even if the length is equal to a exception trame. ...
    084e7e6a
    - Add many comments to receive_msg and modbus_receive functions.
    - The use of response_length for good response was confusing.
    Stéphane Raimbault authored
    2010-01-21 11:35:26 +0100  
    Browse Code »
  • - Test only the msg_length_computed on change ...
    a1513415
    - Return test on read and recv slightly more robust
    - Fix a comment
    Stéphane Raimbault authored
    2010-01-21 11:35:26 +0100  
    Browse Code »
  • Obsolete function declaration (read_reg_response).
    19fc907a
    Stéphane Raimbault authored
    2010-01-21 11:35:26 +0100  
    Browse Code »
  • Rename modbus_check_response to modbus_receive
    4d205479
    Stéphane Raimbault authored
    2010-01-21 11:35:26 +0100  
    Browse Code »
  • Remove a function call preset_response. ...
    94c9fcd9
    - code is easier to understand
    - code is bit faster.
    Stéphane Raimbault authored
    2010-01-21 11:35:26 +0100  
    Browse Code »
  • Reduce the length defined for the shortest query and add better comment.
    a38e976b
    Stéphane Raimbault authored
    2010-01-21 11:35:26 +0100  
    Browse Code »
  • Remove one function call overhead (read_reg_response).
    3540cd74
    Stéphane Raimbault authored
    2010-01-21 11:35:26 +0100  
    Browse Code »
  • Raise the number of loops to 10000 from 1000. ...
    9798adc7
    This new value isn't appropriate for a serial link.
    Stéphane Raimbault authored
    2010-01-21 11:35:26 +0100  
    Browse Code »
  • Update the .bzrignore file.
    1570649f
    Stéphane Raimbault authored
    2010-01-21 11:35:25 +0100  
    Browse Code »
  • 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 »