Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setTimeout not in pySerial anymore #5

Open
Leon-001 opened this issue Aug 24, 2016 · 1 comment
Open

setTimeout not in pySerial anymore #5

Leon-001 opened this issue Aug 24, 2016 · 1 comment

Comments

@Leon-001
Copy link

Hi Mathias,
at first: thanks for the great work!

I just had the following problem after upgrading my operating system:
the connection to the EC-Terminal was not possible anymore.

The reason:
The function setTimeout does not exist in current pySerial anymore.

I think it should be changed to
self.connection.timeout = timeout

In the file transmission/transport_serial.py (line 156 and 171)

Kind regards,
Leon

@raphaelm
Copy link
Contributor

My PR #6 fixes this along the way

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants