dhylands / usb-ser-mon

Auto connect to USB Serial devices.
MIT License
48 stars 29 forks source link

Package #2

Closed vascotenner closed 6 years ago

vascotenner commented 6 years ago

Created a package that can be installed via PIP

vascotenner commented 6 years ago

Tested this in both python2 and python3. Replaced - in filenames to be complaint with pep8

The setup creates also two scripts that are placed in a PATH, and hence do not need a ./ anymore:

  1. find_port
  2. usb_ser_mon
vascotenner commented 6 years ago

Changes as requested