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.
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.
Project: GenericHid http://janaxelson.com/hidpage.htm
Author
Jan Axelson