blob: ed7cb52975cf1e3b658c619878cf91e4d9f35c59 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
-------------------------------------------------------------------------------
Cyrustek ES51978 based multimeter, serial communication
-------------------------------------------------------------------------------
This is a set of example captures of the serial (UART) communication and
its timings on an optical RS232 cable for the ISO-TECH IDM103N digital
multimeter based on the Cyrustek ES51978 chip.
The UART parameters are 2400 baud, with 7e1 settings.
Details:
http://www.cyrustek.com.tw/spec/ES51978.pdf
Logic analyzer setup
--------------------
The logic analyzer used was an OpenBench Logic Sniffer (at 100kHz):
Probe RS232 cable
-----------------------
0 RX
Data
----
Contains 3 samples sent by the multimeter set in resistance mode, measuring
skin resistance, a few Mega Ohm.
The sigrok command line used was:
sigrok-cli -d ols:conn=/dev/ttyACM0 -c samplerate=100khz:rle=1 \
-p 0=RX -t RX=0 -o es51978.sr --samples=245760
|