Skip to content
New issue

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

Connect using a URL for maximum flexibility #7

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

karlp
Copy link
Contributor

@karlp karlp commented Jul 2, 2024

Use serial.serial_for_url instead of serial.Serial() so that all the helpful URL formats can be used, instead of just devices.

This is entirely backwards compatible, it simply allows new functionality.

See https://pythonhosted.org/pyserial/url_handlers.html#urls
Signed-off-by: Karl Palsson [email protected]

Use serial.serial_for_url instead of serial.Serial() so that all the
helpful URL formats can be used, instead of just devices.

This is entirely backwards compatible, it simply allows new
functionality.

See https://pythonhosted.org/pyserial/url_handlers.html#urls
Signed-off-by: Karl Palsson <[email protected]>
@reharish
Copy link
Owner

reharish commented Jul 2, 2024

Its Looks great, Will check and back to you

@reharish
Copy link
Owner

Checked with our setup, Works great. 🎆

@reharish reharish merged commit 597646e into reharish:main Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants