From 81195a51e638b9cb6689dd06a578dbd691022b12 Mon Sep 17 00:00:00 2001 From: Christian Muck Date: Mon, 30 Jan 2012 14:28:43 +0100 Subject: Updat of dlt-convert and dlt-receive man pages --- doc/dlt-receive.1 | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'doc/dlt-receive.1') diff --git a/doc/dlt-receive.1 b/doc/dlt-receive.1 index 0e47f55..de3d6f9 100644 --- a/doc/dlt-receive.1 +++ b/doc/dlt-receive.1 @@ -40,14 +40,19 @@ Serial device baudrate (Default: 115200). Set ECU ID (Default: RECV). .SH EXAMPLES .TP -Convert DLT file into ASCII: -.B dlt-convert -\-a mylog.dlt +Print received message headers received from a dlt-daemon running on localhost: +.B dlt-receive +\-s localhost .PP .TP -Join two log files: -.B dlt-convert -\-o newlog.dlt mylog1.dlt mylog2.dlt +Print received message headers received from a serila interface: +.B dlt-receive +\-s -y /dev/ttySO +.PP +.TP +Store received message headers from a dlt-daemon to a log file called log.dlt and filter them for e.g. Application ID ABCD and Context ID EFGH (Write:ABCD EFGH as single line to a file claled filter.txt): +.B dlt-receive +\-s -o log.dlt -f filter.txt localhost .PP .SH EXIT STATUS Non zero is returned in case of failure. -- cgit v1.2.1