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
02 Nov, 2011
2 commits
  • Display function codes in hexadecimal in debug mode
    7fed3ff9
    Stéphane Raimbault authored
    2011-11-02 08:38:37 +0100  
    Browse Code »
  • Fixed compilation break on platforms without TIOCSRS485 ...
    16e14ae1
    The serial mode and rts flags are now initialized in new function.
    Original patch provided by Jaime Alberto Silva
    <jaime@sgautomatizacion.com>.
    Stéphane Raimbault authored
    2011-11-02 08:04:31 +0100  
    Browse Code »

31 Oct, 2011
4 commits
  • Check slave only in RTU backend and add unit tests ...
    1941fd4a
    - new function _modbus_rtu_pre_check_confirmation
    - new special test value to trigger an invalid response
    - add unit test to cover invalid TID too
    Stéphane Raimbault authored
    2011-10-31 16:49:17 +0100  
    Browse Code »
  • Minor coding convention
    6bad3494
    Stéphane Raimbault authored
    2011-10-31 16:49:17 +0100  
    Browse Code »
  • Provides a way to disable the byte timeout.
    602a7f38
    Alex Stapleton authored
    2011-10-31 16:49:17 +0100  
    Browse Code »
  • Added slave ID check for response messages
    7ecfd411
    Alex Stapleton authored
    2011-10-31 16:49:17 +0100  
    Browse Code »

20 Oct, 2011
1 commit
  • Protects modbus_mapping_free against NULL argument ...
    98b7a6a1
    Thanks to Andrea Mattia
    Stéphane Raimbault authored
    2011-10-20 22:52:45 +0200  
    Browse Code »

29 Sep, 2011
1 commit
  • Fix check on file doc/libmodbus.7 in acinclude.m4 (closes #28)
    85135558
    Stéphane Raimbault authored
    2011-09-29 14:21:37 +0200  
    Browse Code »

28 Sep, 2011
3 commits
  • Close file descriptor when the settings don't apply in RTU ...
    c1b5d585
    Original patch provided by Thomas Stalder.
    Stéphane Raimbault authored
    2011-09-28 20:51:40 +0200  
    Browse Code »
  • unit-test.h is now generated to avoid config.h dependency
    610ff3b7
    Stéphane Raimbault authored
    2011-09-28 20:28:48 +0200  
    Browse Code »
  • Request for Windows Sockets specification version 2.2 instead of 2.0 ...
    e93f2d88
    Thanks to Pavel Mazniker for the report.
    Stéphane Raimbault authored
    2011-09-28 19:47:31 +0200  
    Browse Code »

07 Sep, 2011
1 commit
  • Appoint Ivo De Decker as Debian package maintainer ...
    c0cac3d9
    - add mising dependency on xmlto
    - describe license of the tests
    - adjust formating of licences
    - add format file
    Stéphane Raimbault authored
    2011-09-07 20:23:37 +0200  
    Browse Code »

31 Aug, 2011
2 commits
  • Small documentation fixes by shagol (closes #20).
    201a2f29
    Stéphane Raimbault authored
    2011-08-31 22:34:58 +0200  
    Browse Code »
  • Move 'RTS flow control' NEWS entry in 3.1.0 section
    9c3f5c71
    Stéphane Raimbault authored
    2011-08-31 21:21:52 +0200  
    Browse Code »

16 Aug, 2011
2 commits
  • Add documentation for modbus_tcp_listen
    9dcfed81
    Stéphane Raimbault authored
    2011-08-16 08:25:40 +0200  
    Browse Code »
  • Fix and improve documentation of modbus_set_error_recovery
    c7051e0d
    Stéphane Raimbault authored
    2011-08-16 06:56:01 +0200  
    Browse Code »

12 Aug, 2011
1 commit
  • Add again libtool as build requirement in spec file
    a92ea2eb
    Stéphane Raimbault authored
    2011-08-12 00:03:29 +0200  
    Browse Code »

02 Aug, 2011
1 commit
  • Further refinements to the libmodbus.spec file
    3dcdc39a
    Stéphane Raimbault authored
    2011-08-02 07:08:24 +0200  
    Browse Code »

01 Aug, 2011
10 commits
  • Update description of libmodbus
    d48107e4
    Stéphane Raimbault authored
    2011-08-01 22:25:44 +0200  
    Browse Code »
  • Fix errors reported by rpmlint ...
    116c50b0
    - increase package release
    - license name
    - readd automake
    Stéphane Raimbault authored
    2011-08-01 22:25:29 +0200  
    Browse Code »
  • Removed useless init in float conversions
    f5e0585b
    Stéphane Raimbault authored
    2011-08-01 09:27:36 +0200  
    Browse Code »
  • Add documentation of modbus_rtu_[gs]et_rts functions
    f9263110
    Stéphane Raimbault authored
    2011-08-01 08:35:25 +0200  
    Browse Code »
  • 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
1 commit
  • Bump version to magic 3.0.0
    00cb49e3
    Stéphane Raimbault authored
    2011-07-11 23:58:07 +0200  
    Browse Code »