Historia zmian

Autor SHA1 Wiadomość Data
  Stéphane Raimbault 618f06bafb Check the number of values in the response is corresponding to the query. 17 lat temu
  Stéphane Raimbault 084e7e6a0f - Catch the timeout even if the length is equal to a exception trame. 17 lat temu
  Stéphane Raimbault a1513415db - Test only the msg_length_computed on change 17 lat temu
  Stéphane Raimbault 19fc907ac8 Obsolete function declaration (read_reg_response). 17 lat temu
  Stéphane Raimbault 4d205479a8 Rename modbus_check_response to modbus_receive 17 lat temu
  Stéphane Raimbault 94c9fcd94f Remove a function call preset_response. 17 lat temu
  Stéphane Raimbault 3540cd74f2 Remove one function call overhead (read_reg_response). 17 lat temu
  Stéphane Raimbault 53c93ae213 Fix - Check the return value of modbus_check_response 17 lat temu
  Stéphane Raimbault 5a66262d2e Fix #241006 reported by Jesus Hernandez Tapia 17 lat temu
  Stéphane Raimbault 20281893a7 Avoid to call check_crc16 in a TCP communication. 17 lat temu
  Stéphane Raimbault e0ea0303cd Comment about receive_msg(). 17 lat temu
  Stéphane Raimbault 58426bc8aa Declare some args with const 17 lat temu
  Stéphane Raimbault 202231daa2 Rename manage_query() to modbus_manage_query() and comment cleanups. 17 lat temu
  Stéphane Raimbault a20d39d36c Write the values in force_multiple_coils and preset_multiple_registers (SLAVE) 17 lat temu
  Stéphane Raimbault 4bc609841e Add a comment for modbus_connect. 17 lat temu
  Stéphane Raimbault 0a80018a64 Minor s/count/nb/ in modbus.[ch] 17 lat temu
  Stéphane Raimbault 6683bd4797 Check the number of points requested 17 lat temu
  Stéphane Raimbault c94fc60376 Minor changes to try to follow the 80 columns coding convention. 17 lat temu
  Stéphane Raimbault e8ac540771 Reduce the number of params in functions to enhance the speed of 17 lat temu
  Stéphane Raimbault 788cbf0b09 The transaction identifier used in response is now conform to the 17 lat temu
  Stéphane Raimbault 8d1493f975 Reduce the number of defines about maximum values for status and registers. 17 lat temu
  Stéphane Raimbault 4d75c35b53 Minor change in the debug output 17 lat temu
  Stéphane Raimbault 4fabc5b3dc Minor comment set_response_length_tcp -> set_message_length_tcp 17 lat temu
  Stéphane Raimbault a017c19f2a GNU licenses updated to the version 3. 17 lat temu
  Stéphane Raimbault 032db7f774 Minor changes about baud rate setting 17 lat temu
  Stéphane Raimbault 663084b64a Reorder error_treat arguments (modbu_param_t first) 17 lat temu
  Stéphane Raimbault dc8ed400bb Rename nb_bits to nb_points for status values 17 lat temu
  Stéphane Raimbault b5d75be31f It's faster to use int data than uint16_t (alignment). 17 lat temu
  Stéphane Raimbault 50235c4036 Use int instead of uint8_t/uint16_t in function arguments. 17 lat temu
  Stéphane Raimbault ea8b20b12a Rename packet to message 17 lat temu