serialdata/ref/README

changeset 43
c850674a3101
equal deleted inserted replaced
42:13bc915b657b 43:c850674a3101
1 Sessions of UART capture of the reference HP34970A unit.
2
3 In these capture frames:
4 - RX: FP -> CPU
5 - TX: CPU -> FP
6
7 Example extraction of data:
8
9 sigrok-cli -i startup-no-key -P uart:baudrate=187500:parity=even:rx=RX:tx=TX \
10 --channels RX,TX -A uart=rx-data:tx-data:rx-start
11
12 Start-bit: following code is a RX, so generated by the FP.
13

mercurial