Finishing the Digital Multi-meter Windows Application

Опубликовано: 15 Июнь 2026
на канале: Tech-Relief
291
9

In Part 1 we discovered which resources were available to write software to connect to the HDM3000 series Hantek multi-meters. We tested the VISA drivers to control the unit remotely and to display readings on a PC.
In Part 2 we will actually finish writing the Windows desktop application and place source code in GitHub. The application is based on Visual Studio, C# and Winforms to keep it simple.
It is based on Microsoft's DotNet framework and C# 8.

Links:
Part 1:    • Writing Software for the Hantek DM3000 Ser...  
Keysight I/O Bundle Drivers: https://www.keysight.com/us/en/lib/so...
Hantek Website (Downloads): https://hantek.com/download?key=fjzl&...
NI Visa Documentation: https://www.ni.com/docs/en-US/bundle/...
GitHub Site: https://github.com/TechRelief/Hantek-UI
YouTube Play List for other videos in this series:    • Hantek DMM  

Chapters:
0:00 Intro
1:34 GitHub Repo
3:02 Application Demo
21:04 Code review