Commit Verlauf

Autor SHA1 Nachricht Datum
  Stéphane Raimbault 12753875b5 Revert libmodbus licence from LGPLv3 to LGPLv2.1 vor 14 Jahren
  Stéphane Raimbault d1f1854338 New error recovery modes: link and protocol vor 14 Jahren
  Stéphane Raimbault b4330d2143 Add check on transaction ID for Modbus TCP vor 14 Jahren
  Stéphane Raimbault e0839095ed New unit test with invalid slave and invalid request vor 14 Jahren
  Stéphane Raimbault 89d0dc0137 Fix longstanding limitation of server to wait forever vor 14 Jahren
  Stéphane Raimbault 852d7825e1 Rename [gs]et_timeout_[begin|end] to [gs]et_[response|byte]_timeout vor 14 Jahren
  Stéphane Raimbault 1faf5c3aad New setter/getter for context socket (fixes bandwidth-server-many-up) vor 14 Jahren
  Stéphane Raimbault 5fd7ec5c1d Fix too short uint8_t for rsp_length (bug introduced by 018cdd6) vor 14 Jahren
  Stéphane Raimbault 7fe4a91787 API cleanup with modbus_receive and modbus_receive_from vor 14 Jahren
  Stéphane Raimbault 018cdd6e68 New function modbus_receive_confirmation vor 14 Jahren
  Stéphane Raimbault 0e4e82e8ce New function modbus_send_raw_request vor 14 Jahren
  Stéphane Raimbault d8ca308694 Removed p_msg pointer in receive_msg vor 14 Jahren
  Stéphane Raimbault 9da1b6ada4 Rename req_* variables to msg_* in send_msg() vor 14 Jahren
  Stéphane Raimbault acd36e6249 Remove useless internal variable called status vor 14 Jahren
  Stéphane Raimbault 09b581a538 Rename data_dest|src in dest|src to match header vor 14 Jahren
  Stéphane Raimbault cfaa872f73 Replace the term "trame" by "message" vor 14 Jahren
  Stéphane Raimbault 066b56d658 Remove duplicated documentation for source files vor 14 Jahren
  Stéphane Raimbault 3fb246237d Fix compilation issue with Microsoft Visual Studio 2008 vor 14 Jahren
  Stéphane Raimbault 49d6f4a71f Read/write were swapped in _FC_READ_AND_WRITE_REGISTERS. Closes GH-2. vor 14 Jahren
  Stéphane Raimbault a4f7996eaf New function to reply to an indication with an exception message vor 14 Jahren
  Stéphane Raimbault 311137cf70 New error message in debug mode for wrong message length vor 14 Jahren
  Stéphane Raimbault 932769d851 New function modbus_get_header_length(modbus_t *ctx) vor 14 Jahren
  Stéphane Raimbault 87293e459e MAJOR Rewrite of the message reading vor 14 Jahren
  Stéphane Raimbault c1c119ae91 Fix warning about '/*' in comment vor 14 Jahren
  Stéphane Raimbault 614ff1dc36 Fix unit test of report slave ID in RTU vor 14 Jahren
  Stéphane Raimbault e3f2c133fa Remove inclusion of config.h in modbus.h. Closes GH-3. vor 14 Jahren
  Stéphane Raimbault b8c0558c19 Rename modbus_[listen|accept] to modbus_tcp_[listen|accept] vor 14 Jahren
  Stéphane Raimbault 4ac3cc374f Add strlcpy if not available to enhance copy of device string vor 14 Jahren
  Stéphane Raimbault 4abb548795 Initialize socket to -1 to avoid write on standard output vor 14 Jahren
  Stéphane Raimbault 525aadb23a Remove the slave ID argument of modbus_new_rtu() vor 14 Jahren