examples/test-tcp/main.c
@@ -182,7 +182,13 @@ // user_context will be pointer to socket scpi_context.user_context = NULL; SCPI_Init(&scpi_context); SCPI_Init(&scpi_context, scpi_commands, &scpi_interface, scpi_units_def, SCPI_IDN1, SCPI_IDN2, SCPI_IDN3, SCPI_IDN4, scpi_input_buffer, SCPI_INPUT_BUFFER_LENGTH, scpi_error_queue_data, SCPI_ERROR_QUEUE_SIZE); listenfd = createServer(5025);