Managing large data trough serial port

Im currently using arduino ide terminal to recive data from a stm32 trough serial port. The micro sends 2 lines every 0,5 seconds, and i need to store at least 30 minutes of it.
Im having trouble copyng all the data from the terminal, is there any other way to do it?

Use a terminal program like PuTTY, it can dump the data directly into a text file.

Link here: https://www.putty.org/

1 Like

What does that mean?

It means we need < /CODE>. :wink:

Sorry for my english. I meant that the stm32 sends to line of data every 0.5 seconds.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.