CuVoodoo

the sorcery of copper

User Tools

Site Tools


ea-ps_2084-03b

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
ea-ps_2084-03b [2015/05/27 18:47] – typo kingkevinea-ps_2084-03b [2015/05/27 22:21] – [connection] kingkevin
Line 79: Line 79:
  
 More details about the cable and modification is described in this picture: More details about the cable and modification is described in this picture:
 +
 +For the second multimeter I used a [[http://www.uni-trend.com/en/product/2014_0626_555.html|UT-D04]] USB cable.
 +This time the data doesn't come over a serial port, but rather a HID device.
 +
 +==== communication ====
 +
 +To read the data from both multimeter I used [[http://sigrok.org/|sirgork]].
 +It supports the [[http://sigrok.org/wiki/UNI-T_UT61E|UNI-T UT61E]] and [[http://sigrok.org/wiki/Device_cables#UNI-T_UT-D02|both]] [[http://sigrok.org/wiki/Device_cables#UNI-T_UT-D04|cables]].
 +
 +Once [[http://sigrok.org/wiki/Sigrok-cli|sigrok-cli]] installed you can record the data using the following command:
 +<code>
 +sigrok-cli --driver uni-t-ut61e-ser:conn=/dev/ttyUSB0 --samples 1 -O analog
 +</code>
 +or
 +<code>
 +sigrok-cli --driver uni-t-ut61e:conn=1a86.e008 --samples 1 -O analog
 +</code>
 +depending on the cable.
ea-ps_2084-03b.txt · Last modified: 2024/01/07 17:49 by 127.0.0.1