]> sigrok.org Git - libsigrokdecode.git/commit
srd: Add initial UART decoder.
authorUwe Hermann <redacted>
Wed, 7 Dec 2011 01:03:25 +0000 (02:03 +0100)
committerUwe Hermann <redacted>
Wed, 7 Dec 2011 01:03:25 +0000 (02:03 +0100)
commitf44d2db2a027857bdfbfc18e40b9900cad1b0e1d
tree6dfc2c0de084f095d53af661cb54cf3a166b0584
parent6547acfda9913a8856e2c875dc3f340570d80583
srd: Add initial UART decoder.

Works with any baudrate, number of bits, parity types, number of stop
bits and so on, in theory. Not all options are fully implemented or
tested though. Various TODOs remain.
decoders/Makefile.am
decoders/uart.py [new file with mode: 0644]