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
  • modbus-data.c
04 Dec, 2013
1 commit
  • Fix bswap macros for Microsoft Visual Studio C 2006 or newer
    017ffb30
    oldfaber authored
    2013-12-04 22:17:23 +0100  
    Browse File »

10 Oct, 2013
1 commit
  • Remove warnings caused by shadowed 'index' variable ...
    074ba153
    The index variable shadowed a variable in the standard library causing
    warnings. Renaming the 'index' variable to 'idx' resolves the issue.
    Åke Forslund authored
    2013-10-10 19:50:59 +0200  
    Browse File »

22 May, 2013
1 commit
  • Avoid overriding of bswap_32 because bswap_16 is undefined
    55c276e8
    Stéphane Raimbault authored
    2013-05-22 23:09:55 +0200  
    Browse File »

17 May, 2013
1 commit
  • Portable use of bswap_32
    702d2603
    Stéphane Raimbault authored
    2013-05-17 18:21:12 +0200  
    Browse File »

01 May, 2013
2 commits
  • Rename modbus_set_float_swapped to modbus_set_float_dcba
    692f6b76
    Stéphane Raimbault authored
    2013-05-01 23:58:51 +0200  
    Browse File »
  • New functions to set/get swapped floats (LSB)
    997231b7
    Stéphane Raimbault authored
    2013-05-01 16:27:28 +0200  
    Browse File »

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

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

01 Aug, 2011
1 commit
  • Removed useless init in float conversions
    f5e0585b
    Stéphane Raimbault authored
    2011-08-01 09:27:36 +0200  
    Browse File »

11 Jul, 2011
1 commit
  • Add documentation for many functions and tweak argument names ...
    9b803dd4
    Add macros in libmodbus.txt and:
    - modbus_get_byte_from_bits.txt
    - modbus_get_float.txt
    - modbus_reply.txt
    - modbus_reply_exception.txt
    - modbus_set_bits_from_byte.txt
    - modbus_set_bits_from_bytes.txt
    - modbus_set_float.txt
    Stéphane Raimbault authored
    2011-07-11 00:52:17 +0200  
    Browse File »

17 Jun, 2011
1 commit
  • Revert libmodbus licence from LGPLv3 to LGPLv2.1 ...
    12753875
    Avoid incompatibility with GPLv2 program. This change has been approved by
    Tobias Doerffel, Florian octo Forster and Hannu Vuolasaho.
    Stéphane Raimbault authored
    2011-06-17 20:35:53 +0200  
    Browse File »

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

27 Feb, 2011
2 commits
  • 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 File »
  • Minor changes in float functions
    e6349372
    Stéphane Raimbault authored
    2011-02-27 22:10:12 +0100  
    Browse File »

28 Oct, 2010
1 commit
  • Remove the slave ID argument of modbus_new_rtu() ...
    525aadb2
    modbus_set_slave must be used to set the slave ID of the remote
    device to talk in master mode and to set the internal slave ID in
    slave mode.
    
    If you talk to several devices, you need to call modbus_set_slave
    each time the following requests must be sent to another device.
    Stéphane Raimbault authored
    2010-10-28 19:06:42 +0200  
    Browse File »

28 Sep, 2010
1 commit
  • MAJOR Split RTU and TCP code in two backends ...
    815d11f0
    All private functions and constants are now prefixed by _.
    The modbus protocol uses entry points to call specific functions.
    Stéphane Raimbault authored
    2010-09-28 23:39:51 +0200  
    Browse File »