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
  • tests
  • random-test-client.c
12 Jun, 2012
1 commit
  • Fix random-test-* with Microsoft compiler (closes #65)
    3ff47917
    Stéphane Raimbault authored
    2012-06-12 00:10:12 +0200  
    Browse File »

27 Mar, 2012
2 commits
  • I was certainly under the influence of drugs or hurry
    6f1ed722
    Stéphane Raimbault authored
    2012-03-27 18:53:36 +0200  
    Browse File »
  • Fix a missing free in random-test-client ...
    1ffb31da
    Thanks again to Stefan Finzel.
    It would be nice to run Valgrind more often...
    Stéphane Raimbault authored
    2012-03-27 09:38:28 +0200  
    Browse File »

28 Jun, 2011
1 commit
  • 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 File »

10 Jan, 2011
1 commit
  • Fix the random tests for _FC_READ_AND_WRITE_REGISTERS ...
    b1423d73
    Related to 49d6f4a71f686de64e5c28d6dd8acd2c98c5038d.
    Stéphane Raimbault authored
    2011-01-10 10:08:03 +0100  
    Browse File »

28 Oct, 2010
1 commit
  • Remove the slave ID argument of modbus_new_rtu() ...
    525aadb2
    modbus_set_slave must be used to set the slave ID of the remote
    device to talk in master mode and to set the internal slave ID in
    slave mode.
    
    If you talk to several devices, you need to call modbus_set_slave
    each time the following requests must be sent to another device.
    Stéphane Raimbault authored
    2010-10-28 19:06:42 +0200  
    Browse File »

10 Aug, 2010
2 commits
  • Rename to modbus_read_and_write_registers to follow the new API
    bf763c96
    Stéphane Raimbault authored
    2010-08-10 08:51:26 +0200  
    Browse File »
  • New read and write registers function
    9a2733e7
    Hannu Vuolasaho authored
    2010-08-10 08:39:54 +0200  
    Browse File »

23 Jul, 2010
1 commit
  • Rename slave to server and master to client
    3593d5ad
    Stéphane Raimbault authored
    2010-07-23 00:27:49 +0200  
    Browse File »