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
AI-generated apps that pass security review
Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
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