Hi<div><br></div><div>Is there any difference between the "serial" module in Python 2.7.1 and "pyserial 2.5" ?</div><div><br></div><div>I can "import serial" without any issues....but when I follow code examples my scripts complain:</div>
<div>"TypeError: readline() takes no keyword arguments"</div><div><br></div><div>However lots of scripts </div><div>"import serial" </div><div>and then </div><div>"ser.readline(size=None, eol=chr(13))"  </div>
<div><br></div><div> ..... whereas I can only </div><div>"ser.readline()"</div><div>without any keywords or arguments.</div><div><br></div><div>Thanks</div><div>Bruce</div><div><br></div><div><br></div><div><br>
</div>