Sun, 01 Nov 2020 22:16:33 +0100
Add a series of reference serial data sessions from a working 34970A unit.
These sessions do have a few glitches, however (random off by one bit,
probably due to a sampling freq a bit too low).
Comes with an adapted version of the uart_filter.py script to interpret the
communication protocol.
42
13bc915b657b
fox the example sigrock-cli cmd line for reading serial session from the dslogic
David Douard <david.douard@sdf3.org>
parents:
23
diff
changeset
|
1 | sigrok-cli -d dreamsourcelab-dslogic --config samplerate=500000 --samples=1000000 -t 1=f --channels 1,2,4 -l 4 -P uart:baudrate=187500:parity=even:rx=2:tx=4 |