Multiplatform Serial Port Module for Python (Win32, Jython, Linux, BSD and more)
License
Python Software Foundation LicenseFollow Python Serial Port Extension
You Might Also Like
Our Free Plans just got better! | Auth0 by Okta
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
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