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
  • tests
21 Jan, 2010
21 commits
  • Add documentation about the test programs.
    5d785208
    Stéphane Raimbault authored
    2010-01-21 11:35:24 +0100  
    Browse Dir »
  • Better use \n in printf in unit-test-master.c
    688ec1f5
    Stéphane Raimbault authored
    2010-01-21 11:35:23 +0100  
    Browse Dir »
  • 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 Dir »
  • GNU licenses updated to the version 3.
    a017c19f
    Stéphane Raimbault authored
    2010-01-21 11:35:23 +0100  
    Browse Dir »
  • Fix incorrect number of points in unit-test-master.c
    62654acc
    Stéphane Raimbault authored
    2010-01-21 11:35:23 +0100  
    Browse Dir »
  • Use int instead of uint8_t/uint16_t in function arguments. ...
    50235c40
    It's slower to pass non aligned values.
    Stéphane Raimbault authored
    2010-01-21 11:35:22 +0100  
    Browse Dir »
  • - Rename MAX_PACKET_SIZE to MAX_MESSAGE_LENGTH ...
    23ac3281
    - Reduce the max message length to 256 (PI_M300)
    - s/size/length/
    Stéphane Raimbault authored
    2010-01-21 11:35:22 +0100  
    Browse Dir »
  • Add preset_multiple_registers in slave side ...
    7b320fa2
    - add some unit tests
    - add PRESET_MULTIPLE_REGISTERS support in manage_query()
    Stéphane Raimbault authored
    2010-01-21 11:35:22 +0100  
    Browse Dir »
  • Add force_multiple_coils on the slave side ...
    f4583400
    - cleanups in offset/resp_length vars
    - cleanups in comments
    - add FORCE_MULTIPLE_COILS in manage_query
    Stéphane Raimbault authored
    2010-01-21 11:35:22 +0100  
    Browse Dir »
  • Add preset_single_register on the server side (slave)
    ed5bed91
    Stéphane Raimbault authored
    2010-01-21 11:35:22 +0100  
    Browse Dir »
  • - Fix the server side of force_single_coil ...
    de225a19
    - Add some tests for force_single_coil
    Stéphane Raimbault authored
    2010-01-21 11:35:22 +0100  
    Browse Dir »
  • New tests
    861e6a84
    Stéphane Raimbault authored
    2010-01-21 11:35:22 +0100  
    Browse Dir »
  • FIX mapping allocation
    adbc98bc
    Stéphane Raimbault authored
    2010-01-21 11:35:22 +0100  
    Browse Dir »
  • - The slave can build exception responses: ...
    93f239f5
    o illegal data value
      o illegal data address
    - Better naming of build_query_basis and build_response_basis
    - build_response_basis can be use by response_exception
    - Reduce variable declarations
    - Close 3 FIXME
    - Add a test in unit-test-master
    Stéphane Raimbault authored
    2010-01-21 11:35:21 +0100  
    Browse Dir »
  • - the test server is now an infinite loop ...
    2b965d49
    - use uint8_t* for the query
    Stéphane Raimbault authored
    2010-01-21 11:35:21 +0100  
    Browse Dir »
  • Major changes to test-master-random ...
    1d058c8e
    - Use only addresses between address_start and address_end
    - Better memory usage
    Stéphane Raimbault authored
    2010-01-21 11:35:21 +0100  
    Browse Dir »
  • Unit testing ...
    fa4f566b
    - Major changes to unit-test-master/slave to add 4 tests
    - Use new functions to manipulate bits
    - Reduce memory usage (allocate only the required space and use
      uint[8|16]_t pointers)
    Stéphane Raimbault authored
    2010-01-21 11:35:21 +0100  
    Browse Dir »
  • Fix bad commit
    ab9a9bc0
    Stéphane Raimbault authored
    2010-01-21 11:35:21 +0100  
    Browse Dir »
  • - Rename test files ...
    35c5a230
    - Separate unit-test-master and test-master-random
    Stéphane Raimbault authored
    2010-01-21 11:35:21 +0100  
    Browse Dir »
  • Fix Waf compilation (path to modbus.h)
    95d3841d
    Stéphane Raimbault authored
    2010-01-21 11:35:21 +0100  
    Browse Dir »
  • New organisation of the source tree ...
    55bab3f5
    - separate tests directory
    - regroup modbus.h and modbus.c in the same dir
    - updated waf scripts
    - updated autotools files
    - bump application version to 1.9.0
    - bump library number to 2.0.0
    Stéphane Raimbault authored
    2010-01-21 11:35:20 +0100  
    Browse Dir »