Hi Guys,
I am making log files from data that comes in through serial from a micro controller.
I know that any terminal can do that but I need to make this process automatic.
So I would just connect the micro controller and the program would read in the data and save it in a file. Without me interacting the computer
I was trying to use the python serial module, but doesn't work too well.
What would you recommend to use?
I am making log files from data that comes in through serial from a micro controller.
I know that any terminal can do that but I need to make this process automatic.
So I would just connect the micro controller and the program would read in the data and save it in a file. Without me interacting the computer
I was trying to use the python serial module, but doesn't work too well.
What would you recommend to use?