X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=plugins%2Fsigrok-decoders%2Fcaliper%2F__init__.py;h=3fc99fed2a959c455c198a3c0813dcbf01893e50;hb=165bbc9688dd5a2ca2b6f76bca2df9213c80073f;hp=65620f8e9a21b86ea51491e9f46691a128b758cc;hpb=63efb48203536b99be48591aad6aa3b5ecaaa9c5;p=mirrors%2FPrograms.git diff --git a/plugins/sigrok-decoders/caliper/__init__.py b/plugins/sigrok-decoders/caliper/__init__.py index 65620f8..3fc99fe 100644 --- a/plugins/sigrok-decoders/caliper/__init__.py +++ b/plugins/sigrok-decoders/caliper/__init__.py @@ -20,6 +20,17 @@ ''' This decodes digital output of cheap generic calipers (usualy made in china) Decoder will show measured value in milimeters or inches. + +Please note that these devices often communicate on low voltage level, +which might not be possible to capture with 3.3V logic analyzers. +So additional circuitry might be needed to capture the signal. + +This is NOT for calipers using Digimatic protocol (eg. Mitutoyo and similar brands) + +More info: + +http://www.shumatech.com/support/chinese_scales.htm +https://www.instructables.com/id/Reading-Digital-Callipers-with-an-Arduino-USB/ ''' from .pd import Decoder