You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:Additional Information
The text was updated successfully, but these errors were encountered: