Hi there,
I have a CSV file that is being written to by a sensor monitoring program.

I have my own program, which i want to read the data from the CSV file.

This all works, but only when the first program is not using the file.

How can i get access to the file so I can read the data at the same time as it's being written?

Thanks
Mike