In my project, there is an external device that is connected with my desktop with a serial port and passes data to its software. Now, I want to monitor that data and store it directly into .csv file. So, is there any method to capture that data from the currently used serial port and store in csv file?
I tried serial port functions provided by C#. But for that, I have to make a virtual port and then data comes into my software. But this method cannot handle any file format.