Difference between revisions of "Voltcraft M-3650CR"

From sigrok
Jump to navigation Jump to search
(Removed "Support..." section, moved parts of contents to top.)
Line 2: Line 2:
| image          = [[File:Voltcraft m-3650cr.png|180px]]
| image          = [[File:Voltcraft m-3650cr.png|180px]]
| name            = Voltcraft M-3650CR
| name            = Voltcraft M-3650CR
| status          = supported
| status          = in progress
| source_code_dir =  
| source_code_dir =  
| counts          = 2000
| counts          = 2000
Line 15: Line 15:


It came into the market 1991 and is a rebadged Metex M-3650CR.
It came into the market 1991 and is a rebadged Metex M-3650CR.
The device is not officially supported yet. Experimental support exists since 2013-10-23 using the driver for the [[Voltcraft M-3650D]]. Currently the logic test and hFE (Transistor) functions do not work yet.


== Hardware ==
== Hardware ==
Line 52: Line 54:


The protocol is (partially) documented in the manual of the ''Voltcraft M-3650CR'' and was determined completely by testing. See [[Multimeter ICs#Alternative Protocol]].
The protocol is (partially) documented in the manual of the ''Voltcraft M-3650CR'' and was determined completely by testing. See [[Multimeter ICs#Alternative Protocol]].
== Support in sigrok ==
The device is supported by the driver for the [[Voltcraft M-3650D]] since 2013-10-23.
Currently the logic test and hFE (Transistor) functions do not work yet.
=== Example ===
''sigrok-cli --driver=voltcraft-m3650d:conn=/dev/tty.usbserial --continuous --loglevel=1 -O analog''
The name of the serial port might have to be adopted depending on operating system and serial port.


== Resources ==
== Resources ==

Revision as of 09:35, 26 October 2013

Voltcraft M-3650CR
Voltcraft m-3650cr.png
Status in progress
Counts 2000
IEC 61010-1
Connectivity RS232
Measurements voltage, current, resistance, capacitance, hFE, diode, continuity, frequency, logic
Features data hold, bargraph, difference

The Voltcraft M-3650CR is a 2000 counts handheld digital multimeter with RS232 connectivity.

It came into the market 1991 and is a rebadged Metex M-3650CR.

The device is not officially supported yet. Experimental support exists since 2013-10-23 using the driver for the Voltcraft M-3650D. Currently the logic test and hFE (Transistor) functions do not work yet.

Hardware

Multimeter:

  • Fuse: 2A/250V (5x20mm) (for the A jack; the 20A jack is unfused!)
  • TODO.

RS232 cable:

Photos

Multimeter:

RS232 cable:

See Device_cables#Metex_5-pin_RS232_cable.

Protocol

The protocol is (partially) documented in the manual of the Voltcraft M-3650CR and was determined completely by testing. See Multimeter ICs#Alternative Protocol.

Resources