Click here to Skip to main content
15,896,348 members
Articles / Programming Languages / C

USB Digital Multimeter Driver Using HIDAPI

Rate me:
Please Sign up or sign in to vote.
4.84/5 (20 votes)
3 Dec 2013CPOL2 min read 61.5K   4K   39  
This driver program decodes and displays LCD output from a Victor 86B USB DMM data packet that has been accessed using HIDAPI functions.
This file is mostly for the maintainer.

1. Build hidapi.dll
2. Build hidtest.exe in DEBUG and RELEASE
3. Commit all

4. Run the Following
	export VERSION=0.1.0
	export TAG_NAME=hidapi-$VERSION
	git tag $TAG_NAME
	git archive --format zip --prefix $TAG_NAME/ $TAG_NAME >../$TAG_NAME.zip
5. Test the zip file.
6. Run the following:
	git push origin $TAG_NAME

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Chief Technology Officer Movidius
Ireland Ireland
David Moloney holds a B.Eng. degree from Dublin City University, and Ph.D. in Engineering from Trinity College Dublin. For the past 25 years he has worked in microelectronics starting in 1985 with Infineon in Munich and ST Microelectronics in Milan, before returning to Ireland 1994 to help found a series of start-up technology companies including Parthus-CEVA and Silansys. David is currently co-founder (2005) and CTO of Movidius Ltd., a fabless semiconductor company headquartered in Dublin and focused on the design of software programmable multimedia accelerator SoCs. He holds 18 US patents and numerous conference and journal papers on DSP and computer architecture. David is a member of the IEEE.

Comments and Discussions