]> sigrok.org Git - libsigrokdecode.git/commit - decoders/uart/pd.py
uart: Emit 2 bytes for 9-bit UART binary output.
authorUwe Hermann <redacted>
Fri, 23 Sep 2016 20:19:57 +0000 (22:19 +0200)
committerUwe Hermann <redacted>
Sun, 23 Oct 2016 19:48:09 +0000 (21:48 +0200)
commit98b8913915e8649cca83f543e84fbf128707b5fb
tree391d29a573a470927382cb38257f0ef7a638a3b2
parent711d0602317e28ddc123ab540036b37979df70c4
uart: Emit 2 bytes for 9-bit UART binary output.

For 5..8 data bits the binary output will be 1 byte, for 9 data bits
it will be 2 bytes (big-endian).

This fixes bug #708.
decoders/uart/pd.py