/serialDevice

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

Primary LanguagePythonMIT LicenseMIT

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>