blob: 0c36e374a3243903de69e9969a51c9b386233716 (
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
|
-------------------------------------------------------------------------------
Tondaj SL-814 UART
-------------------------------------------------------------------------------
This is a set of example captures of the serial (UART) data of a
Tondaj SL-814 sound level meter.
The communication happens at 9600 baud, 8e1.
Details:
TODO
Logic analyzer setup
--------------------
The logic analyzer used was a Saleae Logic (at 1MHz):
Probe UART
----------------
1 (black) RX
2 (brown) TX
Data
----
The sigrok command line used was:
sigrok-cli -d fx2lafw:samplerate=1mhz --time 3s -p 1=RX,2=TX -o <file>.sr
|