We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Calling serial.serial_for_url(port, **kwargs) currently blocks the __init__
serial.serial_for_url(port, **kwargs)
__init__
The text was updated successfully, but these errors were encountered:
What do you mean? And what OS feature would you use to open the port asynchronously?
Sorry, something went wrong.
I'm using OS X. I'm calling Serial(port, loop=loop) inside an async def co-routine and that's blocking my loop for about 2 seconds.
Serial(port, loop=loop)
async def
I'm not familiar with OS X. What system call is blocking, and what would you use instead?
No branches or pull requests
Calling
serial.serial_for_url(port, **kwargs)
currently blocks the__init__
The text was updated successfully, but these errors were encountered: