I have a Sensor that is connected to my ubuntu laptop. There is a small programm that plots the sensor values in a terminal in real-time.
I wanna read out these values and plot them in a smooth graph with python. Is this possible? Even with python3?
I tried the subprocess command like here. But it does not work.