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
10 May, 2013
3 commits
  • Returns -1 on invalid mode in modbus_rtu_set_rts
    b4753f7e
    Stéphane Raimbault authored
    2013-05-10 01:10:17 +0200  
    Browse Code »
  • Always set socket to -1 on close()
    d8aa5a42
    Stéphane Raimbault authored
    2013-05-10 01:07:02 +0200  
    Browse Code »
  • 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 Code »

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

03 May, 2013
1 commit
  • Avoid a level of imbrication in bandwidth-server-many-up
    ef81a69e
    Stéphane Raimbault authored
    2013-05-03 16:15:43 +0200  
    Browse Code »

02 May, 2013
1 commit
  • Baud rate until 4,000,000 (POSIX), 1,000,000 (Windows) (closes #93)
    61440f55
    Stéphane Raimbault authored
    2013-05-02 21:07:44 +0200  
    Browse Code »

01 May, 2013
6 commits
  • Rename modbus_set_float_swapped to modbus_set_float_dcba
    692f6b76
    Stéphane Raimbault authored
    2013-05-01 23:58:51 +0200  
    Browse Code »
  • Missing UT_IREAL_SWAPPED
    e6e3c8e4
    Stéphane Raimbault authored
    2013-05-01 23:41:23 +0200  
    Browse Code »
  • Documentation improvements to libmodbus page
    b83f1082
    Stéphane Raimbault authored
    2013-05-01 17:08:53 +0200  
    Browse Code »
  • Documentation of new modbus_[get|set]_float_swapped functions
    8471eb62
    Stéphane Raimbault authored
    2013-05-01 16:47:23 +0200  
    Browse Code »
  • New functions to set/get swapped floats (LSB)
    997231b7
    Stéphane Raimbault authored
    2013-05-01 16:27:28 +0200  
    Browse Code »
  • Safer modbus_close
    e6b64888
    Stéphane Raimbault authored
    2013-05-01 15:57:51 +0200  
    Browse Code »

18 Apr, 2013
1 commit
  • Remove unsupported -Wtype-limits for GCC < 4.3.5 (closes #109)
    32062c78
    Stéphane Raimbault authored
    2013-04-18 09:25:19 +0200  
    Browse Code »

29 Mar, 2013
1 commit
  • Merge pull request #106 from yegorich/oos-build ...
    5e2c73de
    Enable out-of-source build
    Stéphane Raimbault authored
    2013-03-29 03:34:59 -0700  
    Browse Code »

28 Mar, 2013
1 commit
  • Enable out-of-source build ...
    d97ba9db
    Add top build directory to tests. Otherwise modbus-version.h
    won't be found during the build process.
    
    Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
    Yegor Yefremov authored
    2013-03-28 08:09:14 +0100  
    Browse Code »

25 Mar, 2013
6 commits
  • Add comment about fix alignment problem
    8bb8be2d
    Stéphane Raimbault authored
    2013-03-25 23:30:36 +0100  
    Browse Code »
  • Fix alignment problem ...
    9782a304
    Build fails with -Werror and -Wcast-align on ARMv5 platform
    Alexander Dahl authored
    2013-03-25 23:30:26 +0100  
    Browse Code »
  • Fixes the DLL type and flags and builds the debug version of the ...
    eab0c89c
    DLL if required.
    oldfaber authored
    2013-03-25 23:14:15 +0100  
    Browse Code »
  • Ignore autogenerated files for libmodbus-dbg Debian package
    f47628a0
    Alexander Klauer authored
    2013-03-25 23:11:36 +0100  
    Browse Code »
  • Build Debian debug package for libmodbus
    69528021
    Alexander Klauer authored
    2013-03-25 23:10:26 +0100  
    Browse Code »
  • Include winsock2.h before ws2tcpip.h for VS 2005 ...
    3b4d8126
    Thanks to Petr Gladkiy
    Stéphane Raimbault authored
    2013-03-25 11:35:38 +0100  
    Browse Code »

24 Mar, 2013
2 commits
  • Add information for building modbus.dll with Visual Studio 2005 ...
    e3fe138a
    Thank you Petr Gladkiy
    Stéphane Raimbault authored
    2013-03-24 16:19:07 +0100  
    Browse Code »
  • Merge pull request #96 from TheCount/feature-gitignore ...
    f67ca4bb
    .gitignore updates
    Stéphane Raimbault authored
    2013-03-24 08:12:42 -0700  
    Browse Code »

04 Mar, 2013
1 commit
  • Also ignore .swp files created by vim
    4e145026
    Alexander Klauer authored
    2013-03-04 09:04:04 +0100  
    Browse Code »

26 Feb, 2013
1 commit
  • Ignore files auto-generated by the build process for debian packages
    697c18fd
    Alexander Klauer authored
    2013-02-26 17:06:31 +0100  
    Browse Code »

25 Feb, 2013
6 commits
  • Add Martijn de Gouw name to documentation
    bfee617e
    Stéphane Raimbault authored
    2013-02-25 03:10:44 +0100  
    Browse Code »
  • Add documentation for modbus_mask_write_register (closes #91)
    561700b0
    Martijn de Gouw authored
    2013-02-25 03:10:19 +0100  
    Browse Code »
  • Avoid C99 declaration in win32 section code (closes #92) ...
    c4290368
    Thanks to oldfaber and endrelovas.
    Stéphane Raimbault authored
    2013-02-25 02:15:22 +0100  
    Browse Code »
  • Cleanup on configure.js (w/o any tests...)
    a30eab37
    Stéphane Raimbault authored
    2013-02-25 02:12:34 +0100  
    Browse Code »
  • Fixed style issues.
    bb3ea92b
    oldfaber authored
    2013-02-25 02:12:34 +0100  
    Browse Code »
  • Add a windows scripting host configure file. ...
    208a337e
    Simply run cscript configure.js from the win32 directory to generate
    the files needed to create the modbus DLL.
    oldfaber authored
    2013-02-25 02:12:34 +0100  
    Browse Code »

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

23 Jan, 2013
1 commit
  • Rename reserved C++ keywords of modbus_mask_write_register ...
    5ccb51d5
    Thanks Tobias Doerffel.
    Stéphane Raimbault authored
    2013-01-23 14:24:19 +0100  
    Browse Code »

22 Jan, 2013
6 commits
  • Another quick workaround for deficient OS (closes #63) ...
    34ec939a
    It will better to code something such as:
    https://github.com/crossroads-io/libxs/blob/master/src/err.cpp
    
    I don't intend to rewrite glib neither :(
    Stéphane Raimbault authored
    2013-01-22 23:55:41 +0100  
    Browse Code »
  • Add support for 230400 baudrate
    c9960a0f
    Martijn de Gouw authored
    2013-01-22 23:41:20 +0100  
    Browse Code »
  • Add support for Mask Write Register
    78d301ed
    Martijn de Gouw authored
    2013-01-22 23:38:20 +0100  
    Browse Code »
  • Remove reference to "configure.sh" (?)
    912953a4
    Julian Raschke authored
    2013-01-22 23:02:07 +0100  
    Browse Code »
  • List homebrew dependencies for OS X
    391f063e
    Julian Raschke authored
    2013-01-22 23:02:06 +0100  
    Browse Code »
  • Fix two README.md typos
    cd5eea1b
    Julian Raschke authored
    2013-01-22 23:02:06 +0100  
    Browse Code »

07 Jan, 2013
1 commit
  • Remove blank line from previous commit
    1b0f4420
    Stéphane Raimbault authored
    2013-01-07 14:19:06 +0100  
    Browse Code »