You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.0 KiB

.TH formaticc 1 "August 2005" Muscle "PC/SC Lite"
.SH NAME
formaticc \- An APDU robot for pcsc\-lite
.
.SH SYNTAX
.B formaticc
.
.SH DESCRIPTION
.B formaticc
sends one or more request APDU's to a smart card and get responses.
.PP
.B formaticc
takes a set of APDU's from an input file
and generates an output file with the data returned by the card.
.PP
The input and output file names and the identification of the reader
to connect to are prompted to the user.
.PP
The input file contains an APDU per line. Each line contains the length in
bytes of the APDU and the APDU octets in hexadecimal notation, separated by
space characters. The generated output file contains response APDU's
following the same format.
.
.SH "EXAMPLE FILES"
.TP
sample input file:
05 C0 84 00 00 08
05 C0 84 00 00 08
07 C0 A4 00 00 02 3F 00
07 C0 A4 00 00 02 3F 00
.TP
sample output file:
02 6e 00
.SH AUTHORS
This manual page was written by Carlos Prados <cprados@debian.org>,
for the Debian GNU/Linux system (but may be used by others).
.
.SH "SEE ALSO"
.BR pcscd (8)