From: Gerhard Sittig Date: Fri, 23 Nov 2018 18:09:09 +0000 (+0100) Subject: uart: document the Python annotation for BREAK X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=b025eab735871bc3427325454b7bec03958f1009;ds=sidebyside uart: document the Python annotation for BREAK --- diff --git a/decoders/uart/pd.py b/decoders/uart/pd.py index ffacad9..2ba8c57 100644 --- a/decoders/uart/pd.py +++ b/decoders/uart/pd.py @@ -40,6 +40,7 @@ This is the list of s and their respective values: - 'PARITY ERROR': The data is a tuple with two entries. The first one is the expected parity value, the second is the actual parity value. - TODO: Frame error? + - 'BREAK': The data is always 0. The field is 0 for RX packets, 1 for TX packets. '''