Hi

Is there any difference between the "serial" module in Python 2.7.1 and
"pyserial 2.5" ?

I can "import serial" without any issues....but when I follow code examples
my scripts complain:
"TypeError: readline() takes no keyword arguments"

However lots of scripts
"import serial"
and then
"ser.readline(size=None, eol=chr(13))"

 ..... whereas I can only
"ser.readline()"
without any keywords or arguments.

Thanks
Bruce
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to