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
19 Apr, 2011
2 commits
  • Fix typo in documentation of modbus_new_rtu
    b00b27cb
    Stéphane Raimbault authored
    2011-04-19 19:27:48 +0200  
    Browse Code »
  • Removed p_msg pointer in receive_msg
    d8ca3086
    Stéphane Raimbault authored
    2011-04-19 08:32:56 +0200  
    Browse Code »

12 Apr, 2011
2 commits
  • GetLastError() returns a DWORD so it's an unsigned int. Fixes #9. ...
    05ecdc21
    The error reported by #9 was already fixed in master but this change
    scrupulously respects the definition of DWORD.
    Stéphane Raimbault authored
    2011-04-12 22:29:07 +0200  
    Browse Code »
  • Rename req_* variables to msg_* in send_msg()
    9da1b6ad
    Stéphane Raimbault authored
    2011-04-12 22:13:57 +0200  
    Browse Code »

11 Apr, 2011
1 commit
  • Duplicated html target in documentation
    845110db
    Stéphane Raimbault authored
    2011-04-11 09:00:12 +0200  
    Browse Code »

25 Mar, 2011
7 commits
  • Add documentation based on AsciiDoc tools ...
    6254ede9
    Each function is decribed in one txt file. The file libmodbus.txt
    offers an overview of the library.
    
    It's possible to generate HTML and man outputs from the txt file.
    The documentation can be generated only if you have the required
    tools (asciidoc and xmlto).
    
    Better results are obtained with AsciiDoc v8.6+
    Stéphane Raimbault authored
    2011-03-25 22:26:56 +0100  
    Browse Code »
  • Remove useless internal variable called status
    acd36e62
    Stéphane Raimbault authored
    2011-03-25 22:11:56 +0100  
    Browse Code »
  • Rename data_dest|src in dest|src to match header
    09b581a5
    Stéphane Raimbault authored
    2011-03-25 18:37:22 +0100  
    Browse Code »
  • Replace the term "trame" by "message" ...
    cfaa872f
    - updated comments
    - renamed internal constants (eg. _TIME_OUT_BEGIN_OF_TRAME in
      _TIME_OUT_BEGIN_OF_MESSAGE)
    Stéphane Raimbault authored
    2011-03-25 18:37:22 +0100  
    Browse Code »
  • Ignore html and man in doc directory
    d7846ead
    Stéphane Raimbault authored
    2011-03-25 18:37:22 +0100  
    Browse Code »
  • Set the documentation license
    91bd0406
    Stéphane Raimbault authored
    2011-03-25 18:37:22 +0100  
    Browse Code »
  • Remove duplicated documentation for source files ...
    066b56d6
    To avoid to duplicate the documentation between source and
    documentation. The information already available in documentation
    is removed from source.
    Stéphane Raimbault authored
    2011-03-25 18:37:16 +0100  
    Browse Code »

01 Mar, 2011
1 commit
  • netinet/in.h is useless and it does not exist on Win32 ...
    f83246bb
    Reported by Tobias Doerffel.
    Stéphane Raimbault authored
    2011-03-01 12:37:51 +0100  
    Browse Code »

27 Feb, 2011
5 commits
  • Ignores *~ files
    9c87e7fe
    Stéphane Raimbault authored
    2011-02-27 23:30:52 +0100  
    Browse Code »
  • Fix compilation issue with Microsoft Visual Studio 2008 ...
    3fb24623
    Reported by Allan Cornet.
    Stéphane Raimbault authored
    2011-02-27 22:41:24 +0100  
    Browse Code »
  • Minor changes in float functions
    e6349372
    Stéphane Raimbault authored
    2011-02-27 22:10:12 +0100  
    Browse Code »
  • Fix compilation of TCP PI on Windows ...
    05efa1f7
    - removed ENOTCONN errno not supported
    - set WINVER to Windows XP (and above) and add ws2_32.dll. So older
      Windows versions aren't supported.
    Stéphane Raimbault authored
    2011-02-27 17:55:09 +0100  
    Browse Code »
  • Added m4/ to .gitignore
    0c36a6e7
    Stéphane Raimbault authored
    2011-02-27 15:26:42 +0100  
    Browse Code »

10 Feb, 2011
3 commits
  • Replace 3 libtool macros by a single LT_INIT
    a890746b
    Stéphane Raimbault authored
    2011-02-10 23:00:09 +0100  
    Browse Code »
  • The prefered way to submit bugs is now the issue tracker of github
    37882e06
    Stéphane Raimbault authored
    2011-02-10 21:46:18 +0100  
    Browse Code »
  • Removed duplicated call to AC_PROG_LIBTOOL
    ae9e9da9
    Stéphane Raimbault authored
    2011-02-10 21:25:16 +0100  
    Browse Code »

07 Feb, 2011
2 commits
  • Fix compilation issue on Windows 7 (x64) with MinGW/MSYS and GCC 4.5 ...
    d0973adb
    Reported by Patsy Kaye.
    Removed useless asignment at the same time.
    Stéphane Raimbault authored
    2011-02-07 17:35:58 +0100  
    Browse Code »
  • Updated NEWS file with IPv6 support
    b8aea3c2
    Stéphane Raimbault authored
    2011-02-07 08:40:14 +0100  
    Browse Code »

16 Jan, 2011
3 commits
  • tests/unit-test-client.c: Fix curly braces.
    50136971
    Florian Forster authored
    2011-01-16 23:30:53 +0100  
    Browse Code »
  • Add check for netdb.h and getaddrinfo to configure.ac ...
    d1bf0811
    Extracted from octo/libmodbus ff/ipv6 a6ae017c82e
    Stéphane Raimbault authored
    2011-01-16 23:30:53 +0100  
    Browse Code »
  • Make the TCP implementation "protocol independent", i.e. IPv6 capable. ...
    c44dcfd5
    Inspired by the branch ff/ipv6 of Florian Forster but this version uses
    a specific PI backend to isolate the IPv4 and IPv6 implementations.
    
    The existing TCP/IPv4 implementation has been kept intact (not rebased
    on the PI one) because its data backend requires fewer bytes than the PI.
    
    New functions modbus_new_tcp_pi, modbus_tcp_pi_listen and
    modbus_tcp_pi_accept and new backend called modbus_tcp_pi_t.
    Stéphane Raimbault authored
    2011-01-16 23:30:53 +0100  
    Browse Code »

14 Jan, 2011
3 commits
  • Slight improvements to RPM spec file
    15608980
    Stéphane Raimbault authored
    2011-01-14 01:55:08 +0100  
    Browse Code »
  • Updated NEWS file for v2.9.3
    ad15dbb2
    Stéphane Raimbault authored
    2011-01-14 01:49:18 +0100  
    Browse Code »
  • Updated debian packaging for v2.9.3
    1813b572
    Stéphane Raimbault authored
    2011-01-14 01:45:41 +0100  
    Browse Code »

13 Jan, 2011
5 commits
  • Update version and doc files in RPM spec file
    4ea0e8d5
    Stéphane Raimbault authored
    2011-01-13 22:20:49 +0100  
    Browse Code »
  • Minor change about version to MIGRATION
    7e673738
    Stéphane Raimbault authored
    2011-01-13 22:13:40 +0100  
    Browse Code »
  • Fix compilation on OpenBSD ...
    018bd41e
    In modbus-tcp.c:
    - Needed to include <signal.h>
    - Added Jay's fix for __OpenBSD__
    - SIGPIPE ignore handler needs to return a pointer instead of an integer.
    
    Patch provided bu Barry Grumbine and Jason Oster.
    Stéphane Raimbault authored
    2011-01-13 22:08:25 +0100  
    Browse Code »
  • AC_DISABLE_STATIC needed to be called before LIBTOOL ...
    417a3a38
    Patch provided by Barry Brumbine.
    Stéphane Raimbault authored
    2011-01-13 22:06:29 +0100  
    Browse Code »
  • Add missing README.rst to the tarball
    a87929c2
    Stéphane Raimbault authored
    2011-01-13 22:02:18 +0100  
    Browse Code »

10 Jan, 2011
5 commits
  • Reorganize the NEWS file to describe new features first
    284d4141
    Stéphane Raimbault authored
    2011-01-10 19:37:11 +0100  
    Browse Code »
  • Add comment to explain the complex naming scheme of COMs on Win32 ...
    7c4cb13b
    Reported by Marco Sala.
    Stéphane Raimbault authored
    2011-01-10 19:30:47 +0100  
    Browse Code »
  • Fix the random tests for _FC_READ_AND_WRITE_REGISTERS ...
    b1423d73
    Related to 49d6f4a71f686de64e5c28d6dd8acd2c98c5038d.
    Stéphane Raimbault authored
    2011-01-10 10:08:03 +0100  
    Browse Code »
  • Fix compilation of bandwidth-server-many-up.c on FreeBSD
    fd6ebf80
    Stéphane Raimbault authored
    2011-01-10 09:50:34 +0100  
    Browse Code »
  • Minor variable renaming (ret_size)
    a022e9a9
    Stéphane Raimbault authored
    2011-01-10 08:21:07 +0100  
    Browse Code »

06 Jan, 2011
1 commit
  • Read/write were swapped in _FC_READ_AND_WRITE_REGISTERS. Closes GH-2. ...
    49d6f4a7
    Page 38 in the document Modbus_Application_Protocol_V1_1b.pdf:
    6.17 23 (0x17) Read/Write Multiple registers
    
    This function code performs a combination of one read operation
    and one write operation in a single MODBUS transaction. The write
    operation is performed before the read.
    
    The unit test has been updated.
    Stéphane Raimbault authored
    2011-01-06 21:46:31 +0100  
    Browse Code »