Connecting a multimeter to a computer

Thread Starter

Sanan_teach

Joined Sep 16, 2024
2
Hi everyone. I have VC8145 and MASTECH MS8050 bench multimeters. I can connect these multimeters to the computer with the rs232 port. But both multimeters don't have disk. I can't download the driver to my computer. How can I get the driver or disc for these multimeters. The location is Azerbaijan. Thanks for your attention.
 

MrChips

Joined Oct 2, 2009
34,719
If you are familiar with RS-232 interfaces, you should be able to connect to the meter, determine the baud rate, and transfer data to any program that can access the PC COM port. I would usually use MATLAB for a situation such as this one.
 

KeithWalker

Joined Jul 10, 2017
3,604
If you are familiar with RS-232 interfaces, you should be able to connect to the meter, determine the baud rate, and transfer data to any program that can access the PC COM port. I would usually use MATLAB for a situation such as this one.
RS232 is a bi-directional interface. The difficult part will be figuring out what the protocol and commands are needed to send to the meter to get it to transmit any useful data.
 

sparky 1

Joined Nov 3, 2018
1,218
The pdf explains that an adapter board is needed to convert the old RS232 0-5V to -3 to+3V
Meterman-Vc8145 is for unattended reading and logging using command line software for windows.
Meterman-Vc8145/Meterman VC8145 Instructions.pdf at master · EssexPAL/Meterman-Vc8145 · GitHub

Another source code was developed by monitoring port while running the command line version of Meterman by Paul Daniels using C++
Vichy (Vici) VC8145 Digital Multimeter - RS232 Protocol (26th.net)

I do not have experience with these. There are warnings, read very carefully!, it is easy to mess up the RS232
 
Last edited:
Top