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
27 Dec, 2011
1 commit
  • Move RTU filtering in CRC check to avoid useless call to modbus_reply ...
    9d5344cf
    Warning, modbus_receive returns 0 when a query is ignored.
    
    - function removed from TCP and RTU code and from backend structure
    - updated documentation
    - updated examples
    Stéphane Raimbault authored
    2011-12-27 00:15:27 +0100  
    Browse Code »

15 Dec, 2011
2 commits
  • Fix typo in message found by Christian Leutloff
    a6e63d7d
    Stéphane Raimbault authored
    2011-12-15 07:11:28 +0100  
    Browse Code »
  • Unique transaction identifier by TCP connection ...
    6564c32b
    - remove static variable in the library
    
    libabc is a really good source of inspiration!
    https://git.kernel.org/?p=linux/kernel/git/kay/libabc.git
    Stéphane Raimbault authored
    2011-12-15 07:11:04 +0100  
    Browse Code »

02 Nov, 2011
5 commits
  • Use accept4 with SOCK_CLOEXEC when available (Linux)
    2c585851
    Stéphane Raimbault authored
    2011-11-02 23:42:33 +0100  
    Browse Code »
  • Open fd and socket with the CLOEXEC flag when available
    b94ba026
    Stéphane Raimbault authored
    2011-11-02 23:15:39 +0100  
    Browse Code »
  • Exception response on report slave ID wasn't detected (closes #27)
    4cbc5252
    Stéphane Raimbault authored
    2011-11-02 08:54:26 +0100  
    Browse Code »
  • 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
2 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 »