async-serial icon indicating copy to clipboard operation
async-serial copied to clipboard

Example code using asyncio, pyserial, and pyserial-asyncio

Results 3 async-serial issues
Sort by recently updated
recently updated
newest added

hi I've tried to reproduce your lib in the following way but I've received an exception I really appreciated your advice ```python import asyncio import serial_asyncio reader= writer=None async def...

when attempting to follow README and run the pipenv install I received the following error: ~/projects/async-serial$ pipenv install Traceback (most recent call last): File "/usr/bin/pipenv", line 33, in sys.exit(load_entry_point('pipenv==11.9.0', 'console_scripts',...