From aa0d2e2181e0ca8b42c839b7fc23e8f5bc15f58a Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 16 Mar 2021 00:55:15 +0100 Subject: dlt-receive: Add option to configure port of dlt receive (#293) Signed-off-by: Alexander Mohr --- doc/dlt-receive.1.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc/dlt-receive.1.md') diff --git a/doc/dlt-receive.1.md b/doc/dlt-receive.1.md index 38cd2be..9d3f75e 100644 --- a/doc/dlt-receive.1.md +++ b/doc/dlt-receive.1.md @@ -6,7 +6,7 @@ # SYNOPSIS -**dlt-receive** \[**-h**\] \[**-a**\] \[**-x**\] \[**-m**\] \[**-s**\] \[**-o** filename\] \[**-c** limit\] \[**-v**\] \[**-y**\] \[**-b** baudrate\] \[**-e** ecuid\] \[**-f** filterfile\] hostname/serial_device_name +**dlt-receive** \[**-h**\] \[**-a**\] \[**-x**\] \[**-m**\] \[**-s**\] \[**-o** filename\] \[**-c** limit\] \[**-v**\] \[**-y**\] \[**-b** baudrate\] \[**-e** ecuid\] \[**-f** filterfile\] \[**-p** port\] hostname/serial_device_name # DESCRIPTION @@ -62,6 +62,9 @@ Receive DLT messages from DLT daemon and print or store the messages. : Enable filtering of messages. +-p + +: Port for UDP and TCP communication (Default: 3490). # EXAMPLES Print received message headers received from a dlt-daemon running on localhost:: -- cgit v1.2.1