https://github.com/zanzythebar/pyserial-autodetect-port
https://github.com/zanzythebar/pyserial-autodetect-port
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zanzythebar/pyserial-autodetect-port
- Owner: ZanzyTHEbar
- Created: 2022-07-03T12:55:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-03T14:24:05.000Z (over 3 years ago)
- Last Synced: 2025-02-12T17:46:55.296Z (8 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PySerial-AutoDetect-Port
This is a very basic library (with an example) that allows for autodetection and connection to your Serial Port
# How to Use
This library uses a virtual environment, to keep the main OS unpolluted
To setup the dev environment follow these steps.
python -m pip install virtualenv
cd .virtualenv
python -m virtualenv venvFor windows users
venv\Scripts\activate
For linux userssource venv\Scripts\activate
Install the pyserial librarypip install pyserial