DIGANT NFC Reader DTNFCXX Datasheet and Specification

Download as pdf or txt
Download as pdf or txt
You are on page 1of 18

Datasheet

NFC OEM Read/Write Module: DTNFCxx


The DTNFCxx OEM NFC module combines in a single package
both NFC controller and secure smart card controller. This Module
supports Mifare family (ISO 14443A), FeliCa, Ultra light and Near Field
Communication (ISO 18092) standards.

SPECIFICATION
Supported Standards - Mifare® family (ISO 14443A), NFC
protocol ISO18092
Baud Rate (to host) - 9.6, 19.2, 38.4, 57.6, 115.2, 230.4, 460.8 k Baud, 8, N, 1
Baud rate (tag / NFC peer) - 106 kBaud, 212 kBaud, up to 424 kBaud.
Interface - USB 2.0 (cable 1.80m) / UART (TTL).
Power Supply - USB bus powered / +5V (non USB module).
Power consumption - ~ 120mA.
Antenna - Integrated.
Size (L X B X H) in mm - 56 X 37 X 11 (L X B X H)
Reading Range - ≥ 60 m m
Operating Voltage - +5.0V
Operating Temperature - -10C to +65C
Tag Types supported - Mifare, Ultra light, FeliCa contactless smart cards.
Package - ABS Plastic, 6x Pin out / 1.80m USB cable (Pigtail).
Color - Black

Variants of DTNFCxx Module


Part Number/ Interface Security Engine Antenna
Ordering code
DTNFCSS UART YES Internal
DTNFCUS USB YES Internal

Pin out Details for DTNFCSS


Pin# Signal Name Description
1 VCC (+5V) +5V DC +/- 5%.
2 TXD Output from the module
3 RXD Input to the module
4 GND Ground
5 Reset Input, a high pulse on this pin resets the module.
6 NC No connection
Page 1 of 18
© Digant Technologies 2008
Version 1.0
Digant Technologies | #8, 7th Main | Indiranagar 2nd Stage | Bangalore-560038| India
www.diganttechnologies.com | e-mail: [email protected]
Datasheet

Mechanical drawing
Bottom View Note: All the dimensions are in mm

Reference Schematics

+5V

TXD (TTL)
UART
RXD (TTL) I/F uC
DTNFCSS

DTNFCSS Reference connection to a microcontroller

USB
DTNFCUS Conn

DTNFCUS Reference connection to a PC

Page 2 of 18
© Digant Technologies 2008
Version 1.0
Digant Technologies | #8, 7th Main | Indiranagar 2nd Stage | Bangalore-560038| India
www.diganttechnologies.com | e-mail: [email protected]
Datasheet

Reference Schematics
Features
General

 NFC module integrates NFC controller and SmartMX secure smart card controller in
a single package.
 Module is fully integrated which does not need any external circuitry except +5V
power input to make it work.
 Module is fully NFC IP-1 (ISO18092) compliant.

Block Diagram

TX
NFC NFC front
Controller/ end Antenna Antenna
RX
Interface Matching

3.3V
Controller

Power filters

Page 3 of 18
© Digant Technologies 2008
Version 1.0
Digant Technologies | #8, 7th Main | Indiranagar 2nd Stage | Bangalore-560038| India
www.diganttechnologies.com | e-mail: [email protected]
Datasheet

NFC - Mifare Command Set.


The basic operations can be performed on MIFARE tag using Near Field Communication
Modules (N F C ) are … .
 Select Tag
 Authentication
 Read data
 Write data
 Value block
 Increment block data
 Decrement block value
 Transfer block data
 Restore data
 Anti-Collision
 Halt Tag

Input Frame Format:


0x00 0x00 0xFF LEN LCS TFI PD DCS 0x00

preamble Start of Packet Packet DTNFCUS Packet Packet Post


packet code length length frame Data data amble
check identifier check
sum sum

Acknowledgement Frame Format:


The acknowledgement frame sent by DTNFCUS to host controller to indicate the
result of the previous operation.

ACK Frame:
00 00 FF 00 FF 00
preamble Start of Ack Postamble
packet packet
code code

NACK Frame:
This acknowledgement indicates that the previous frame has not been successfully
received.
00 00 FF FF 00 00
preamble Start of Ack Postamble
packet packet
code code
Page 4 of 18
© Digant Technologies 2008
Version 1.0
Digant Technologies | #8, 7th Main | Indiranagar 2nd Stage | Bangalore-560038| India
www.diganttechnologies.com | e-mail: [email protected]
Datasheet

Error Frame:
This acknowledgement indicates that DTNFCUS has detected an error at application
level.
00 00 FF 01 FF 7F 81 00

Error Codes:
Error Cause Error Code
Timeout 0x01
CRC 0x02
Parity 0x03
Bit count 0x04
Framing 0x05
Collision 0x06
Buffer too small 0x07
RF buffer overflow 0x09
RF 0x0A
Protocol 0x0B
Temperature 0x0D
Internal buffer overflow 0x0E
Invalid parameters 0x10
Unsupported command 0x12
Invalid format 0x13
AE 0x14
UID check byte 0x23
Invalid device state 0x25
Operation not allowed 0x26
Unknown target 0x27

Select Tag:
This command is used to initiate the targets. DTNFCUS is capable of handling 2
targets at a time.
The input frame format is:
Example:
Bit 0 Bit 1 Bit 2 Bit 3 Bit 4 Bit 5 Bit 6 Bit 7 Bit 8 Bit 9 Bit 10
0x00 0x00 0xFF 0x04 0x00 0xD4 0x4A 0x01 0x00 0x00 0x00
– sum
of
data
1. 0x00 – Preamble.
2. 0x00 and 0xFF – Start of packet code.
3. 0x04 – packet length.
Page 5 of 18
© Digant Technologies 2008
Version 1.0
Digant Technologies | #8, 7th Main | Indiranagar 2nd Stage | Bangalore-560038| India
www.diganttechnologies.com | e-mail: [email protected]
Datasheet

4. 0x00 – packet length check sum.


Bit 4 = 0x00 – bit 3
5. 0x01 – Number of targets wanted to initialize.
 This field value should not exceed 2.
6. 0x00 – Baud rate
 0x00 - 106 kbps
 0x01 – 212 kbps
 0x02 – 424 kbps.
7. 0x00 – packet data check sum.

Bit 9 = 0x00 – (bit 5 + bit6 + bit7+bit8);


8. 0x00 – postamble.

The Output frame format is:


Example: 00 00 FF 00 FF 00 00 00 FF 0C F4 D5 4B 01 01 04 00 08 04 4A 3C 93 34 81 00

D5 4B 01 01 04 08 08 04 4A 3C 93 34 81 00
Output No .of Logical SENS_RES SEL_RES TagID Tag ID ATS
parameters targets number length
of tag
Here the Tag ID of the MIFARE card is: 4A 3C 93 34

Authentication:
The command code for authentication is: 0x60
The input frame format is:
Example:
0x00 0x00 0xFF 0x0F 0x00 - 0xD4 0x40 0x01 0x60 0x02
Length
preamble Start Start Length LCS Input Input Tag CMD Block
of of of data parameter parameter Number NO
packet packet
code code

0xFF 0xFF 0xFF 0xFF 0xFF 0xFF 0x4A 0x3C 0x93 0x34 0x00 0x00
– sum
of
data
key key key key key key Tag Tag Tag Tag Check poatamble
id id id id sum

In the above frame we are authenticating using the keys 0xFF 0xFF 0xFF 0xFF 0xFF 0xFF to
the address 0x02 of a MIFARE card whose ID number is 0x4A 0x3C 0x93 0x34.
Page 6 of 18
© Digant Technologies 2008
Version 1.0
Digant Technologies | #8, 7th Main | Indiranagar 2nd Stage | Bangalore-560038| India
www.diganttechnologies.com | e-mail: [email protected]
Datasheet

The Output frame format is:


Example: 0000FF00FF000000FF03FDD54100EA00
D5 41 00 EA 00
Output parameters Error code ATS

Read Data:
The command code for Read data is: 0x30
The input frame format is:
0x00 0x00 0xFF 0x0F 0x00 - 0xD4 0x40 0x01 0x30 0x02
Lenght
preamble Start Start Length LCS Input Input Logical Command Block
of of of data parameter parameter number code number
packet packet assigned to
code code tag by
DTNFCUS

0x00 – 0x00
sum of
data
Check poatamble
sum
Here we are reading 16 – bytes data from the address 0x02.
The Output frame format is:
Example: 0000FF00FF000000FF13EDD541007068616E696B726973686E61303030312900
D5 41 00 70 68 61 6E 69 6B 72 69 73 68 6E 61 30 30 30 31 29 00
Output Error 16-Bytes of data ATS
parameters code

Write Data:
The command code for Write data is: 0xA0. Here we are writing 16 – bytes data
0x 00… ..0x 1A to the address 0x 02.
The input frame format is:
0x00 0x00 0xFF 0x0F 0x00 - 0xD4 0x40 0x01 0x30 0x02
Length
preamble Start Start Lengt LCS Input Input Logical Comman Block
of of h of parameter parameter number d code number
packet packet data assigned to
code code tag by
DTNFCUS

0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0A 0x0B 0x0C 0x0D 0x0E 0x0F 0x1A
data data data data data data data data data data data data data data data data

Page 7 of 18
© Digant Technologies 2008
Version 1.0
Digant Technologies | #8, 7th Main | Indiranagar 2nd Stage | Bangalore-560038| India
www.diganttechnologies.com | e-mail: [email protected]
Datasheet

0x00 – 0x00
sum of
data
Check poatamble
The Output frame format is: sum
Example: 0000FF00FF000000FF03FDD54100EA00
D5 41 00 EA 00
Output parameters Error code ATS

Value Block:
Before doing the Increment block data or decrement the block data operations we
have to make the block as value block. This can be done by writing the value to the block by
using normal write command.
The value must be 4-byte.The maximum value is 9999.

The input frame format is:


0xD4 0x40 0x01 0x30 0x02
Input Input Logical Command Block number
parameter parameter number code
assigned to
tag by
DTNFCUS

value value addr addr 0x00- 0x00


sum of
value addr addr data

0… … … 3 4… … … .7 8… … … 11 12 13 14 15 Check postamble
sum

The Output frame format is: value


Example: 0000FF00FF000000FF03FDD54100EA00
D5 41 00 EA 00
Output parameters Error code ATS

Page 8 of 18
© Digant Technologies 2008
Version 1.0
Digant Technologies | #8, 7th Main | Indiranagar 2nd Stage | Bangalore-560038| India
www.diganttechnologies.com | e-mail: [email protected]
Datasheet

Increment Block Data:


The command code for Increment Block data is: 0xC1.
The input frame format is:
0x00 0x00 0xFF 0x09 0x00 - 0xD4 0x40 0x01 0xC1 0x02
Length
preamble Start Start Length LCS Input Input Tag CMD Block
of of of data parameter parameter Number NO
packet packet
code code

0x01 0x02 0x03 0x00 –


0x04 0x00
sum of
data
value value value value Check poatamble
sum Here we are incrementing the data of
block 0x02 by 0x01 0x02 0x03 0x04

The Output frame format is:


Example: 0000FF00FF000000FF03FDD54100EA00
D5 41 00 EA 00
Output parameters Error code ATS

Decrement Block Data:


The command code for Increment Block data is: 0xC0.
The input frame format is:
0x00 0x00 0xFF 0x09 0x00 - 0xD4 0x40 0x01 0xC0 0x02
Length
preamble Start Start Length LCS Input Input Tag CMD Block
of of of data parameter parameter Number NO
packet packet
code code

0x01 0x02 0x03 0x00 –


0x04 0x00
sum of
data
value value value value Check poatamble
Here we are decrementing the data of
sum
block 0x02 by 0x01 0x02 0x03 0x04

The Output frame format is:


Example: 0000FF00FF000000FF03FDD54100EA00
D5 41 00 EA 00
Output parameters Error code ATS
Page 9 of 18
© Digant Technologies 2008
Version 1.0
Digant Technologies | #8, 7th Main | Indiranagar 2nd Stage | Bangalore-560038| India
www.diganttechnologies.com | e-mail: [email protected]
Datasheet

Transfer Block Data:


The command code for Transfer Block data is: 0xB0.
This operation should perform immediately after incrementing or decrementing the block
data.
The input frame format is:
0x00 0x00 0xFF 0x09 0x00 - 0xD4 0x40 0x01 0xB0 0x01
Length
preamble Start Start Length LCS Input Input Tag CMD Block
of of of data parameter parameter Number NO
packet packet
code code

0x00 – 0x00
Here we are transferring the incremented or decremented block data to sum of
other block in the same sector. data
The Output frame format is: Check poatamble
Example: 0000FF00FF000000FF03FDD54100EA00 sum
D5 41 00 EA 00
Output parameters Error code ATS

Restore Block Data:


The command code for Transfer Block data is: 0xC2.
This operation should be performed after performing the transfer operation.
The input frame format is:
0x00 0x00 0xFF 0x09 0x00 - 0xD4 0x40 0x01 0xC2 0x01
Length
preamble Start Start Length LCS Input Input Tag CMD Block
of of of data parameter parameter Number NO
packet packet
code code

0x00 – 0x00
sum of
The Output frame format is: data
Example: 0000FF00FF000000FF03FDD54100EA00 Check poatamble
D5 41 00 EA 00 sum
Output parameters Error code ATS

Page 10 of 18
© Digant Technologies 2008
Version 1.0
Digant Technologies | #8, 7th Main | Indiranagar 2nd Stage | Bangalore-560038| India
www.diganttechnologies.com | e-mail: [email protected]
Datasheet

Anti-collision:
This command is used to initiate the targets. DTNFCUS is capable of handling 2
targets at a time.
The input frame format is:
Example:
Bit 0 Bit 1 Bit 2 Bit 3 Bit 4 Bit 5 Bit 6 Bit 7 Bit 8 Bit 9 Bit 10
0x00 0x00 0xFF 0x04 0x00 0xD4 0x4A 0x01 0x00 0x00 0x00

0x00 – Preamble.
0x00 and 0xFF – Start of packet code.
0x04 – packet length.
0x00 – packet length check sum.
 Bit 4 = 0x00 – bit3
0xD4 – Input Parameters
0x01 – Number of targets wanted to initialize.
 This field value should not exceed 2.
0x00 – Baud rate
 0x00 - 106 kbps
 0x01 – 212 kbps
 0x02 – 424 kbps.
0x00 – packet data check sum.
 Bit 9 = 0x00 – (bit5+bit6 + ............+bit9)
0x00 – postamble.

The Output frame format is:


Example:
0000FF00FF000000FF15EBD54B0201040008044A3C93340204000804CAF49334E900
This command detects maximum of 2 targets.
D5 4B 02 01 04 00 08 04 4A 3C 93 34
Output No .of Logical SENS_RES SEL_RES Tag ID 1 Tag ID 1
parameters targets number length
of tag

02 04 00 08 04 CA F4 93 34 E9 00
Logical SENS_RES SEL_RES Tag ID 2 Tag ID 2 ATR
number of length
tag

Page 11 of 18
© Digant Technologies 2008
Version 1.0
Digant Technologies | #8, 7th Main | Indiranagar 2nd Stage | Bangalore-560038| India
www.diganttechnologies.com | e-mail: [email protected]
Datasheet

Halt Tag:
The command code for Halt Tag is: 0x44
The input frame format is:
Example:
0x00 0x00 0xFF 0x04 0x00 0xD4 0x44 0x01 0x00 – 0x00
sum of
data
preamb Start of Start of Length LCS Input CMD Tag checks postam
le packet packet of data parameter Num um ble
code code ber

Here we are forcing the card whose logical number assigned by DTNFCUS is 01 to halt
mode or we are deselecting the tag.

The Output frame format is:


Example: 0000FF00FF000000FF03FDD54500E600
D5 45 00 EA 00
Output parameters Error code ATS

NFC - Peer To Peer Communication


The goal of Peer To Peer communication is exchange of data between two NFC devices. One
NFC device acts as Initiator and the other NFC device acts as Target.
The sequence of operations can be performed in Peer To Peer communications are…

Initiator Side:
 Configure NFC as initiator and scan for the targets in the field.
 Send data to the target.
 Release target.

Target Side:
 Configure NFC as target.
 Receive data from initiator.
 Send acknowledgement to initiator.

Page 12 of 18
© Digant Technologies 2008
Version 1.0
Digant Technologies | #8, 7th Main | Indiranagar 2nd Stage | Bangalore-560038| India
www.diganttechnologies.com | e-mail: [email protected]
Datasheet

Input Frame Format:

0x00 0x00 0xFF LEN LCS TFI PD DCS 0x00

preamble Start of Packet Packet DIGANT Packet Packet Post


packet code length length frame Data data amble
check identifier check
sum sum

Acknowledgement Frame Format:


The acknowledgement frame sent by Digant to host controller to indicate the result of
the previous operation.

ACK Frame:

00 00 FF 00 FF 00

preamble Start of Ack Postamble


packet packet
code code

NACK Frame:
This acknowledgement indicates that the previous frame has not been successfully
received.
00 00 FF FF 00 00
preamble Start of packet Ack packet Postamble
code code
Error Frame:
This acknowledgement indicates that Digant has detected an error at application level.

00 00 FF 01 FF 7F 81 00

Error Codes:
Error Cause Error Code
Timeout 0x01
CRC 0x02
Parity 0x03
Bit count 0x04
Framing 0x05
Page 13 of 18
© Digant Technologies 2008
Version 1.0
Digant Technologies | #8, 7th Main | Indiranagar 2nd Stage | Bangalore-560038| India
www.diganttechnologies.com | e-mail: [email protected]
Datasheet

Collision 0x06
Buffer too small 0x07
RF buffer overflow 0x09
RF 0x0A
Protocol 0x0B
Temperature 0x0D
Internal buffer overflow 0x0E
Invalid parameters 0x10
Unsupported command 0x12
Invalid format 0x13
AE 0x14
UID check byte 0x23
Invalid device state 0x25
Operation not allowed 0x26
Unknown target 0x27
The user must follow the following sequence for the NFC Peer To Peer communication.

Configure NFC as target:


This command is used to configure one NFC module as target.
Input frame format is:

Example:
0x00 0x00 0xFF 25 0x00 – bit 3 0xD4 8C 02
Bit 1 Bit 2 Bit 3 Bit 4 Bit 5 Bit 6 Bit7 Bit 8

0x04 0x03 0x12 0x34 0x56 0x40


Bit 9 Bit 10 Bit 11 Bit 12 Bit 13 Bit 14
0x01 0xFE 0xA2 0xA3 0xA4 0xA5 0xA6 0xA7
Bit 15 Bit 16 Bit 17 Bit 18 Bit 19 Bit 20 Bit 21 Bit 22

0xC0 0xC1 0xC2 0xC3 0xC4 0xC5 0xC6 0xC7


Bit 23 Bit 24 Bit 25 Bit 26 Bit 27 Bit 28 Bit 29 Bit 30

0xFF 0xFF
Bit 31 Bit 32

0xAA 0x99 0x88 0x77 0x66 0x55 0x44 0x33 0x22 0x11
Bit 33 Bit 34 Bit 35 Bit 36 Bit 37 Bit 38 Bit 39 Bit 40 Bit 41 Bit 42

0x00 – sum of data 0x00


Bit 43 Bit 44

Page 14 of 18
© Digant Technologies 2008
Version 1.0
Digant Technologies | #8, 7th Main | Indiranagar 2nd Stage | Bangalore-560038| India
www.diganttechnologies.com | e-mail: [email protected]
Datasheet

1.0x00 – Preamble.
2.0x00 and 0xFF – Start of packet code.
3.0x25 – packet length.
4.0x00 – packet length check sum.
Bit 4 = 0x00 – bit 3
5. Bit 6 and Bit 7 are the input command code.
6. Bit 8 represents the mode (active/passive)
7. Bit 9 to Bit 14 represents MIFARE parameters.
Bit 9 and Bit 10 are SENS_RES bits.
Bit 11 to Bit 13 represents NFCID1t
Bit 14 is SEL_RES bit.
8. Bit 15 to Bit 32 represents Felica parameters
Bit 15 to Bit 22 represents NFCID2t.
Bit 23 to Bit 30 represents Padding.
Bit 31 and Bit 32 represents the system code.
9. Bit 33 to Bit 42 represents NFCID3t.
10. Bit 43 = 0x00 - (B it 6 + B it 7… … … .+ B it 42)
It is the packet data check sum.
11. Bit 44 represents the postamble.

The Output frame format is:


Example: 0000FF00FF00
D5 41 00 EA 00
Output parameters Error code ATS

Configure NFC as Initiator:


This command is used to configure NFC module as initiator and also to scan
for the targets in the field.
Input frame format is:

0x00 0x00 0xFF 0x0A 0x00 – bit 3 0xD4 0x56 0x01


Bit 1 Bit 2 Bit 3 Bit 4 Bit 5 Bit 6 Bit 7 Bit 8

0x02 0x01 0x00 0xFF 0xFF 0x00 0x00 0x00 - 0x00


sum
Bit 9 Bit 10 Bit 11 Bit 12 Bit 13 Bit 14 Bit 15 Bit 16 Bit 17

 Bit 7 is the command code.


 Bit 8 is the mode (active/passive)
 Bit 9 is the baud rate.
 Bit 10 is the payload.
 Bit 11 to bit 15 is the payload field of polling request.

Page 15 of 18
© Digant Technologies 2008
Version 1.0
Digant Technologies | #8, 7th Main | Indiranagar 2nd Stage | Bangalore-560038| India
www.diganttechnologies.com | e-mail: [email protected]
Datasheet

The Output frame format is:


0000FF00FF000000FF00FF000000FF13EDD55700010102030405060708090A00000009019200
0x57 0x00 0x01 01 02 03 04 05 06 07 08 09 0A 00 00 00 09 01 92
Response Status Target number 1 ATR_RES received
command (0 – no
code error)

Now one of the NFC module is configured as Initiator. And it activates the target in
the field. When the target is identified by the initiator it sends the following response.
0000FF14ECD58D2111D400D8ABCD41A5011615AE9600000000F200

0x8D 0x21 11 D4 00 D8 AB CD 41 A5 01 16 15 AE 96 00 00 00 00
Response mode Initiator command received (ATR_REQ)
command
code

Send Data To Target:


Input frame format is:

0x00 0x00 0xFF 0x13 0x00 – 0xD4 0x40 0x01


bit3
Bit 1 Bit 2 Bit 3 Bit 4 Bit 5 Bit 6 Bit7 Bit 8

------------------------------------------------252 bits data-------------------------------------------------

Bit 9 to Bit 260

0x00 – sum 0x00

Bit 261 Bit 262

 Bit 7 is the command code.


 Bit 8 is the target number 1.

The Output frame format is:


0x41 0x00 99 88 77 ----------------------
Response command code Status(0 = no error) data

Page 16 of 18
© Digant Technologies 2008
Version 1.0
Digant Technologies | #8, 7th Main | Indiranagar 2nd Stage | Bangalore-560038| India
www.diganttechnologies.com | e-mail: [email protected]
Datasheet

Receive Data From Initiator:


Input frame format is:
0x00 0x00 0xFF 0x02 0x00 – 0xD4 0x86 0x00 - sum 0x00
bit 3
preamble Start Start Packet Packet Input Command Packet data postamble
of of length length params code checksum
packet packe check
code t code sum

The Output frame format is:


Example:
0000FF00FF000000FF13EDD5870051515151515151515151515151515151… … ..4141 9400

Send Acknowledgement To The Initiator:


0x87 0x00 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51… … ..41 41
Response Status
command (0 = no --------------------------------data-----------------------------------
code error)
When the data received by the target it can send acknowledgement to the initiator.

Input frame format is:


0x00 0x00 0xFF 0x02
0x00 – 0xD4 0x8E 0x00 - 0x00
bit 3 sum
preamble Start Start Packet Packet Input Command Packet postamble
of of length length parameter code data
packet packet checksum checksum
code code

The Output frame format is:


Example:
0000FF03FDD54100EA000000FF00FF000000FF03FDD58F009C00
0x8F 0x00
Response command code Status (0 = no error)

Release Target:
This command used at the initiator side to release the target.
Input frame format is:
0x00 0x00 0xFF 0x03 0x00 – 0xD4 0x52 0x01 0x00 - 0x00
bit 3 sum
preamble Start Start Packet Packet Input Command Target Packet postamb
Page 17 of 18
© Digant Technologies 2008
Version 1.0
Digant Technologies | #8, 7th Main | Indiranagar 2nd Stage | Bangalore-560038| India
www.diganttechnologies.com | e-mail: [email protected]
Datasheet

of of length length parameter code number data le


packet packet checksum checksu
code code m

The Output frame format is:


Example:
0000FF00FF000000FF03FDD55300D800
0x53 0x00
Response command code Status (0 = no error)

Application
 e-money  POS
 Access control  Ticketing
 Card Personalization  Time &Attendance

For more information contact:


Digant Technologies Pvt. Ltd.,
#8, 7th Main, Indiranangar 2nd Stage,
Bangalore-560038.
Karnataka, INDIA.
Phone: +91 80 4170 8467,
Fax: +91 80 4169 8229
E-mail: [email protected]

Page 18 of 18
© Digant Technologies 2008
Version 1.0
Digant Technologies | #8, 7th Main | Indiranagar 2nd Stage | Bangalore-560038| India
www.diganttechnologies.com | e-mail: [email protected]

You might also like