transfer multiple files by log function in Tera Term

Hi there,
Can you help me with my problem? :slight_smile: I have multiple .csv files saved on my microcontroller and i want to export them to PC. One way to do this is by running the log function for every .csv file and tell microcontroller to sent only one .csv file at time, but is's very impractical. Is there some option in Tera Term to split incoming data to separate files?

Thanks for answers :slight_smile:

but is's very impractical.

The microcontroller can't possibly send multiple files at the same time, so sending them one at a time is NOT impractical. It's mandatory.

So, I don't understand your problem.

Never mind, I wrote my own .exe program which open serial port and save all files separately in one folder. I thought by saying "at the same time" that I will not have to press button, save log, then press button again, capture a log again, again press button and so on.