Modified library for new test cases to corrupt data - related to the bug fix for...
[profile/ivi/dlt-daemon.git] / doc / dlt-receive.1
1 .TH dlt-receive 1  "March 2, 2012" "version 2.5.0" "USER COMMANDS"
2 .SH NAME
3 dlt-receive \- Console based client for DLT Logging
4 .SH SYNOPSIS
5 .B dlt-receive
6 [\-h] [\-a] [\-x] [\-m] [\-s][\-o filename] [\-v] [\-y]
7 [\-b baudrate] [\-e ecuid]hostname/serial_device_name
8 .SH DESCRIPTION
9 Receive DLT messages from DLT daemon and print or store the messages.
10 .SH OPTIONS
11 .TP
12 \-h
13 Display a short help text.
14 .TP
15 \-a
16 Print DLT file; payload as ASCII.
17 .TP
18 \-x
19 Print DLT file; payload as hex.
20 .TP
21 \-m
22 Print DLT file; payload as hex and ASCII.
23 .TP
24 \-s
25 Print DLT file; only headers.
26 .TP
27 \-o
28 Output messages in new DLT file.
29 .TP
30 \-v
31 Verbose mode.
32 .TP
33 \-y
34 Serial device mode.
35 .TP
36 \-b
37 Serial device baudrate (Default: 115200).
38 .TP
39 \-e
40 Set ECU ID (Default: RECV).
41 .SH EXAMPLES
42 .TP
43 Print received message headers received from a dlt-daemon running on localhost:
44 .B dlt-receive
45 \-s localhost
46 .PP
47 .TP
48 Print received message headers received from a serila interface:
49 .B dlt-receive
50 \-s -y /dev/ttySO
51 .PP
52 .TP
53 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):
54 .B dlt-receive
55 \-s -o log.dlt -f filter.txt localhost
56 .PP
57 .SH EXIT STATUS
58 Non zero is returned in case of failure.
59 .SH AUTHOR
60 Alexander Wenzel (alexander.aw.wenzel (at) bmw.de)
61 .SH SEE ALSO
62 dlt-daemon(1)