Description
Multiplatform Serial Port Module for Python (Win32, Jython, Linux, BSD and more)
Categories
License
User Ratings
User Reviews
-
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.
-
Reliable and runs smoothly
-
Great tool and getting better!
-
Great project, thanks a lot for writing