list available active COM ports
Project description
lscom: list and discover available COM ports
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.
Usage Example
$ lscom
['COM3']
PyPI Installation
python -m pip install lscom
Local Installation Example
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lscom-0.0.2.tar.gz
(4.0 kB
view hashes)
Built Distribution
lscom-0.0.2-py3-none-any.whl
(6.1 kB
view hashes)