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

Change to use pyserial-asyncio instead of asyncio #7

Open
Hedda opened this issue Mar 8, 2019 · 3 comments
Open

Change to use pyserial-asyncio instead of asyncio #7

Hedda opened this issue Mar 8, 2019 · 3 comments

Comments

@Hedda
Copy link
Contributor

Hedda commented Mar 8, 2019

Suggest to change import to using "pyserial-asyncio" instead of "asyncio"

https://github.com/pyserial/pyserial-asyncio

This is what zigpy-deconz is using as a depenency:

https://github.com/zigpy/zigpy-deconz

@Equidamoid
Copy link
Owner

Equidamoid commented Mar 8, 2019 via email

@mfilippo
Copy link

mfilippo commented Nov 20, 2019

Hi,

Module serial.aio does not exist anymore. You should use pyserial-asyncio. Note that this does not imply that asyncio is no longer needed. See here.

Best,

@Equidamoid
Copy link
Owner

Ah, sounds reasonable.

But, is it still relevant? I mean is the lib itself used by anyone?

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

3 participants