libnfc/examples/nfc-barcode.1

44 lines
882 B
Groff
Raw Normal View History

2017-05-16 13:22:30 +02:00
.TH nfc-barcode 1 "May, 2017" "libnfc" "libnfc's examples"
.SH NAME
nfc-barcode \- NFC Barcode (Tag-Talks-First) reader
.SH SYNOPSIS
.B nfc-barcode
.SH DESCRIPTION
.B nfc-barcode
is a utility to read NFC Barcodes
.SH OPTIONS
.B -d
Decode content, if possible.
.B -v
Verbose.
2017-05-16 14:35:58 +02:00
.B -r
Keep RF field on (for slow devices such as ASK LoGO).
.B -n N
Try up to
.B N
times (default=1, max 255).
2017-05-16 13:22:30 +02:00
.SH BUGS
Please report any bugs on the
.B libnfc
issue tracker at:
.br
.BR https://github.com/nfc-tools/libnfc/issues
.SH LICENCE
.B libnfc
is licensed under the GNU Lesser General Public License (LGPL), version 3.
.br
.B libnfc-utils
and
.B libnfc-examples
are covered by the the BSD 2-Clause license.
.SH AUTHORS
Philippe Teuwen <yobibe@gmail.com>
.PP
This manual page was written by Philippe Teuwen <yobibe@gmail.com>.
It is licensed under the terms of the GNU GPL (version 2 or later).