graph - Python 3.5 serial string -


i building basic logger ardunini , having trouble getting python convert serial string numbers stored in array. can use matplotlib draw graph me.

when @ serial output ardunini serial monitor get:

120,2134567,2011/3/31 6:37:13,23

which is:

millis,unixtime,timestamp,logvale

when serial read in python , print see get:

b'120,2134567,2011/3/31 6:37:13,23\r\n

how unpack these values float values can use matplotlib draw real time graphs?

i have writing csv file have working draw graph extracting csv want real time graphs , can't past bit.

i tried toptechguy's example on youtube 3.5 works differently 2.7.

any ideas?


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -