I have similar question with the link below.
How to store value in list (python) which is coming from arduino serially?
For his output will look like [2.00]
[2.00,2.64]
[2.00,2.64,3.28] etc
So I wonder how will be able to use [2.00,2.64,3.28] after the while true loop is done. I want to use that last piece because I want to extract specific index from that list and make use of it.
I wish somebody know the answer could help.
Greg