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
serial_for_url
Most of my serial ports are opened by the serial_for_url factory function.
I find that the hwgrep and spy urls are invaluable for bringup and debugging. hwgrep is also quite valuable on attaching to specific hardware.
Do have any thoughts on extending these url based classes into your library. perhaps an async_serial_for_url function
async_serial_for_url
I don't see an easy way without a metaclass to add in the mixin for overriding the port function.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Most of my serial ports are opened by the
serial_for_url
factory function.I find that the hwgrep and spy urls are invaluable for bringup and debugging.
hwgrep is also quite valuable on attaching to specific hardware.
Do have any thoughts on extending these url based classes into your library.
perhaps an
async_serial_for_url
functionI don't see an easy way without a metaclass to add in the mixin for overriding the port function.
The text was updated successfully, but these errors were encountered: