コミット履歴

作者 SHA1 メッセージ 日付
  Stéphane Raimbault 4ac3cc374f Add strlcpy if not available to enhance copy of device string 14 年 前
  Stéphane Raimbault 4abb548795 Initialize socket to -1 to avoid write on standard output 14 年 前
  Stéphane Raimbault 525aadb23a Remove the slave ID argument of modbus_new_rtu() 14 年 前
  Stéphane Raimbault 04cde66b80 Fix free() calls ordering in modbus_mapping_new 14 年 前
  Tobias Doerffel 31577bbb41 Introduced select() operation for backends 14 年 前
  Tobias Doerffel 3f10ef1dfb Removed duplicate header inclusions 14 年 前
  Tobias Doerffel 057be70d68 Pass complete modbus_t structure to send()/recv() of the backends 14 年 前
  Tobias Doerffel 01ba9771ee Fixed return value in modbus_flush() 14 年 前
  Tobias Doerffel 70a14990f4 Make error_print() globally accessible 14 年 前
  Stéphane Raimbault f0b6788817 Check the received function code on the client side 14 年 前
  Stéphane Raimbault 815d11f056 MAJOR Split RTU and TCP code in two backends 14 年 前
  Stéphane Raimbault ef3e8740fc Fix swapped test in compute_header_length (1d4241dff) 14 年 前
  Matthias Weisser 2e9da98ca5 Make modbus.h more self contained 14 年 前
  Stéphane Raimbault 1d4241dff5 Detect abnormal use of compute_header_length and fix comment 14 年 前
  Stéphane Raimbault 70a2e6e624 Test return code of receive_msg_req to have an explicit error path 14 年 前
  Stéphane Raimbault bf763c96cd Rename to modbus_read_and_write_registers to follow the new API 14 年 前
  Stéphane Raimbault 6e06eb7d79 Fix test on illegal address in read and write function 14 年 前
  Hannu Vuolasaho 9a2733e7ec New read and write registers function 14 年 前
  Hannu Vuolasaho a2e16a16b0 Replace MODBUS_MAX_* by MODBUS_MAX_[READ|WRITE]_* 14 年 前
  Stéphane Raimbault f33e5b9ff8 Avoid duplicated code to compute the header_length 14 年 前
  Stéphane Raimbault e7d499b61a Allow 0 size in mapping allocation 14 年 前
  Stéphane Raimbault a0b122545d Add missing invalid function exception 14 年 前
  Stéphane Raimbault 811d134978 OpenBSD support by Anibal Limón 14 年 前
  Stéphane Raimbault d613a6403a Add a missing space in a verbose message 14 年 前
  Stéphane Raimbault 4d3bf7beea Implement report slave ID on server side 14 年 前
  Stéphane Raimbault 86418cf3b7 Comments, naming and minor 14 年 前
  Stéphane Raimbault 754235c2f0 Major - Oh Gosh, it's brand new API! 14 年 前
  Stéphane Raimbault 66c59d6f85 Change indent level from 8 to 4 14 年 前
  Stéphane Raimbault 807c20f08d Parity setting is now a single char ('N', 'E' or 'O') 14 年 前
  Stéphane Raimbault 2b985f8163 Fix #591142 - Slave id check should be disabled in TCP connection 14 年 前