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
10 Aug, 2010
1 commit
  • Replace MODBUS_MAX_* by MODBUS_MAX_[READ|WRITE]_*
    a2e16a16
    Hannu Vuolasaho authored
    2010-08-10 08:26:47 +0200  
    Browse Code »

09 Aug, 2010
1 commit
  • Avoid duplicated code to compute the header_length
    f33e5b9f
    Stéphane Raimbault authored
    2010-08-09 18:14:27 +0200  
    Browse Code »

04 Aug, 2010
2 commits
  • Add modbus-version.h.in ...
    0a671c23
    - partial revert of 93ce13656103cbb459ebd630d055a008dbb059f3
    - it was a bit confusing to always edit modbus.h.in
    - the header inclusion still unchanged (<modbus.h>)
    Stéphane Raimbault authored
    2010-08-04 23:02:21 +0200  
    Browse Code »
  • Add AM_LDFLAGS to LDFLAGS
    fb1abdbc
    Stéphane Raimbault authored
    2010-08-04 22:19:46 +0200  
    Browse Code »

29 Jul, 2010
3 commits
  • Allow 0 size in mapping allocation ...
    e7d499b6
    Idea suggested by Hannu Vuolasaho
    Stéphane Raimbault authored
    2010-07-29 11:04:18 +0200  
    Browse Code »
  • Add missing invalid function exception
    a0b12254
    Stéphane Raimbault authored
    2010-07-29 10:34:09 +0200  
    Browse Code »
  • OpenBSD support by Anibal Limón
    811d1349
    Stéphane Raimbault authored
    2010-07-29 10:00:46 +0200  
    Browse Code »

28 Jul, 2010
1 commit
  • Add a missing space in a verbose message
    d613a640
    Stéphane Raimbault authored
    2010-07-28 09:50:15 +0200  
    Browse Code »

23 Jul, 2010
5 commits
  • Implement report slave ID on server side ...
    4d3bf7be
    - return only useful data client side
    - available in TCP when a gateway to RTU is used
    - need to add isolated handling of indication/confirmation messages
    Stéphane Raimbault authored
    2010-07-23 00:27:49 +0200  
    Browse Code »
  • Comments, naming and minor
    86418cf3
    Stéphane Raimbault authored
    2010-07-23 00:27:49 +0200  
    Browse Code »
  • Add unit test to read 0 registers
    a0c660fe
    Stéphane Raimbault authored
    2010-07-23 00:27:49 +0200  
    Browse Code »
  • Rename slave to server and master to client
    3593d5ad
    Stéphane Raimbault authored
    2010-07-23 00:27:49 +0200  
    Browse Code »
  • Major - Oh Gosh, it's brand new API! ...
    754235c2
    - more coherent
    - namespace
    - opaque and smaller context
    - usual wording
    Stéphane Raimbault authored
    2010-07-23 00:27:46 +0200  
    Browse Code »

19 Jul, 2010
4 commits
  • Change indent level from 8 to 4
    66c59d6f
    Stéphane Raimbault authored
    2010-07-19 08:44:57 +0200  
    Browse Code »
  • Removed trailing whitespace
    5ab6c0e1
    Stéphane Raimbault authored
    2010-07-19 08:29:15 +0200  
    Browse Code »
  • Parity setting is now a single char ('N', 'E' or 'O')
    807c20f0
    Stéphane Raimbault authored
    2010-07-19 08:29:15 +0200  
    Browse Code »
  • Fix #591142 - Slave id check should be disabled in TCP connection ...
    2b985f81
    A new API will be committed to remove the slave in TCP communication.
    Stéphane Raimbault authored
    2010-07-19 08:29:12 +0200  
    Browse Code »

07 Jul, 2010
7 commits
  • The request to check no response from the slave wasn't valid
    9ea54e09
    Stéphane Raimbault authored
    2010-07-07 18:06:36 +0200  
    Browse Code »
  • Fix step numbers in unit tests
    dea51e1c
    Stéphane Raimbault authored
    2010-07-07 17:37:31 +0200  
    Browse Code »
  • Fix #463299 - New functions to get/set timeouts of begin and end of trame ...
    d8f25477
    Original patch by Sisyph (eric-paul).
    Stéphane Raimbault authored
    2010-07-07 14:52:05 +0200  
    Browse Code »
  • Add missing return in modbus_flush
    7eac79a7
    Stéphane Raimbault authored
    2010-07-07 14:41:04 +0200  
    Browse Code »
  • Fix the broadcast constant (255 -> 0) ...
    daa6d208
    Page 23 of Modbus_Messaging_Implementation_Guide_V1_0b
    Stéphane Raimbault authored
    2010-07-07 12:03:10 +0200  
    Browse Code »
  • Updated NEWS
    367d565d
    Stéphane Raimbault authored
    2010-07-07 11:58:55 +0200  
    Browse Code »
  • Remove the function set_message_length_tcp ...
    1c501045
    The function was used only one time.
    Stéphane Raimbault authored
    2010-07-07 08:08:21 +0200  
    Browse Code »

06 Jul, 2010
2 commits
  • Restore slave ID (server ID) argument in functions ...
    192f1731
    The ID used at init time will be the device ID of the caller and
    the server ID in request functions is the target to reach.
    Stéphane Raimbault authored
    2010-07-06 21:31:45 +0200  
    Browse Code »
  • Merge modbus.h and version.h ...
    93ce1365
    The library is now simpler to include (only one <modbus.h>)
    To avoid confusion MB_VERSION defines have been renamed to
    LIBMODBUS_VERSION.
    Stéphane Raimbault authored
    2010-07-06 17:02:17 +0200  
    Browse Code »

02 Jul, 2010
2 commits
  • Revert "Rename src to modbus" ...
    4a38de0a
    This reverts commit df0cf7927249954f15e0aa85b02d21b990fa9af9.
    Use <modbus.h> in tests.
    Stéphane Raimbault authored
    2010-07-02 08:37:42 +0200  
    Browse Code »
  • Error conventions of POSIX systems and error recovery ...
    f0e7ad21
    - returns -1 on error and set errno
    - error recovery system was flawed
    - error recovery disabled by default
    - remove a malloc
    Stéphane Raimbault authored
    2010-07-02 08:00:38 +0200  
    Browse Code »

10 Jun, 2010
1 commit
  • Fix typo on fprintf
    bb13bb7b
    Stéphane Raimbault authored
    2010-06-10 08:39:35 +0200  
    Browse Code »

31 May, 2010
1 commit
  • Write real errors to stderr
    5ec104ae
    Stéphane Raimbault authored
    2010-05-31 18:40:16 +0200  
    Browse Code »

23 Apr, 2010
4 commits
  • Change libtool versionning after discussion with Florian Forster
    a72d756c
    Stéphane Raimbault authored
    2010-04-23 16:42:57 +0200  
    Browse Code »
  • Automake 1.11 isn't required
    887a2946
    Stéphane Raimbault authored
    2010-04-23 10:24:57 +0200  
    Browse Code »
  • Add missing details to 'Fix inconsistent pkg-config file'
    87113d7a
    Stéphane Raimbault authored
    2010-04-23 10:23:05 +0200  
    Browse Code »
  • Fix inconsistent pkg-config file ...
    9df213cc
    Some files reference modbus.pc or modbus.pc.in while other files
    reference libmodbus.pc or libmodbus.pc.in.
    
    Let stick with libmodbus.pc or libmodbus.pc.in.
    Bryan Hundven authored
    2010-04-23 10:14:46 +0200  
    Browse Code »

16 Apr, 2010
2 commits
  • Minor changes in spec file
    2d90cd56
    Stéphane Raimbault authored
    2010-04-16 03:40:23 +0200  
    Browse Code »
  • Add versioning infrastructure ...
    95fd206f
    Inspired by the Clutter project and work done by Florian Forster.
    Stéphane Raimbault authored
    2010-04-16 03:37:56 +0200  
    Browse Code »

02 Apr, 2010
4 commits
  • Updated tests/README
    c0de8fed
    Stéphane Raimbault authored
    2010-04-02 17:07:49 +0200  
    Browse Code »
  • Rename src to modbus ...
    df0cf792
    This time the change is definitive :)
    Stéphane Raimbault authored
    2010-04-02 17:07:42 +0200  
    Browse Code »
  • Add foreign option to AM_INIT_AUTOMAKE ...
    7a353920
    Avoid to create generic INSTALL file
    Stéphane Raimbault authored
    2010-04-02 12:50:13 +0200  
    Browse Code »
  • Updated NEWS and README
    0cf64c6f
    Stéphane Raimbault authored
    2010-04-02 12:40:22 +0200  
    Browse Code »