Metadata-Version: 2.1
Name: UltrasonicUSBDemo
Version: 1.6.5
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


