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

Python 3 support #8

Open
jaapz opened this issue Oct 12, 2015 · 1 comment
Open

Python 3 support #8

jaapz opened this issue Oct 12, 2015 · 1 comment

Comments

@jaapz
Copy link
Member

jaapz commented Oct 12, 2015

We need to support python 3. This is going to need a complete rewrite of the modbus protocol implementation, as modbus_tk is not python3 compatible, and is generally not very nice to work with (bad exception handling, etc).

This issue serves as a central place for discussing python 3 support and implementation progress.

@OrangeTux
Copy link
Contributor

A few notes about Modbus Tk:

  • Lacks Python 3 support.
  • Requests are handled in 1 thread.
  • The server is started in a 1 thread, making exception handling and debugging hard.
  • It doesn't implement all Modbus functions.

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

No branches or pull requests

2 participants