pyserial-asyncio
pyserial-asyncio copied to clipboard
asyncio extension package for pyserial
As stated in: https://github.com/pyserial/pyserial-asyncio/pull/82 last commit threw error with the following stack trace: ``` Logger: homeassistant.config_entries Source: components/zha/core/gateway.py:182 First occurred: 16:12:26 (1 occurrences) Last logged: 16:12:26 Error setting up entry...
I'm not sure if this is pyserial-asyncio's issue or asyncio's but there seems to be no way to determine if the read buffer is empty. If I understand correctly using...
The [documentation](https://pyserial-asyncio.readthedocs.io/en/latest/#welcome-to-pyserial-asyncio-s-documentation) mentions Linux, OSX, BSD, but not Windows. There is however a [PR merge for windows support](https://github.com/pyserial/pyserial-asyncio/pull/8). I know from discussions this isn't the optimal solution for Windows. Should...
More of a question than a PR. I have used the tool com0com-2.2.2.0 to create a pair of virtual com ports and do the loopback test provided in the tests...
Hello, is this flush implementation ok? Wouldn't be better to implement to match pyserial documentation? https://github.com/pyserial/pyserial-asyncio/blob/44d470181af989fb35fbe5062f47f8eaf5b7939a/serial_asyncio/__init__.py#L194 
Hello, When i was trying to send a data with following code nothing happens: `from asyncio import get_event_loop` `from serial_asyncio import open_serial_connection` `async def run():` ` reader, writer = await...
I have a low bandwidth serial read/write (read ~16 bytes at 0.5 Hz/~16 bytes at 1.0 Hz). I've confirmed that I only have one transport.write and that the amount of...
I've made a small change to a local checkout to support socket:// connections (for the purpose of building a fake for testing when hardware is not available/connected): in `_poll_write()` (line...
Is there more detailed documentation? I am kind of a newbie on python and I think this library could help with the issue I am working on but I have...
The current implementation does not support Windows. TODO: provide one pull requests are welcome