Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 710 Bytes

readme.md

File metadata and controls

22 lines (15 loc) · 710 Bytes

AWS Weight Scale

Q-Soft.logo

Project Description

This program tries to read data from a BioWeigh-USB BIO Fitness Scale using C#. Once data is downloaded you can decide what to do with the information, save to a database or anything you want.

To use:

Run Application

  • Read Data to pull all 10 users into an access database
  • Erase Data to Ersase all current data from scale
  • Graph Data to visualize infomation

The rest of the options where implemented from GenericHid just to test a generic USB device.

Initially forked from:

Project: GenericHid http://janaxelson.com/hidpage.htm

Author
Jan Axelson