serialdata/ref/README

Sun, 01 Nov 2020 22:21:19 +0100

author
David Douard <david.douard@sdf3.org>
date
Sun, 01 Nov 2020 22:21:19 +0100
changeset 44
b3c3d54d2c7c
parent 43
c850674a3101
permissions
-rw-r--r--

Many improvements

- add support for dimm-based selection,
- add support for poweroff (at least power thr display off),
- add support for the initial key pressed during initialization sequence,
- fix a race condition (sending a keycode while receiving a message)
- add support for the shift button
- many code cleanups and improvements

Sessions of UART capture of the reference HP34970A unit.

In these capture frames:
- RX: FP -> CPU
- TX: CPU -> FP

Example extraction of data:

  sigrok-cli -i startup-no-key -P uart:baudrate=187500:parity=even:rx=RX:tx=TX \
             --channels RX,TX  -A uart=rx-data:tx-data:rx-start

Start-bit: following code is a RX, so generated by the FP.

mercurial