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

Include Modem Serial Ports in Serialport.list() #2922

Open
HeorArthur opened this issue Oct 21, 2024 · 0 comments
Open

Include Modem Serial Ports in Serialport.list() #2922

HeorArthur opened this issue Oct 21, 2024 · 0 comments

Comments

@HeorArthur
Copy link

Background

Currently, the Serialport.list() method does not return information about serial ports associated with modems, which are typically virtual serial ports used by communication modules.

Feature Suggestion

I propose that the Serialport.list() method be modified to include virtual serial ports corresponding to modems. This enhancement will allow users to easily access and utilize these ports within their applications.

Expected Effect

By including modem-related serial ports in the output of Serialport.list(), users will be able to:

  • Easily identify and interact with virtual serial ports associated with communication modules.
  • Enhance the functionality of applications that rely on these ports for data transmission and device communication.

Additional Information

  • Priority: Medium. This feature would benefit developers working with communication modules but may not be critical for all users.

Snipaste_2024-10-21_15-20-47

Snipaste_2024-10-21_15-21-04

Snipaste_2024-10-21_15-21-18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant