Open Hedda opened 5 years ago
Why? What are the benefits?
On Fri, 8 Mar 2019, 11:41 Hedda, notifications@github.com wrote:
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
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Equidamoid/pyconz/issues/7, or mute the thread https://github.com/notifications/unsubscribe-auth/AARLACpRn4ZPNtOvC_2XrWCkt_xLUXDwks5vUj5ngaJpZM4blGv6 .
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,
Ah, sounds reasonable.
But, is it still relevant? I mean is the lib itself used by anyone?
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