Difference between revisions of "MASTECH MS8250D"

From sigrok
Jump to navigation Jump to search
(MASTECH MS8250D is merged.)
 
Line 2: Line 2:
| image          = [[File:Mastech ms8250d mugshot.png|180px]]
| image          = [[File:Mastech ms8250d mugshot.png|180px]]
| name            = MASTECH MS8250D
| name            = MASTECH MS8250D
| status          = in progress
| status          = supported
| source_code_dir =  
| source_code_dir = serial-dmm
| counts          = 6600
| counts          = 6600
| categories      = CAT III (1000V) / CAT IV (600V)
| categories      = CAT III (1000V) / CAT IV (600V)
Line 45: Line 45:
[[Category:Device]]
[[Category:Device]]
[[Category:Multimeter]]
[[Category:Multimeter]]
[[Category:In progress]]
[[Category:Supported]]

Latest revision as of 00:18, 27 April 2018

MASTECH MS8250D
Mastech ms8250d mugshot.png
Status supported
Source code serial-dmm
Counts 6600
IEC 61010-1 CAT III (1000V) / CAT IV (600V)
Connectivity USB/serial
Measurements voltage, current, resistance, capacitance, frequency, duty cycle, diode, continuity
Features autorange, true-rms, data hold, min/max, relative, bargraph, backlight, ncv
Website mastech-group.com

The MASTECH MS8250D is a 6600 counts, CAT III (1000V) / CAT IV (600V) handheld digital multimeter with USB connectivity.

See MASTECH MS8250D/Info for more details (such as lsusb -v output) about the device.

Hardware

  • CP2102 USB to UART bridge controller
  • HY11P14 embedded 18-Bit Σ∆ADC 8-Bit RISC-like mixed signal microcontroller (datasheet)
  • DTA0660L multimeter chip
  • ATMLH538 EEPROM

Photos

Protocol

The chip periodically sends 18-byte packets at 2400 baud, 8n1. There is no checksum or CRC in the packet.

The payload is composed of a 1-1 mapping of the LCD segments.

Resources