Historial de Commits

Autor SHA1 Mensaje Fecha
  Stéphane Raimbault d1f1854338 New error recovery modes: link and protocol hace 14 años
  Stéphane Raimbault bb23b4abfa Remove set but unused req_lenth and address in unit tests hace 14 años
  Stéphane Raimbault 1a45c24d7e Increase wait in unit test for Windows 7 slowness hace 14 años
  Stéphane Raimbault a0a8242aba The test with too short timeout is allowed to fail hace 14 años
  Stéphane Raimbault e0839095ed New unit test with invalid slave and invalid request hace 14 años
  Stéphane Raimbault 852d7825e1 Rename [gs]et_timeout_[begin|end] to [gs]et_[response|byte]_timeout hace 14 años
  Stéphane Raimbault 1a6b2b9f19 Missing message in unit tests for modbus_send_raw_request hace 14 años
  Stéphane Raimbault b76b3952ef The usleep in unit tests was too short hace 14 años
  Stéphane Raimbault f2f42c01a9 Shorter names for constants which hold the number of values in UT hace 14 años
  Stéphane Raimbault 018cdd6e68 New function modbus_receive_confirmation hace 14 años
  Stéphane Raimbault 0e4e82e8ce New function modbus_send_raw_request hace 14 años
  Florian Forster 50136971e1 tests/unit-test-client.c: Fix curly braces. hace 14 años
  Stéphane Raimbault c44dcfd5a2 Make the TCP implementation "protocol independent", i.e. IPv6 capable. hace 14 años
  Stéphane Raimbault 49d6f4a71f Read/write were swapped in _FC_READ_AND_WRITE_REGISTERS. Closes GH-2. hace 14 años
  Stéphane Raimbault 3c459bc15c Wait before flushing in unit tests hace 14 años
  Stéphane Raimbault a4f7996eaf New function to reply to an indication with an exception message hace 14 años
  Stéphane Raimbault 1191aa6097 Missing modbus_flush call in unit tests after a forced timeout hace 14 años
  Stéphane Raimbault 87293e459e MAJOR Rewrite of the message reading hace 14 años
  Stéphane Raimbault a50988354a Fix missing progname string in 'Usage' message hace 14 años
  Stéphane Raimbault b8c0558c19 Rename modbus_[listen|accept] to modbus_tcp_[listen|accept] hace 14 años
  Stéphane Raimbault 4ac3cc374f Add strlcpy if not available to enhance copy of device string hace 14 años
  Stéphane Raimbault 525aadb23a Remove the slave ID argument of modbus_new_rtu() hace 14 años
  Stéphane Raimbault bf763c96cd Rename to modbus_read_and_write_registers to follow the new API hace 14 años
  Hannu Vuolasaho 9a2733e7ec New read and write registers function hace 14 años
  Hannu Vuolasaho a2e16a16b0 Replace MODBUS_MAX_* by MODBUS_MAX_[READ|WRITE]_* hace 14 años
  Stéphane Raimbault 4d3bf7beea Implement report slave ID on server side hace 14 años
  Stéphane Raimbault a0c660fe43 Add unit test to read 0 registers hace 14 años
  Stéphane Raimbault 3593d5ad54 Rename slave to server and master to client hace 14 años