Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »


Objective Application

  • Felica L1 Test
  • Mifare L1 Test

Description & Usage

This SDK is used to test Felica Card Reader Test by Poll For Token IDG Commands.

FunctionCommentRun Steps
ASet Test Rounds of Poll For Token1
BConnection & Start test2
CStop Test Rounds & Close Connection3
DLogging WindowsN/A

Document

Item

Description

This is new IDG Command format
2C-02
Poll for token.

Provide a new preselect card type

in Tx data (A,B,C, and combination of them)


Download Link

VersionUpdate InfoApproved

V 1.00.002



 goofy.liu

1.Customized Docklight Logs Loading Allowed.

Ex: Key word = "[TX] - "

/// 1. Enable Pass-Through mode

[TX] - 56 69 56 4F 74 65 63 68 32 00 2C 01 00 01 01 1D 19

[RX] - 56 69 56 4F 74 65 63 68 32 00 2C 00 00 00 1C 9B


/// 2. Poll for token

[TX] - 56 69 56 4F 74 65 63 68 32 00 2C 02 00 02 0A 14 E3 51

[RX] - 56 69 56 4F 74 65 63 68 32 00 2C 00 00 05 03 D3 AC 5A E3 2D 39


/// 3. Mifare auth (2C-06)

[TX] - 56 69 56 4F 74 65 63 68 32 00 2C 06 00 08 01 01 FF FF FF FF FF FF 4B C8

[RX] - 56 69 56 4F 74 65 63 68 32 00 2C 00 00 00 1C 9B


/// 4. Mifare Read Blocks (2C-07)

[TX] - 56 69 56 4F 74 65 63 68 32 00 2C 07 00 02 33 10 3F 8F

[RX] - 56 69 56 4F 74 65 63 68 32 00 2C 00 00 30 87 19 00 00 78 E6 FF FF 87 19 00 00 00 FF 00 FF B7 1A 00 00 48 E5 FF FF B7 1A 00 00 00 FF 00 FF 88 19 00 00 77 E6 FF FF 88 19 00 00 00 FF 00 FF 4C D2

----------

2. Time Limited Setting, Customized Script. Docklight Log Like.

----------

3. Script Example. key word = "[TX] - "

Format : "[TX] - 56 69 56 4F 74 65 63 68 32 00 2C 02 00 02 00 14 06 6B"

Key word = "[TX] - "

V2 Header = "5669564F746563683200"

Cmd Set = "2C02"

Tx Dat = "0014"

Trim the tail 2 bytes (CRC) = "066B"

Mifare_V01_classic Read.txt

Mifare_V02_VivoPay Read.txt



  goofy.liu

  • 1. Change to Mifare Type Card Test Method by Command Line.

/POLLFORTOKENTYPE=MIFARE --> indicatee Mifare Test Method.

  • 2. Default Rounds

   old = 100

   new = 50

  • Verified Reader:

FW Build:VP3300 USB NEO v1.01.054,

VP3300 USB-C Type


V 1.00.001



 goofy.liu

V 1.00.001-C05, 2017 Nov 22

1.Change Default TxRx Timeout

100ms --> 200ms


 goofy.liu

V 1.00.001-C04, 2017 Nov 15

1.Add Timeout Settings Field.


Update 2C-02 command to

meet new firmware.

FW: VP3300 USB

(Legacy: Goose Run, VP4880)

V1.01.061

V 1.00.001-C02, 2017 Nov 07
1.Replace "X" with "."

V 1.00.001-C01, 2017 Nov 03

1.Initial Version







  • No labels