-
Notifications
You must be signed in to change notification settings - Fork 5
/
pcsc_scan.1
78 lines (75 loc) · 2.14 KB
/
pcsc_scan.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
.\" Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH PCSC_SCAN 1 "june 13, 2002"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh disable hyphenation
.\" .hy enable hyphenation
.\" .ad l left justify
.\" .ad b justify to both left and right margins
.\" .nf disable filling
.\" .fi enable filling
.\" .br insert line break
.\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
pcsc_scan \- regularly scans every PC/SC readers connected to the host
.SH SYNOPSIS
.BI "pcsc_scan [" options ]
.SH DESCRIPTION
This manual page documents briefly the
.B pcsc_scan
command.
.PP
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
.\" respectively.
\fBpcsc_scan\fP is a program that regularly scans every PC/SC readers
connected to the host
When \fBpcsc_scan\fP is started it asks \fBpcscd\fP the list of
available smart card readers. The list is printed. A sequence number is
printed before each reader.
Example:
PC/SC device scanner
V 1.1.0 (c) 2001-2002, Ludovic Rousseau
PC/SC lite version: 1.1.1
0: GemPC410 0 0
1: GemPC430 0 0
When a card is inserted in any reader some information is printed:
.TP
date and time:
Thu Jun 13 18:56:14 2002
.TP
reader name:
Reader 0 (GemPC410 0 0)
.TP
card state and occured event:
Card state: State has changed, Card inserted,
.TP
ATR in case of card insertion:
ATR: 3B 82 00 86 1E
.TP
print an ATR analysis if the \fBATR_analysis\fP command is available:
ATR: 3B 82 00 86 1E
+ TS = 3B --> Direct Convention
+ T0 = 82, Y(1): 1000, K: 2 (historical bytes)
TD(1) = 00 --> Y(i+1) = 0000, Protocol T = 0
-----
+ Historical bytes: 86 1E
.SH OPTIONS
.TP
.B \-h
print help
.TP
.B \-V
print version number
.TP
.B \-n
do not print ATR analysis
.SH SEE ALSO
.BR pcscd "(1), " ATR_analysis (1)
.SH AUTHOR
Ludovic Rousseau <ludovic.rousseau@free.fr>