An open API service indexing awesome lists of open source software.

https://github.com/zanzythebar/pyserial-autodetect-port


https://github.com/zanzythebar/pyserial-autodetect-port

Last synced: 3 months ago
JSON representation

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 venv

For windows users

venv\Scripts\activate

For linux users

source venv\Scripts\activate

Install the pyserial library

pip install pyserial