]> sigrok.org Git - libsigrokdecode.git/commit
uart: Use T for stop bit, P for parity bit.
authorUwe Hermann <redacted>
Thu, 12 Sep 2013 06:20:03 +0000 (08:20 +0200)
committerUwe Hermann <redacted>
Thu, 12 Sep 2013 13:56:06 +0000 (15:56 +0200)
commit9f18eb6c7baad207a15c6efcfedf751838b8000e
treef5649050ce6f949a2e13306780623b07104421ba
parent9300bc22bad033204d369884b0f548b1e2a9bc59
uart: Use T for stop bit, P for parity bit.

The short(est) annotations for "Stop bit" and "Parity bit" have both
been "P" until now, which is confusing for users (on certain zoom levels
in GUIs). Use "T" for stop bits now instead.
decoders/uart/pd.py