Hi there,
Can you help me with my problem? 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?
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.