Extend clean up script (based on the changes from tmtom)

This commit is contained in:
Stefan Wahren
2012-12-19 21:20:38 +01:00
parent 746e611236
commit 48a5b2bab7
5 changed files with 30 additions and 1 deletions

View File

@ -30,6 +30,8 @@ B<mbus-serial-select-secondary> [-b BAUDRATE] device secondary-mbus-address
B<mbus-tcp-select-secondary> host port secondary-mbus-address
B<mbus-tcp-raw-send> [-d] host port mbus-address [file]
=head1 DESCRIPTION
B<mbus-serial-switch-baudrate> - attempts to switch the communication speed of
@ -52,6 +54,8 @@ Supports both primary and secondary address types.
B<mbus-serial-select-secondary>, B<mbus-tcp-select-secondary> - perform single secondary
address select to check what device responds.
B<mbus-tcp-raw-send> - send a single raw hex frame to a MBus device.
=head1 OPTIONS
There are following options/parameters:
@ -113,6 +117,10 @@ MBus secondary address of the device. Sixteen digit hexadecimal number.
For serial communication, the baudrate to which the device should be switched.
=item B<file>
Path to an file with hex values.
=back