Hi,
I use an ADC from a PIC to acquire voltage values. These values are sent to my PC from a serial communication (rs232), so I use PySerial to retrieve datas. I need to plot these datas in real time. For this I use chaco, like data_stream.py example https://github.com/enthought/chaco/blob/master/examples/demo/advanced/data_stream.py
For now, I can plot my voltage values, but I need to plot different voltage values because I have many ADC with different type of values. So I would like to do multiplotting of my values in real time.
Can I do this with data_stream example ?
I use an ADC from a PIC to acquire voltage values. These values are sent to my PC from a serial communication (rs232), so I use PySerial to retrieve datas. I need to plot these datas in real time. For this I use chaco, like data_stream.py example https://github.com/enthought/chaco/blob/master/examples/demo/advanced/data_stream.py
For now, I can plot my voltage values, but I need to plot different voltage values because I have many ADC with different type of values. So I would like to do multiplotting of my values in real time.
Can I do this with data_stream example ?