diff options
Diffstat (limited to 'decoders')
-rw-r--r-- | decoders/uart/pd.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/uart/pd.py b/decoders/uart/pd.py index d38258b..1492aed 100644 --- a/decoders/uart/pd.py +++ b/decoders/uart/pd.py @@ -43,6 +43,7 @@ This is the list of <ptype>s and their respective <pdata> values: - 'FRAME': The data is always a tuple containing two items: The (integer) value of the UART data, and a boolean which reflects the validity of the UART frame. + - 'IDLE': The data is always 0. The <rxtx> field is 0 for RX packets, 1 for TX packets. ''' |