.TH "readertest" "1" "0.9.1" "Martin Preuss" "LibChipCard"
.SH "NAME"
.LP 
readertest \- A tool to check a reader configuration
.SH "SYNOPSIS"
.B readertest
.RB [\| \-h \|]
.RB [\| \-V \|]
.RB [\| \-v \|]
.RB [\| \-p
.I R port \|]
.RB [\| \-r
.I R readertype \|]
.RB [\| \-d
.I R drivertype \|]
.RB [\| \-D
.I R driver \|]
.SH "DESCRIPTION"
.LP 
\fIreadertest\fP is a tool that checks for existence of a chipcard reader
with a given configuration. It's main intention is the use through other,
more user friendly configuration tools. Note that \fIchipcardd\fP must not
have allocated a reader for the detection to work.
.SH "OPTIONS"
.LP 
.TP 
\fB\-h\fP
display instructions
.TP 
\fB\-V\fP
display version information
.TP 
\fB\-v\fP
be more verbous
.TP 
\fB\-p\fR \fIport\fP
Specify port which to probe for a reader. \fIport\fP is a string value as taken by \fIchipcardd.conf\fP (see corresponding man page),
e.g. \fIUSB0\fP, \fICOM1\fP etc.
This parameter is mandatory.
.TP 
\fB\-r\fR \fIreadertype\fP
Specify the type of chipcard reader to probe. \fIreadertype\fP is a string value as taken by \fIchipcardd.conf\P (see corresponding
man page), e.g. \fItowitoko\fP.
This parameter is mandatory.
.TP 
\fB\-d\fR \fIdrivertype\fP
Specify the driver type to use. \fIdrivertype\fP is a string value as taken by \fIchipcardd.conf\fP, i.e. \fIpcsc\fP or
\fIctapi\fP (see man page of \fIchipcardd.conf\fP).
This parameter is mandatory.
.TP 
\fB\-D\fR \fIdriver\fP
Specify the driver to use, this \fIdriver\fP must be a library file,
e.g. \fIlibtowitoko.so.2\fP (see man page of \fIchipcardd.conf\fP).
This parameter is mandatory.
.SH "AUTHORS"
.LP 
Martin Preuss <martin@libchipcard.de>
.SH "SEE ALSO"
.LP 
libchipcard.conf(5) chipcardd.conf(5)