-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d89b52b
commit c675d1b
Showing
4 changed files
with
24 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,17 @@ | ||
# victor-vc70c-hidraw-reader | ||
A decoding program for VICTOR VC70C/86C/86D Multimeter as computer device. | ||
More infomation is included in `vc_hidraw.h`. | ||
A decoding program for VICTOR VC70C/86C/86D Multimeter as a computer device. | ||
More information is included in `vc_hidraw.h`. | ||
|
||
# Testing | ||
## Testing | ||
Use these commands to make sure this program works on your computer with your multimeter connected. | ||
``` | ||
git clone https://github.com/wuwbobo2021/victor-vc70c-hidraw-reader/ victor-vc70c-hidraw-reader/ | ||
cd victor-vc70c-hidraw-reader | ||
sudo make | ||
``` | ||
|
||
## Known Problems | ||
1. Currently this library is only for Linux platform; | ||
2. Root authority is required to access the VC70C hidraw device; | ||
3. `read_vc_multimeter_hidraw(vc_multimeter_reading*)` will block the current thread until next data is received. This may cause inconvenience of using this library. | ||
4. (minor) When the multimeter is not measuring anything, AC/DC indication in the reading string may be incorrect. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters