serialDevice

Simple class to abstract a device connected to a USB port


License
MIT
Install
pip install serialDevice==0.2

Documentation

serialDevice

A simple python class that abstracts a serial device connected to USB

Installation

With pip:

pip install serialDevice

Alternatively, you can install locally by cloning this repository and, once again, using pip:

  • Install for current user
pip install <path to cloned repo>
  • Install for everyone on the system
pip install -e <path to cloned repo>