move freemodbus tcp server from control to connetion

This commit is contained in:
Wien.b
2023-10-16 02:34:04 -07:00
parent a247de691c
commit b82bdaea6b
37 changed files with 153 additions and 71 deletions

View File

@@ -220,7 +220,6 @@ cip_error_code_e read_value(int fd, const char *address, int length, byte_array_
response.length = BUFFER_SIZE;
if (cip_read_response(fd, &response))
ret = cip_analysis_read_byte(response, out_bytes);
// printf("%s %hu\n",__func__,response.data);
free(response.data);
}
free(core_cmd.data);