Difference between revisions of "MASTECH MS2115B"

From sigrok
Jump to navigation Jump to search
(Link to cp1202 datasheet added)
m (Added URL to github raw source for protocol description and reference to uploaded manual (as the vendor site ends i a 404, MS2115B removed from site))
Line 41: Line 41:


The chip periodically sends 9-byte packets at 1200 baud, 8n1. There is no checksum or CRC in the packet.
The chip periodically sends 9-byte packets at 1200 baud, 8n1. There is no checksum or CRC in the packet.
[https://github.com/miek/libsigrok/blob/master/src/dmm/ms2115b.c ms2115b.c]


== Resources ==
== Resources ==


* [http://www.mastech-group.com/download_s.php?id=248 Manual]
* [https://sigrok.org/wimg/d/d7/Mastech_ms2115b_manual.zip Manual.zip]
* [http://www.mastech-group.com/download_s.php?id=240 Vendor software]
* [https://www.youtube.com/watch?v=0wLex6KQO04 YouTube: FLR: Mastech MS2115B review]
* [https://www.youtube.com/watch?v=0wLex6KQO04 YouTube: FLR: Mastech MS2115B review]
* [https://www.youtube.com/watch?v=g3WnYct1h8Q YouTube: DIY Tech & Repairs: Mastech MS2115A - Quick look]
* [https://www.youtube.com/watch?v=g3WnYct1h8Q YouTube: DIY Tech & Repairs: Mastech MS2115A - Quick look]
* [http://www.mastech-group.com/download_s.php?id=248 Manual (Vendor site)]
* [http://www.mastech-group.com/download_s.php?id=240 Software (Vendor site)]


[[Category:Device]]
[[Category:Device]]
[[Category:Multimeter]]
[[Category:Multimeter]]
[[Category:Supported]]
[[Category:Supported]]

Revision as of 23:54, 6 March 2023

MASTECH MS2115B
Mastech ms2115b mugshot.png
Status supported
Source code serial-dmm
Counts 6000
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, inrush, bargraph, backlight, ncv
Website mastech-group.com

The MASTECH MS2115B is a 6000 counts, CAT III (1000V) / CAT IV (600V) handheld dual display digital AC/DC clamp meter with USB connectivity.

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

Hardware

  • Silicon Labs CP2102 USB to UART bridge controller (datasheet)
  • Cyrustek ES51970 DMM analog front end with inrush (datasheet)

Photos

Another device:

Protocol

The chip periodically sends 9-byte packets at 1200 baud, 8n1. There is no checksum or CRC in the packet. ms2115b.c


Resources