Skip to content

List and discover available COM ports.

License

Notifications You must be signed in to change notification settings

joshschmelzle/lscom

Repository files navigation

pypi-badge pypi-format pypi-implementation pypi-version Contributor Covenant

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']

Installation from PyPI

python -m pip install lscom

Local Installation Example

To install manually:

  1. Clone repository.

  2. Open the terminal to the root of the repository.

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

About

List and discover available COM ports.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages