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
  • doc
  • modbus_get_response_timeout.txt
16 Jan, 2014
1 commit
  • So many boring changes to the documentation ;)
    d2b288be
    Stéphane Raimbault authored
    2014-01-16 00:13:28 +0100  
    Browse File »

14 Nov, 2013
1 commit
  • Change timeout to uint32 and add 3 byte timeout tests ...
    c4f7a242
    - add byte timeout tests (TCP backend only)
    - update and improve documentation
    - long timeout values are now uint32_t so it changes the API
      to disable byte timeout
    Stéphane Raimbault authored
    2013-11-14 00:31:02 +0100  
    Browse File »

31 Oct, 2013
1 commit
  • New API for set/get response and byte timeouts ...
    ea80f740
    - update documentation
    - 5 new tests
    - updated NEWS file
    - avoid include of time.h
    Stéphane Raimbault authored
    2013-10-31 00:42:20 +0100  
    Browse File »

10 May, 2013
1 commit
  • Protect all public functions against invalid context ...
    55d9a371
    - change return argument from void to int
    - update documentation
    Stéphane Raimbault authored
    2013-05-10 00:53:48 +0200  
    Browse File »

22 Jul, 2011
1 commit
  • Many small fixes and improvements to the documentation
    e42770aa
    Stéphane Raimbault authored
    2011-07-22 23:02:43 +0200  
    Browse File »

06 May, 2011
1 commit
  • Rename [gs]et_timeout_[begin|end] to [gs]et_[response|byte]_timeout ...
    852d7825
    The following functions have been renamed:
    - modbus_get_timeout_begin -> modbus_get_response_timeout
    - modbus_set_timeout_begin -> modbus_set_response_timeout
    - modbus_get_timeout_end -> modbus_get_byte_timeout
    - modbus_set_timeout_end -> modbus_set_byte_timeout
    
    The meaning of these timeout intervals is now clearer. The documentation
    has been updated.
    Stéphane Raimbault authored
    2011-05-06 09:11:11 +0200  
    Browse File »