Multiplatform Serial Port Module for Python (Win32, Jython, Linux, BSD and more)
License
Python Software Foundation LicenseFollow Python Serial Port Extension
Other Useful Business Software
Passwordless Authentication and Passwordless Security
It’s no secret — passwords can be a real headache, both for the people who use them and the people who manage them. Over time, we’ve created hundreds of passwords, it’s easy to lose track of them and they’re easily compromised. Fortunately, passwordless authentication is becoming a feasible reality for many businesses. Duo can help you get there.
Rate This Project
Login To Rate This Project
User Reviews
-
The examples don't work. Maybe because they are written in obsolete Python
-
Does this work with python 3.3? The first example doesn't work import serial ser = serial.Serial(0) ser.write("hello") // gives an error! have to do this ser.write(bytearray("hello",'ascii')) WHY????
-
Pyserial is wonderful! Thanks.
-
Great tool and getting better!
-
Great project, thanks a lot for writing