Difference between revisions of "Victor 70C"
Jump to navigation
Jump to search
Line 28: | Line 28: | ||
== Protocol == | == Protocol == | ||
14 bytes | 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: '''<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" | |||
|- | |||
!Original | |||
! Final | |||
|- | |||
| 0 | |||
| 6 | |||
|- | |||
| 1 | |||
| 13 | |||
|- | |||
| 2 | |||
| 5 | |||
|- | |||
| 3 | |||
| 11 | |||
|- | |||
| 4 | |||
| 2 | |||
|- | |||
| 5 | |||
| 7 | |||
|- | |||
| 6 | |||
| 9 | |||
|- | |||
| 7 | |||
| 8 | |||
|- | |||
| 8 | |||
| 3 | |||
|- | |||
| 9 | |||
| 10 | |||
|- | |||
| 10 | |||
| 12 | |||
|- | |||
| 11 | |||
| 0 | |||
|- | |||
| 12 | |||
| 4 | |||
|- | |||
| 13 | |||
| 1 | |||
|} | |||
== Resources == | == Resources == |
Revision as of 10:50, 18 August 2012
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
- Fortune Semiconductor FS9922-DMM4 multimeter chip
- NXP HEF4066BT quadruple bilateral switches
- Microchip TC7660E charge pump DC-to-DC voltage converter
- Texas Instruments 27L2C precision dual op-amp
- Unknown USB interface chip (HID)
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 | Final |
---|---|
0 | 6 |
1 | 13 |
2 | 5 |
3 | 11 |
4 | 2 |
5 | 7 |
6 | 9 |
7 | 8 |
8 | 3 |
9 | 10 |
10 | 12 |
11 | 0 |
12 | 4 |
13 | 1 |
Resources
- RoastLogger: Input Devices (Victor Victor 86B/86C support)
- Dave Ansell Science Communication: Victor 86C multimeter USB encoding for linux (PHP)
- victor86b-usb-interface: USB interface for Victor 86B Digital Multimeter using HIDAPI (see also here)
- Sparkfun: Victor 70C (manual, software)
- Github: victor70c (HIDAPI)
- Random review / photos