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.
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