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
01 Aug, 2011
6 commits
  • Updated NEWS
    c010593c
    Stéphane Raimbault authored
    2011-08-01 08:35:25 +0200  
    Browse Code »
  • Review of RTS flow control code ...
    27b39f7e
    - avoid export of _modbus_rtu_set_rts and change its name to avoid
      confusion
    - namespace RTU functions and constants
    - use_rts is renamed rts
    - add missing '_' in function name
    - remove useless debug message in usual write
    - wrong message about 'not supported'
    - add check for TIOCM_RTS support
    - block RTS flow control when not available
    Stéphane Raimbault authored
    2011-08-01 08:35:25 +0200  
    Browse Code »
  • Some stilistic changes
    88b2eaf3
    Torello Querci authored
    2011-08-01 08:35:25 +0200  
    Browse Code »
  • Motified the RTS handling routine in order to manager when the ...
    fa86846c
    bit is used HIGH to able to transmit, or LOW.
    Torello Querci authored
    2011-08-01 08:35:25 +0200  
    Browse Code »
  • Add some debug message in the send request function.
    8bb83590
    Torello Querci authored
    2011-08-01 08:35:25 +0200  
    Browse Code »
  • Add the support to RTS signal in order to have RS485 working on some linux box with RS485 on-board.
    bf6718c9
    Torello Querci authored
    2011-08-01 08:35:24 +0200  
    Browse Code »

27 Jul, 2011
1 commit
  • Improved libmodbus.spec by Fedora community ...
    2f911c3b
    https://bugzilla.redhat.com/show_bug.cgi?id=724942
    Stéphane Raimbault authored
    2011-07-27 18:35:47 +0200  
    Browse Code »

22 Jul, 2011
2 commits
  • Add example to the documentation of modbus_read_registers
    7f75c81b
    Stéphane Raimbault authored
    2011-07-22 23:30:27 +0200  
    Browse Code »
  • Many small fixes and improvements to the documentation
    e42770aa
    Stéphane Raimbault authored
    2011-07-22 23:02:43 +0200  
    Browse Code »

18 Jul, 2011
1 commit
  • Bump version to 3.0.1
    26131384
    Stéphane Raimbault authored
    2011-07-18 22:29:53 +0200  
    Browse Code »

17 Jul, 2011
6 commits
  • Extract serial_mode attribute from platform tests ...
    3803f89e
    Bonus side effect: the integer isn't present anymore when TIOCSRS485
    isn't supported on non Win32 platforms.
    Stéphane Raimbault authored
    2011-07-17 23:13:43 +0200  
    Browse Code »
  • Fix proper check of HAVE_DECL_TIOCSRS485 in recent Win32 fix
    76284c17
    Stéphane Raimbault authored
    2011-07-17 23:09:17 +0200  
    Browse Code »
  • Fix compile failure in modbus_rtu_get_serial_mode() without RS485 support ...
    4583f5ce
    When there's no RS485 support available (e.g. on Win32), the modbus_rtu_t
    data structure does not have the serial_mode member. It therefore must
    not be used in modbus_rtu_get_serial_mode() if HAVE_DECL_TIOCSRS485 is
    not defined. Fixes Win32 build with recent versions of libmodbus.
    Tobias Doerffel authored
    2011-07-17 23:06:27 +0200  
    Browse Code »
  • Workaround for missing definition of ENOTSUP on Win32 ...
    876a8d0d
    The ENOTSUP error code is not defined on Win32. However we can simply
    use an equivalent from the Windows Socket API (WSA). Fixes Win32 build
    with recent versions of libmodbus.
    Tobias Doerffel authored
    2011-07-17 22:10:46 +0200  
    Browse Code »
  • Updated NEWS
    e28361f7
    Stéphane Raimbault authored
    2011-07-17 21:44:11 +0200  
    Browse Code »
  • Properly check TIOCSRS485 define.
    83509b42
    Matthijs Kool authored
    2011-07-17 21:38:50 +0200  
    Browse Code »

12 Jul, 2011
1 commit
  • Rename package to libmodbus5 to fix lintian warning ...
    136a1880
    Patch provided by Ivo De Decker <Ivo.DeDecker@UGent.be>.
    Debian library packaging guide states "The package name should match the
    shared library SONAME"
    (http://www.netfort.gr.jp/~dancer/column/libpkg-guide/libpkg-guide.html)
    Stéphane Raimbault authored
    2011-07-12 22:00:31 +0200  
    Browse Code »

11 Jul, 2011
11 commits
  • Bump version to magic 3.0.0
    00cb49e3
    Stéphane Raimbault authored
    2011-07-11 23:58:07 +0200  
    Browse Code »
  • Fix duplicated .so in libmodbus.spec.in
    6aaac1a9
    Stéphane Raimbault authored
    2011-07-11 23:56:47 +0200  
    Browse Code »
  • Add dependency on asciidoc in Debian package ...
    69c551c6
    Patch provided by Ivo De Decker <Ivo.DeDecker@UGent.be>
    Stéphane Raimbault authored
    2011-07-11 23:05:52 +0200  
    Browse Code »
  • Removed recently added .la file in packages ...
    c8f3a053
    http://wiki.debian.org/ReleaseGoals/LAFileRemoval
    Stéphane Raimbault authored
    2011-07-11 18:35:14 +0200  
    Browse Code »
  • Updated RPM spec file with new man pages
    0b62fdd6
    Stéphane Raimbault authored
    2011-07-11 08:56:53 +0200  
    Browse Code »
  • Add manpages to debian package
    16d909ab
    Stéphane Raimbault authored
    2011-07-11 08:37:31 +0200  
    Browse Code »
  • Litian fixes provided by Ivo De Decker
    daf0e4c4
    Stéphane Raimbault authored
    2011-07-11 08:07:52 +0200  
    Browse Code »
  • Add log for RPM spec file in NEWS
    3db8dfe7
    Stéphane Raimbault authored
    2011-07-11 00:55:23 +0200  
    Browse Code »
  • 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 Code »
  • Fix bad links in the documentation
    fb89fa36
    Stéphane Raimbault authored
    2011-07-11 00:42:27 +0200  
    Browse Code »
  • Add traling ';' to all synopsises in the documentation
    c2313dd9
    Stéphane Raimbault authored
    2011-07-11 00:41:12 +0200  
    Browse Code »

07 Jul, 2011
3 commits
  • New spec file for RPM packaging
    51495a9a
    Stéphane Raimbault authored
    2011-07-07 21:48:17 +0200  
    Browse Code »
  • Update links in libmodbus.txt to modbus_*_timeout
    716dcac9
    Stéphane Raimbault authored
    2011-07-07 21:40:29 +0200  
    Browse Code »
  • Added missing modbus_receive_from to Makefile
    295abc53
    Stéphane Raimbault authored
    2011-07-07 21:14:12 +0200  
    Browse Code »

04 Jul, 2011
1 commit
  • Enhanced report slave ID and documentation
    ad80a6d3
    Stéphane Raimbault authored
    2011-07-04 02:48:32 +0200  
    Browse Code »

29 Jun, 2011
1 commit
  • Minor change to documentation
    78587bdf
    Stéphane Raimbault authored
    2011-06-29 19:10:25 +0200  
    Browse Code »

28 Jun, 2011
3 commits
  • Documentation of modbus_mapping_new and modbus_mapping_free
    3e4cce54
    Stéphane Raimbault authored
    2011-06-28 09:10:10 +0200  
    Browse Code »
  • Added documentation of modbus_write_and_read_registers
    64e21cce
    Stéphane Raimbault authored
    2011-06-28 08:18:41 +0200  
    Browse Code »
  • Renamed modbus_read_and_write_registers to modbus_write_and_read_registers ...
    a2e41db3
    The function name was confusing because the write operation is performed
    before the read. Take care to swap the arguments in the migration process.
    Stéphane Raimbault authored
    2011-06-28 08:15:08 +0200  
    Browse Code »

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

08 Jun, 2011
1 commit
  • Export the MODBUS_RTU_RS232/485 and rtu_set_serial_mode on all platforms
    e97b72e3
    Stéphane Raimbault authored
    2011-06-08 12:48:49 +0200  
    Browse Code »

05 Jun, 2011
2 commits
  • Replace spaces by tab in debian/rules
    71585404
    Stéphane Raimbault authored
    2011-06-05 21:40:20 +0200  
    Browse Code »
  • Indicates the required Linux version for RS485 functions ...
    a17a858c
    Thank you Ivo De Decker.
    Stéphane Raimbault authored
    2011-06-05 21:37:02 +0200  
    Browse Code »