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
19 Jul, 2022
1 commit
  • address check in single register / coil responses added (#463) ...
    cfeca264
    Address check in single register / coil responses added
    
    According to Modbus standard the address of single register / coils request and response must match
    
    Co-authored-by: Heinrich Gsponer <heinrich.gsponer@siemens.com>
    Pascal Bach authored
    2022-07-19 22:36:41 +0200  
    Browse Code »

30 Mar, 2022
1 commit
  • Swap CRC bytes in request data but not at CRC computing (#397)
    27b90ded
    Stéphane Raimbault authored
    2022-03-30 18:31:00 +0200  
    Browse Code »

22 Feb, 2022
3 commits
  • Make sub-command more clear
    a2e0e454
    Mochamad Arifin authored
    2022-02-22 00:41:10 +0100  
    Browse Code »
  • Fix float endianness issue on big endian architecture. ...
    49af73de
    It converts float values depending on what order they come in.
    
    This patch was modified from rm5248 [1]
    
    [1] https://github.com/synexxus/libmodbus/commit/a511768e7fe7ec52d7bae1d9ae04e33f87a59627
    SZ Lin (林上智) authored
    2022-02-22 00:34:08 +0100  
    Browse Code »
  • Fix comment about EMBUNKEXC (closes #566) ...
    1a503b7f
    This native libmodbus error code is defined but not used.
    Stéphane Raimbault authored
    2022-02-22 00:24:05 +0100  
    Browse Code »

28 Jan, 2022
1 commit
  • Add rm5248 to .clabot
    7c8dbd29
    Stéphane Raimbault authored
    2022-01-28 11:51:14 +0100  
    Browse Code »

26 Jan, 2022
4 commits
  • Fix typo on connection (closes #586). ...
    976e7d66
    Thank you @peternewman.
    Stéphane Raimbault authored
    2022-01-26 00:16:35 +0100  
    Browse Code »
  • Fix network library detection on Haiku
    a766f17d
    begasus authored
    2022-01-26 00:03:34 +0100  
    Browse Code »
  • Minor documentation correction
    ffa9e2c0
    Rick M authored
    2022-01-26 00:02:17 +0100  
    Browse Code »
  • Minor documentation correction ...
    00ecdd24
    Sorry for the two PRs, I did one then realized I should check the other
    Rick M authored
    2022-01-26 00:01:42 +0100  
    Browse Code »

25 Jan, 2022
2 commits
  • Add many contributors to .clabot
    36075e26
    Stéphane Raimbault authored
    2022-01-25 23:58:21 +0100  
    Browse Code »
  • Fix typos (closes #620)
    fb43eaab
    Stéphane Raimbault authored
    2022-01-25 22:58:34 +0100  
    Browse Code »

10 Jan, 2022
1 commit
  • Minor changes to NEWS
    b546de99
    Stéphane Raimbault authored
    2022-01-10 21:45:49 +0100  
    Browse Code »

09 Jan, 2022
1 commit
  • Bump version to 3.1.7
    3da2d019
    Stéphane Raimbault authored
    2022-01-09 00:17:00 +0100  
    Browse Code »

08 Jan, 2022
1 commit
  • modbus_reply: fix copy & paste error in sanity check (fixes #614) ...
    b4ef4c17
    While handling MODBUS_FC_WRITE_AND_READ_REGISTERS, both address offsets
    must be checked, i.e. the read and the write address must be within the
    mapping range.
    
    At the moment, only the read address was considered, it looks like a
    simple copy and paste error, so let's fix it.
    
    Signed-off-by: Michael Heimpold <mhei@heimpold.de>
    Michael Heimpold authored
    2022-01-08 20:00:53 +0100  
    Browse Code »

07 Jan, 2022
3 commits
  • Add SECURITY.md (closes #613)
    bd1c85f2
    Stéphane Raimbault authored
    2022-01-07 16:10:10 +0100  
    Browse Code »
  • Fix typo in comment (closes #588) ...
    89f5c504
    Thank you @qqq89513
    Stéphane Raimbault authored
    2022-01-07 15:53:53 +0100  
    Browse Code »
  • Replace obsolete AC_PROG_CC_STDC by AC_PROG_CC
    410b148f
    Stéphane Raimbault authored
    2022-01-07 15:43:07 +0100  
    Browse Code »

18 Oct, 2021
3 commits
  • Fix position of CC flags in documentation (closes #599)
    ebc4f478
    Stéphane Raimbault authored
    2021-10-18 15:29:22 +0200  
    Browse Code »
  • Remove duplicate ';' (closes #602)
    4dbef355
    Stéphane Raimbault authored
    2021-10-18 15:27:54 +0200  
    Browse Code »
  • Add the baud rate of 256k for Windows (closes #603)
    d9054d40
    Stéphane Raimbault authored
    2021-10-18 15:25:32 +0200  
    Browse Code »

06 Oct, 2021
1 commit
  • Add FUNDING.yml
    d22f72cb
    Stéphane Raimbault authored
    2021-10-06 14:31:30 +0200  
    Browse Code »

11 May, 2021
5 commits
  • cosmetic changes in man page standardizing itemization
    31f77918
    Marc Haber authored
    2021-05-11 00:57:24 +0200  
    Browse Code »
  • Fix many typos ...
    d25150ac
    Thanks to @peternewman
    Stéphane Raimbault authored
    2021-05-11 00:55:51 +0200  
    Browse Code »
  • Replace .dir-locals.el (Emacs) by .editorconfig
    56d1d95d
    Stéphane Raimbault authored
    2021-05-11 00:55:51 +0200  
    Browse Code »
  • typo
    1f84d40a
    Stefan Nilsson authored
    2021-05-11 00:29:09 +0200  
    Browse Code »
  • Add .clabot
    bcfd1114
    Stéphane Raimbault authored
    2021-05-11 00:14:13 +0200  
    Browse Code »

30 Apr, 2021
3 commits
  • Include the test LICENSE in tarball ...
    486f277d
    Fix for #542
    Richard Ash authored
    2021-04-30 01:47:17 +0200  
    Browse Code »
  • Install the NEWS and AUTHORS files ...
    26c85163
    Fix #513
    Richard Ash authored
    2021-04-30 01:47:17 +0200  
    Browse Code »
  • Update README.md ...
    ae661532
    Add Embox RTOS to the list of supported OSes
    Anton Bondarev authored
    2021-04-30 01:44:18 +0200  
    Browse Code »

03 Dec, 2020
1 commit
  • docs: fix simple typo, reponse -> response ...
    1d758ca2
    There is a small typo in tests/bandwidth-client.c.
    
    Should read `response` rather than `reponse`.
    Tim Gates authored
    2020-12-03 10:14:41 +0100  
    Browse Code »

24 Sep, 2020
2 commits
  • Add modbus_[get|set]_indication_timeout to doc build
    9d3b1286
    Stéphane Raimbault authored
    2020-09-24 22:37:57 +0200  
    Browse Code »
  • Fix warning issues ...
    0814ecf7
    When compiling with gcc and option -Wconversion it fixes the
    warning message
    
      warning: conversion from ‘X’ {aka ‘x’} to ‘Y’ {aka ‘y’} may change value
    
    Signed-off-by: José Bollo <jose.bollo@iot.bzh>
    José Bollo authored
    2020-09-24 22:03:06 +0200  
    Browse Code »

05 Apr, 2020
1 commit
  • Move malloc before starting unit tests
    7f48e0fd
    Stéphane Raimbault authored
    2020-04-05 23:09:47 +0200  
    Browse Code »

02 Aug, 2019
2 commits
  • Fixed MODBUS_GET_* macros in case of negative values ...
    f1eb4bc7
    In case resulting value should be negative it is incorrect to use '+' operator to construct it from pieces, because highest bytes will result in negative number after bitwise shift while others will stay positive. Replacing addition with '|' should solve the issue.
    i-ky authored
    2019-08-02 16:25:49 +0100  
    Browse Code »
  • SPDX: change LGPL-2.1+ to LGPL-2.1-or-later ...
    820e15fa
    Since SPDX release 3.0 LGPL-2.1+ became LGPL-2.1-or-later. Hence
    replace the deprecated identifiers.
    Yegor Yefremov authored
    2019-08-02 12:07:53 +0100  
    Browse Code »

31 Jul, 2019
2 commits
  • Bump version to 3.1.6
    f9fe3b0a
    Stéphane Raimbault authored
    2019-07-31 23:17:38 +0200  
    Browse Code »
  • Fix my so stupid fix for VD-1301 vulnerability ...
    6f915d42
    I can't believe I committed that copy/paste mistake.
    Sorry Maor Vermucht and Or Peles, excepted naming your original
    patch was OK.
    
    Thank you Karl Palsson for your review.
    Stéphane Raimbault authored
    2019-07-31 23:15:59 +0200  
    Browse Code »

29 Jul, 2019
2 commits
  • Bump version to 3.1.5
    890e689b
    Stéphane Raimbault authored
    2019-07-29 12:43:11 +0200  
    Browse Code »
  • Update NEWS
    7fec417e
    Stéphane Raimbault authored
    2019-07-29 12:43:01 +0200  
    Browse Code »