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
  • src
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 Dir »
  • Always set socket to -1 on close()
    d8aa5a42
    Stéphane Raimbault authored
    2013-05-10 01:07:02 +0200  
    Browse Dir »
  • 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 »

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 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 »
  • New functions to set/get swapped floats (LSB)
    997231b7
    Stéphane Raimbault authored
    2013-05-01 16:27:28 +0200  
    Browse Dir »
  • Safer modbus_close
    e6b64888
    Stéphane Raimbault authored
    2013-05-01 15:57:51 +0200  
    Browse Dir »

25 Mar, 2013
2 commits
  • 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 Dir »
  • 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 Dir »

24 Mar, 2013
1 commit
  • 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 Dir »

25 Feb, 2013
4 commits
  • 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 Dir »
  • Cleanup on configure.js (w/o any tests...)
    a30eab37
    Stéphane Raimbault authored
    2013-02-25 02:12:34 +0100  
    Browse Dir »
  • Fixed style issues.
    bb3ea92b
    oldfaber authored
    2013-02-25 02:12:34 +0100  
    Browse Dir »
  • 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 Dir »

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

22 Jan, 2013
3 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 Dir »
  • Add support for 230400 baudrate
    c9960a0f
    Martijn de Gouw authored
    2013-01-22 23:41:20 +0100  
    Browse Dir »
  • Add support for Mask Write Register
    78d301ed
    Martijn de Gouw authored
    2013-01-22 23:38:20 +0100  
    Browse Dir »

07 Jan, 2013
2 commits
  • Remove blank line from previous commit
    1b0f4420
    Stéphane Raimbault authored
    2013-01-07 14:19:06 +0100  
    Browse Dir »
  • Use nonblocking sockets on Win32 and OS X/iOS too
    ad362fc1
    Julian Raschke authored
    2013-01-07 14:17:06 +0100  
    Browse Dir »

16 Nov, 2012
1 commit
  • Fix stupid sizeof on char* ...
    db3b8525
    Thanks Giampaolo Bellini.
    Stéphane Raimbault authored
    2012-11-16 12:45:14 +0100  
    Browse Dir »

13 Nov, 2012
1 commit
  • Update references to README.md
    134ff0ea
    Stéphane Raimbault authored
    2012-11-13 00:20:31 +0100  
    Browse Dir »

12 Nov, 2012
2 commits
  • Fix all compilations warnings spotted by new compilation flags
    0468c30b
    Stéphane Raimbault authored
    2012-11-12 23:35:54 +0100  
    Browse Dir »
  • Major update of build system ...
    03e9d630
    - depends of automake 1.11
    - C99
    - pic-only
    - more warning C flags
    - remove obscure checks
    - don't print directories
    - add libmodbus.pc to clean files
    - remove -Werror
    Stéphane Raimbault authored
    2012-11-12 23:17:40 +0100  
    Browse Dir »

09 Nov, 2012
1 commit
  • Calculate RTS activation time by send length
    cf644914
    Habu authored
    2012-11-09 00:31:31 +0100  
    Browse Dir »

08 Nov, 2012
1 commit
  • Dynamic memory allocation of device name (closes #11)
    541804b3
    Stéphane Raimbault authored
    2012-11-08 23:35:33 +0100  
    Browse Dir »

01 Nov, 2012
1 commit
  • Add unit tests for modbus_mapping_new
    37ed6f90
    Stéphane Raimbault authored
    2012-11-01 23:46:54 +0100  
    Browse Dir »

02 Sep, 2012
6 commits
  • More usual name for a README
    7ca4c79a
    Stéphane Raimbault authored
    2012-09-02 22:26:17 +0200  
    Browse Dir »
  • Rename product name to libmodbus to avoid to use a registered name
    6805d793
    Stéphane Raimbault authored
    2012-09-02 22:22:21 +0200  
    Browse Dir »
  • Don't hardcode libmodbus version number in modbus.dll.manifest
    16d3cacc
    Stéphane Raimbault authored
    2012-09-02 22:18:59 +0200  
    Browse Dir »
  • Add Visual Studio 2008 project files. ...
    fa9acd76
    Add standalone Makefiles for the modbus DLL and tests, using the modbus DLL.
    oldfaber authored
    2012-09-02 22:07:14 +0200  
    Browse Dir »
  • Fix the last warning with Visual Studio 2008.
    bb123c65
    oldfaber authored
    2012-09-02 22:05:49 +0200  
    Browse Dir »
  • Fix: CreateFile() does not set errno. Use GetLastError().
    35b707c9
    oldfaber authored
    2012-09-02 22:04:50 +0200  
    Browse Dir »

25 Jul, 2012
1 commit
  • Fix wrong constant names to create version number ...
    e07924b5
    Thanks to Denis Davydov
    Stéphane Raimbault authored
    2012-07-25 00:36:05 +0200  
    Browse Dir »

27 Jun, 2012
1 commit
  • Add EXPORT to exported functions. ...
    ce0bdfbb
    Fix EXXX values defined in Microsoft C Runtime 10
    oldfaber authored
    2012-06-27 22:25:48 +0200  
    Browse Dir »

17 Jun, 2012
1 commit
  • Remove useless test on error_recovery argument ...
    4396649f
    Thanks to Carlos Tangerino
    Stéphane Raimbault authored
    2012-06-17 15:37:35 +0200  
    Browse Dir »

06 Jun, 2012
1 commit
  • Fix compilation warnings with Microsoft compiler (closes #64)
    a98392f0
    Stéphane Raimbault authored
    2012-06-06 20:14:57 +0200  
    Browse Dir »

29 May, 2012
1 commit
  • Return value of _modbus_tcp_pi_connect() on failure (closes #61)
    2dca0423
    Stéphane Raimbault authored
    2012-05-29 02:00:23 +0200  
    Browse Dir »

19 May, 2012
1 commit
  • Fix TCP PI init under Windows ...
    be4b215d
    Thanks to oldfaber
    Stéphane Raimbault authored
    2012-05-19 23:39:05 +0200  
    Browse Dir »