]> sigrok.org Git - libsigrokdecode.git/commit
uart: Output data in separate RX and TX annotation types.
authorUwe Hermann <redacted>
Thu, 12 Sep 2013 07:40:40 +0000 (09:40 +0200)
committerUwe Hermann <redacted>
Thu, 12 Sep 2013 13:56:06 +0000 (15:56 +0200)
commit6d6b32d6ca3610c07513137ee72e908e87e1c97b
treed805afc2dfae26086a435e33756e935fe509a17a
parent1f224555348ff440bdbd7014f66ac5ce44eb4d27
uart: Output data in separate RX and TX annotation types.

There is one annotation type for the RX side of the communication/data
output now, and another one for the TX side.

This allows GUIs to show them in two different traces, and/or show them in
the same trace but with different colors.

This also has the additional benefit that it is clear which databyte
belongs to which direction. Previously the annotations had to look like
"RX: 5F" or "TX: 11001011", but the "RX: " and "TX: " prefixes are now
no longer required, making the GUI traces (and CLI output too) much more
readable.
decoders/uart/pd.py