I have seen many Python-Arduino examples, but none of them work with Python 3.1.4. Does anyone have code to do this?
EDIT Yes I have looked at the sticky at the top of this page. The code is 2.7 or 3.4.
What are the error messages you get?
Is the 3.1.4 version special in some sense, I mean why not upgrade to 3.4 ? (breaking changes?)
Well, looking back it seems the error message I am getting is that TKinter lib is not installed. But generally 2.7 code will not work with 3.1.
Does TKInter work with 3.1.4 - that seems to be the first thing to check?
Assuming it does, the next thing is to install it.
...R
Ok. I got Tkinter to work. But the code doesn't send anything. I will just get 2.7.10.