Writing COM data to .txt or .csv file

Good morning,

I want to write the data I receive through the COM port directly to a .txt or even better, a .csv file. I have searched the web but could not find a easy and quick way of doing it...I am not the greatest of programmers so maybe thats why...so I would appreciate any help on this topic.

Regards
Stefan

Many terminal emulators have the ability to save their input to a file. I have one called puTTY. Just use the terminal emulator in place of the Arduino serial monitor.

...R

Thank you.