More quickly identify which COM ports are available for use. Any COM ports already in use will not be listed. lscom
should work cross platform (Linux, macOS, Windows), but has not been extensively tested. Have a problem? Open an issue.
$ lscom
['COM3']
python -m pip install lscom
To install manually:
-
Clone repository.
-
Open the terminal to the root of the repository.
-
Run-
python -m pip install .
You should now be able to run lscom
from your terminal
If you can't, check and make sure the scripts directory is included in the system path environment variable.
To remove:
python -m pip uninstall lscom