diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2012-06-14 01:14:10 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2012-06-14 01:32:32 +0200 |
commit | a0153e903ba04cf9e6eb8c8a501508f4606efa6b (patch) | |
tree | b2b5f1ba3133fafc4011e02d82de4da58500f8a7 /decoders/usb | |
parent | e1f5df5bd1d4847f1ebfade8d71161f8a5ede862 (diff) | |
download | libsigrokdecode-a0153e903ba04cf9e6eb8c8a501508f4606efa6b.tar.gz libsigrokdecode-a0153e903ba04cf9e6eb8c8a501508f4606efa6b.zip |
srd: Add experimental uart_dump decoder.
This PD stacks on top of the UART protocol decoder, and ouputs the
decoded UART data in the "canonical" format, one byte after the other
without any metadata (start bits, stop bits, parity bits, errors) and
without any sample-numbers and such. This is basically what you would
see in a terminal program, such as minicom.
Per default it outputs to stdout, but using the 'filename' option
and/or the 'filename_rx'/'filename_tx' options it can also output to
files.
Using the 'tx' and 'rx' options you can also select whether both, or
only one of the data direction's data should be output.
Example:
sigrok-cli -i foo.sr \
-a uart:rx=0:tx=1,uart_dump:rx=no:tx=yes:filename=foo.txt \
-s uart,uart_dump
This PD is just an experiment for now, it's possible that it will be
replaced / reimplemented via a different sigrok facility later on.
Diffstat (limited to 'decoders/usb')
0 files changed, 0 insertions, 0 deletions