From 2ca73eefa11665aafc997eeadae5e7bc6fcf2f38 Mon Sep 17 00:00:00 2001 From: Stefan Wahren Date: Mon, 1 Jul 2013 08:09:01 +0200 Subject: [PATCH] add new parameter f to man page add range for TCP port --- bin/libmbus.pod | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/bin/libmbus.pod b/bin/libmbus.pod index c35c344..737c917 100644 --- a/bin/libmbus.pod +++ b/bin/libmbus.pod @@ -22,9 +22,9 @@ B [-d] [-b BAUDRATE] device mbus-address B [-d] host port mbus-address -B [-d] [-b BAUDRATE] device mbus-address +B [-d] [-b BAUDRATE] [-f FRAMES] device mbus-address -B [-d] host port mbus-address +B [-d] [-f FRAMES] host port mbus-address B [-b BAUDRATE] device secondary-mbus-address @@ -47,8 +47,8 @@ B, B - read data from given dev Supports both primary and secondary address types. B, B - read -data from given device supporting multi-telegram (up to 16 frames) reply. Can be also -used for single telegram as mbus-serial-request-data or mbus-tcp-request-data. +data from given device supporting multi-telegram (default: up to 16 frames) reply. +Can be also used for single telegram as mbus-serial-request-data or mbus-tcp-request-data. Supports both primary and secondary address types. B, B - perform single secondary @@ -79,6 +79,10 @@ the response is erroneous, the MBus master can send a retransmissions. libmbus supports the following range of retransmission: 0 until 9 +=item B<-f> I + +Maximum response frames. + =item B<-d> Enable debugging messages. @@ -95,6 +99,7 @@ For TCP communciation, the host which represents the MBus (gateway). =item B For TCP communciation, the port on the host which represents the MBus (gateway). +An integer between 0 and 65535. =item B