User Ratings
Rate This Project
Login To Rate This Project
            Featured Reviews
Highest Rated
Works for my serial port usage. Ought to be a standard Python library.
        Lowest Rated
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????
        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
 - 
    
    
    Awesome project, thanks a ton for sharing
 - 
    
    
    It's good library. Thank you for the library!
 - 
    
    
    Thank you so much ! Very good project. Very helpful.
 - 
    
    
    i downloaded pyserial-py3k-2.5-rc1.win32.exe, and it worked nicely with python 3.1 i don't see it here?
 - 
    
    
    very brilliant , but would like win 64 support on 2.5 (2.4 works)
 - 
    
    
    Works for my serial port usage. Ought to be a standard Python library.
 
- Previous
 - You're on page 1
 - Next