I’m measuring some data with my Arduino Uno and I want to send those data to my PC, which is running Lubuntu as its OS, so that I can work with them.
I can receive the data through the Serial Monitor build in the Arduino IDE and they are shown just the way I want.
When I try to get the data through the Terminal I cannot receive any of them.
I suspect you are facing a problem because opening the serial port causes the Arduino to reset.
If you wrote a special program (using Python, for example) to gather the data you would build in a process to wait until the Arduino had gone through its reset process.
Some of the other serial terminal programs (perhaps PuTTY) have the ability to save stuff to a file.
Then were my data shown and I could save those with the key combination ‘Ctrl-A’ and then ‘H’ into a file ( log-file ).
If I understood correctly there also is the possibility to save all the information which was shown until the moment you type the following commands into a file:
You have to be inside screen and then type ‘Ctrl-A’ and then ’ : ’ and then you have to type 'hardcode -h ’ where the name of the file is in which everything will be saved.
I also tried PuTTY but couldn’t connect to my port. I have to say that I tried it just two times because at that time screen already worked.
Maybe someone can help me with PuTTY. I would like to know how it works with it, too.