Re: Installing matplotlib on python3

2017-07-27 Thread FS
Thank you Jussi. I didn't realize there was a separate version--I have it installed now cheers fritz -- https://mail.python.org/mailman/listinfo/python-list

Installing matplotlib on python3

2017-07-27 Thread FS
I just installed matplotlib on debian and I tried to import it on python3. It cannot be found however it can be found on python 2.x. No surprise: A 'find -name matplotliib' reveals: /usr/share/matplotlib /usr/lib/python2.7/dist-packages/matplotlib I am not sure how the apt-get elected to place

Re: pyserial and end-of-line specification

2017-07-21 Thread FS
Thanks Rob. Yes I ended up with a read(1) and use a field count and a few other checks to make sure I don't get a partial record. Serial is the "best of times and worst of times". Sure beats dealing with USB enumeration, power hungry ethernet processors and a lot of other stuff. I can still "s

Re: pyserial and end-of-line specification

2017-07-18 Thread FS
Thank you for your response Andre. I had tried some code like that in the document but it did not seem to work. However ever leaving my terminal for a time the code eventually wrote out the records so apparently there is some very deep buffering going on here. A little more searching on the web