User Ratings

★★★★★
★★★★
★★★
★★
9
0
0
1
1
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 2 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 2 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 2 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 2 / 5

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.
    1 user found this review helpful.
  • 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.