Difference between revisions of "Victor 70C"

From sigrok
Jump to navigation Jump to search
Line 32: Line 32:
The 14-byte chunk is somewhat obfuscated. To deobfuscate, subtract the ASCII value of the following string from each of the 14 bytes in turn: '''<code>jodenxunickxia</code>'''. Then reshuffle the bytes into different positions, according to the following table:
The 14-byte chunk is somewhat obfuscated. To deobfuscate, subtract the ASCII value of the following string from each of the 14 bytes in turn: '''<code>jodenxunickxia</code>'''. Then reshuffle the bytes into different positions, according to the following table:


{| border="0" style="font-size: smaller" class="alternategrey sortable sigroktable"
{| border="0" width="50%" style="font-size: smaller" class="alternategrey sortable sigroktable"
|-
|-
!Original
| Original position
! Final
| &nbsp;0
| &nbsp;1
| &nbsp;2
| &nbsp;3
| &nbsp;4
| &nbsp;5
| &nbsp;6
| &nbsp;7
| &nbsp;8
| &nbsp;9
| 10
| 11
| 12
| 13


|-
|-
| 0
| Final position
| 6
| &nbsp;6
 
|-
| 1
| 13
| 13
 
| &nbsp;5
|-
| 2
| 5
 
|-
| 3
| 11
| 11
 
| &nbsp;2
|-
| &nbsp;7
| 4
| &nbsp;9
| 2
| &nbsp;8
 
| &nbsp;3
|-
| 5
| 7
 
|-
| 6
| 9
 
|-
| 7
| 8
 
|-
| 8
| 3
 
|-
| 9
| 10
 
|-
| 10
| 10
| 12
| 12
 
| &nbsp;0
|-
| &nbsp;4
| 11
| &nbsp;1
| 0
 
|-
| 12
| 4
 
|-
| 13
| 1


|}
|}

Revision as of 12:37, 18 August 2012

Victor 70C

The Victor 70C is a 4000 counts, CAT II handheld digital multimeter with USB connectivity. It is also sold as the EZA EZ-735

See Victor 70C/Info for more details (such as lsusb -vvv output) about the device.

Hardware

Photos

Protocol

The device registers on the USB host as a HID-class device. The protocol payload is 14 bytes of data which can be read from endpoint 1, at no more than 1 Hz.

The 14-byte chunk is somewhat obfuscated. To deobfuscate, subtract the ASCII value of the following string from each of the 14 bytes in turn: jodenxunickxia. Then reshuffle the bytes into different positions, according to the following table:

Original position  0  1  2  3  4  5  6  7  8  9 10 11 12 13
Final position  6 13  5 11  2  7  9  8  3 10 12  0  4  1

Resources