serialport / node-serialport

Access serial ports with JavaScript. Linux, OSX and Windows. Welcome your robotic JavaScript overlords. Better yet, program them!
https://serialport.io
MIT License
5.84k stars 1.01k forks source link

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

Open HeorArthur opened 1 month ago

HeorArthur commented 1 month ago

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

Snipaste_2024-10-21_15-20-47

Snipaste_2024-10-21_15-21-04

Snipaste_2024-10-21_15-21-18