pyserial / pyserial-asyncio

asyncio extension package for pyserial
Other
251 stars 65 forks source link

Flush implementation differ to pyserial #76

Open Hadatko opened 3 years ago

Hadatko commented 3 years ago

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

image

rob-smallshire commented 2 years ago

I agree that the current implementation doesn't look ideal.