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

Add asynchronous asyncio serial client example #218

Merged
merged 1 commit into from
Sep 25, 2017

Conversation

d21d3q
Copy link

@d21d3q d21d3q commented Sep 24, 2017

based on synchronous-client example with serial_asyncio

tested with synchronous-server running on different machine (rpi)
When changing to RTU mode I observed some random hangups (related with #160?)

@dhoomakethu
Copy link
Contributor

Thanks, since serial_asyncio is still in experimental stage I will accept this change in python3 branch but I might skip this when Python3 is merged in to Master (JFYI)

@dhoomakethu dhoomakethu merged commit 11feecb into pymodbus-dev:python3 Sep 25, 2017
@d21d3q
Copy link
Author

d21d3q commented Sep 25, 2017

When it will be known if it is not experimental anymore? (nowhere on repo/website it is not mentioned that it is not production ready)
I can't wait to have asyncio_serial - for now I have to run serial reading routine in ThreadPoolExecutor in order not to block on it...

@dhoomakethu
Copy link
Contributor

dhoomakethu commented Sep 25, 2017

check this http://pyserial-asyncio.readthedocs.io/en/latest/api.html, I have no idea when is it going to get stable. There is very less activity that is going on in there.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants