In the last video ( • Lab Multimeter Upgrade, HANTEK 3065 ) we did a quick review of the Hantek HDM3065 digital multi-meter. In this video we start to research and test what it takes to write software to control the unit remotely and to display readings on a PC. Especially for use with recording YouTube videos.
In Part 1 we discover what drivers need to be installed, what SCPI commands are etc. We test the APIs using a console application.
In Part 2 we will actually finish writing the Windows desktop application and place documentation and source code in GitHub.
Links:
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/...
Chapters:
0:00 Hantek HDM3065 DMM Part 1 Intro
2:45 Keysight I/O Software
3:58 Hantek Downloads
4:33 Hantek Demo Software
7:48 SCPI Document
10:59 USB Device Info
13:28 NI Visa API Documentation
14:56 C# Console App
15:07 Visa.cs Code Review
16:33 SCPI.cs Code Review
34:17 Testing using the Console App
53:00 What's Next...