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
30 Oct, 2014
2 commits
  • doc: slight change in asciidoc config file to print vX.Y
    41cc4739
    Stéphane Raimbault authored
    2014-10-30 00:20:31 +0100  
    Browse Dir »
  • doc: generate manual pages with a2x
    a83cd42e
    Stéphane Raimbault authored
    2014-10-30 00:19:59 +0100  
    Browse Dir »

29 Oct, 2014
1 commit
  • Rewrite documentation macro and Makefile ...
    333db8e1
    - only check if documentation tools are installed in acinclude.m4
    - don't provide built documentation in dist tarball
    - simpler Makefile
    - display warning message and check result
    Stéphane Raimbault authored
    2014-10-29 23:49:38 +0100  
    Browse Dir »

01 Mar, 2014
1 commit
  • Remove old documentation of modbus_receive_from
    e68f4f46
    Stéphane Raimbault authored
    2014-03-01 13:47:22 +0100  
    Browse Dir »

21 Feb, 2014
1 commit
  • Switch test programs to a BSD license ...
    bdd5379a
    It concerns only the files in 'tests' directory.
    Stéphane Raimbault authored
    2014-02-21 12:36:12 +0100  
    Browse Dir »

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 Dir »

15 Jan, 2014
2 commits
  • Filter of IP addresses in IPv4 server (closes #190) ...
    c1665d40
    - protect against NULL IP address BTW
    - update documentation
    Stéphane Raimbault authored
    2014-01-15 23:33:20 +0100  
    Browse Dir »
  • Allow to listen any hosts in IPv6 (closes #32) ...
    8f1cc7b3
    - allow an empty string or NULL for node argument
    - protect against NULL in service argument
    - new test for NULL service
    - update documentation
    Stéphane Raimbault authored
    2014-01-15 23:33:20 +0100  
    Browse Dir »

26 Nov, 2013
1 commit
  • Define and public export of MODBUS_MAX_PDU_LENGTH (closes #167)
    d39fc1f8
    Stéphane Raimbault authored
    2013-11-26 19:34:55 +0100  
    Browse Dir »

25 Nov, 2013
1 commit
  • Truncate data from response in report_slave_id to new max arg (closes #167) ...
    52a82f8c
    Change API of function for libmodbus v3.2.0
    Stéphane Raimbault authored
    2013-11-25 21:47:23 +0100  
    Browse Dir »

14 Nov, 2013
3 commits
  • Fix few missing bold on error codes of the documentation
    4fb681f6
    Stéphane Raimbault authored
    2013-11-14 20:31:13 +0100  
    Browse Dir »
  • [docs] drop reference to non-existent return data ...
    76e2a3e4
    The report slave id function returns the number of bytes as the _return_
    value, and does not include it as the first byte in the dest buffer.
    
    Update documentation to reflect reality.  There's no missing
    functionality, just slightly confusing documentation.
    Karl Palsson authored
    2013-11-14 17:01:24 +0000  
    Browse Dir »
  • 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 Dir »

31 Oct, 2013
2 commits
  • Documentation typo
    8813c7e0
    Stéphane Raimbault authored
    2013-10-31 01:39:57 +0100  
    Browse Dir »
  • 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 Dir »

23 Oct, 2013
1 commit
  • Export Modbus function codes supported by libmodbus
    8941a84c
    Stéphane Raimbault authored
    2013-10-23 23:33:36 +0200  
    Browse Dir »

10 Oct, 2013
1 commit
  • Add documentation for tcp[_pi]_accept (closes #31)
    2076d11f
    Stéphane Raimbault authored
    2013-10-10 19:44:41 +0200  
    Browse Dir »

09 Oct, 2013
2 commits
  • Fix mistake in modbus_tcp_listen documentation
    900aa475
    Stéphane Raimbault authored
    2013-10-09 11:03:42 +0200  
    Browse Dir »
  • Add documentation for modbus_tcp_pi_listen
    ffd2d691
    Stéphane Raimbault authored
    2013-10-09 11:03:42 +0200  
    Browse Dir »

23 Sep, 2013
1 commit
  • Explain how to define response timeouts when many RTU slaves ...
    a11805cb
    Related to https://github.com/stephane/libmodbus/issues/83
    Stéphane Raimbault authored
    2013-09-23 22:53:26 +0200  
    Browse Dir »

22 May, 2013
2 commits
  • Rename 'socket' variables to 's' to avoid warning on Windows
    f7799a4f
    Stéphane Raimbault authored
    2013-05-22 23:45:30 +0200  
    Browse Dir »
  • Avoid to shadow 'boolean' on weird platform (Windows)
    b657698d
    Stéphane Raimbault authored
    2013-05-22 23:15:31 +0200  
    Browse Dir »

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 Dir »

05 May, 2013
1 commit
  • Sleep for delay of response timeout before reconnect (closes #77) ...
    a06255be
    Thanks to Karl Palsson.
    Stéphane Raimbault authored
    2013-05-05 01:31:59 +0200  
    Browse Dir »

01 May, 2013
3 commits
  • Rename modbus_set_float_swapped to modbus_set_float_dcba
    692f6b76
    Stéphane Raimbault authored
    2013-05-01 23:58:51 +0200  
    Browse Dir »
  • Documentation improvements to libmodbus page
    b83f1082
    Stéphane Raimbault authored
    2013-05-01 17:08:53 +0200  
    Browse Dir »
  • Documentation of new modbus_[get|set]_float_swapped functions
    8471eb62
    Stéphane Raimbault authored
    2013-05-01 16:47:23 +0200  
    Browse Dir »

25 Feb, 2013
2 commits
  • Add Martijn de Gouw name to documentation
    bfee617e
    Stéphane Raimbault authored
    2013-02-25 03:10:44 +0100  
    Browse Dir »
  • Add documentation for modbus_mask_write_register (closes #91)
    561700b0
    Martijn de Gouw authored
    2013-02-25 03:10:19 +0100  
    Browse Dir »

29 Jan, 2013
1 commit
  • Fix typo in modbus_strerror documentation ...
    60adc050
    Thanks to Mirko Rajkovaca
    Stéphane Raimbault authored
    2013-01-29 10:47:48 +0100  
    Browse Dir »

13 Nov, 2012
1 commit
  • Clean generated documentation on distclean
    e26fc21a
    Stéphane Raimbault authored
    2012-11-13 00:09:57 +0100  
    Browse Dir »

25 Jul, 2012
1 commit
  • Fix missing argument in synopsis section of modbus_rtu_set_serial_mode ...
    79a7c1ea
    Thanks to Bill Gray.
    Stéphane Raimbault authored
    2012-07-25 00:41:30 +0200  
    Browse Dir »

01 Jan, 2012
1 commit
  • Fix a typo for a function link in documentation
    ca602fcc
    Christos Kontas authored
    2012-01-01 22:36:45 +0100  
    Browse Dir »

27 Dec, 2011
1 commit
  • Move RTU filtering in CRC check to avoid useless call to modbus_reply ...
    9d5344cf
    Warning, modbus_receive returns 0 when a query is ignored.
    
    - function removed from TCP and RTU code and from backend structure
    - updated documentation
    - updated examples
    Stéphane Raimbault authored
    2011-12-27 00:15:27 +0100  
    Browse Dir »

31 Oct, 2011
1 commit
  • Provides a way to disable the byte timeout.
    602a7f38
    Alex Stapleton authored
    2011-10-31 16:49:17 +0100  
    Browse Dir »

31 Aug, 2011
1 commit
  • Small documentation fixes by shagol (closes #20).
    201a2f29
    Stéphane Raimbault authored
    2011-08-31 22:34:58 +0200  
    Browse Dir »

16 Aug, 2011
2 commits
  • Add documentation for modbus_tcp_listen
    9dcfed81
    Stéphane Raimbault authored
    2011-08-16 08:25:40 +0200  
    Browse Dir »
  • Fix and improve documentation of modbus_set_error_recovery
    c7051e0d
    Stéphane Raimbault authored
    2011-08-16 06:56:01 +0200  
    Browse Dir »

01 Aug, 2011
2 commits
  • Update description of libmodbus
    d48107e4
    Stéphane Raimbault authored
    2011-08-01 22:25:44 +0200  
    Browse Dir »
  • Add documentation of modbus_rtu_[gs]et_rts functions
    f9263110
    Stéphane Raimbault authored
    2011-08-01 08:35:25 +0200  
    Browse Dir »