TestToolGuide
TestToolGuide
SankyoCardReader.exe
Test Tool Guide
Contents:
2. Installation........................................................................................................................................ 2
4. Connecting ...................................................................................................................................... 3
5. “Button(s)” Tab................................................................................................................................. 4
9. “Command(s)” Tab........................................................................................................................... 9
1. Execution Environment
OS (Operating System):
Microsoft Windows 2000, Microsoft Windows XP. They are trademarks of the Microsoft
Corporation, USA
2. Installation
Unpack the ZIP file; SankyoCardReader.zip; and install them on your system.
3. Execution Procedure
Step 1: Connect the Host Computer and the target device with a cable, and then turn on the
device.
Step 2: Run the “SankyoCardReader.exe”.
-> The main dialog box appears.
4. Connecting
Step 1
Step 2
Step 3
5. “Button(s)” Tab
1 2
3 4 5 6
7 8 9 10
11 12
Step 1
Result
Step 4
Step 1 Step 2
Step 5
Step 1: Input data in hexadecimal notation, i.e., two characters following '$' represent
a hexadecimal value.
Step 2: Execute the “Entry” command using “Button(s)” tab.
Step 3: Insert a card.
Step 4: Execute the “IC Contact” command and the “Activate IC” command.
Step 5: Click the “Transmit” button.
-> The output data is displayed.
Step 1
Step 5
9. “Command(s)” Tab
1
5 6
7 8
10
11
2 3 4
9.2.2 Format
C [CommandCode(1byte)] [ParameterCode(1byte)] [Data(not fixed size)]
The first character must be 'C', which indicates that the line is for command execution.
If there is no data, i.e., the size of the data is 0 bytes, you have to write nothing.
You can write a command code, a parameter code, and data in hexadecimal notation,
i.e., two characters following '$' represent hexadecimal value.
If the first character is ';' or a white space, the line is considered to be a comment and then
ignored.
example)CommandCode is ’0’, ParameterCode is ’1’, Data is ”23456”
->“C0123456”
‘0’=“$30”,
“C0123456”=“C$30123456”=“C0$31$323456”
; Initialize command
C0032400000
W10000
; Status command
C11
T3000
; Revision command
CA1
Step 1
Step 3
Step 4
Step 2
Step 5
Step 6
11. Disconnecting