Metadata-Version: 2.1
Name: UltrasonicUSBDemo
Version: 1.6.7
Summary: Demonstrates communication with different USB ultrasonic devices
Home-page: https://github.com/RoanokeControls/PkgUltrasonicUSBDemo
Author: Roanoke Electronic Controls, Inc.
Author-email: info@roanokecontrols.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: PyQt5
Requires-Dist: pyserial

# Ultrasonic USB Demo Package

Demonstrates the use of several different ultrasonic devices
that incorporate USB interfaces

# Installation

Install Python 3.8.2 or higher from [www.python.org](https://www.python.org/downloads) 

During install, add Python to the system path

Open a Command Prompt or Terminal, and issue these commands

    pip install UltrasonicUSBDemo
    python -m UltrasonicUSBDemo

If Python 2.7 is installed and being used as the python interpreter, change the above commands to reference python3 : 

    pip3 install UltrasonicUSBDemo
    python3 -m UltrasonicUSBDemo


# Video Links 

[Installing Python Video Link](https://slack-files.com/T0ERQ8MUG-F012LNF8PH9-d8fc45d1b9)

[UM0034-002 Video Link](https://slack-files.com/T0ERQ8MUG-F013ABJFHNU-9fecb553e0)

[UM0017 Video Link](https://slack-files.com/T0ERQ8MUG-F012K55F39T-46b94e0ced)

[FS-Series Video Link](https://slack-files.com/T0ERQ8MUG-F012SM7403E-534856c016)


