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
  • modbus
  • modbus.c
21 Jan, 2010
15 commits
  • Minor ...
    d457ea86
    - remove a comment about perror (useless)
    - remove some printf
    - rename write_ret to ret
    Stéphane Raimbault authored
    2010-01-21 11:35:22 +0100  
    Browse File »
  • Enhance error management.
    9be43128
    Stéphane Raimbault authored
    2010-01-21 11:35:22 +0100  
    Browse File »
  • Common error handling for RTU and TCP.
    02f16fd4
    Stéphane Raimbault authored
    2010-01-21 11:35:22 +0100  
    Browse File »
  • Add static declaration to response_exception
    14749913
    Stéphane Raimbault authored
    2010-01-21 11:35:22 +0100  
    Browse File »
  • - 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 File »
  • Remove printf
    4c9b0298
    Stéphane Raimbault authored
    2010-01-21 11:35:21 +0100  
    Browse File »
  • Reduce the difference with the MacOS X verion.
    72ee68ee
    Stéphane Raimbault authored
    2010-01-21 11:35:21 +0100  
    Browse File »
  • Integer division 8.0 -> 8
    8556e176
    Stéphane Raimbault authored
    2010-01-21 11:35:21 +0100  
    Browse File »
  • Various changes ...
    1660f894
    - declare some functions static
    - use uint8_t and uint16_t in various places to reduce memory use, the transition is not complete and will break compilation of some applications
    - add some new functions to get/set bits from one or many bytes:
      o set_bits_from_byte
      o set_bits_from_bytes
      o get_byte_from_bits
    - the server (slave) detects a connection closing
    Stéphane Raimbault authored
    2010-01-21 11:35:21 +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 »
  • Fix MaxOS X support
    ee012c8a
    Stéphane Raimbault authored
    2010-01-21 11:35:21 +0100  
    Browse File »
  • Support of MacOSX, based on the work of Matthew Butch. ...
    6ff2eef1
    Need testing.
    Stéphane Raimbault authored
    2010-01-21 11:35:21 +0100  
    Browse File »
  • Fix Waf compilation (path to modbus.h)
    95d3841d
    Stéphane Raimbault authored
    2010-01-21 11:35:21 +0100  
    Browse File »
  • Use termios.h instead termio.h (like on OSX)
    9f11a2d3
    Stéphane Raimbault authored
    2010-01-21 11:35:20 +0100  
    Browse File »
  • 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 File »