Questions tagged [smartcard-reader]

A smartcard reader is a peripheral device that can be connected to computer or an embedded system (or any similar device) in order to empower that device with the capability to communicate with smartcards.

A smartcard reader is a device that enables another device with comutational capabilities to communicate with smartcards () or chip cards in general. Smartcard readers typically support the protocols defined in the ISO/IEC 7816 series of standards. Besides that, smartcard readers may also support other protocols for communication with chip cards and contactless tokens.

While the term "smartcard reader" contains the word "reader", a smartcard reader is not limited to reading data from a smartcard. Instead it can also write data to a card and can even exchange commands with a smartcard chip that are not directly related to reading or writing data but that trigger the processing of algorithms (e.g. cryptographic functions) on the chip.

392 questions
1
vote
0 answers

Android - Usb CCID large data

How could I notify with bulkTransfer method, when USB protocol is the type T=1, and I receive the answer, that I should repeat reading with the above method instead of making another sending commands? Are there any specific bytes on the curent…
user997777
  • 569
  • 1
  • 7
  • 19
1
vote
1 answer

Use Smart Card reader as keyboard just as in barcode scanners

I want to know if it is possible to read the information from a smart card and put it directly into the input text that is focused. This functionality is already provided by many bar codes in market nowadays, so I want to know if it is possilbe that…
Bryan Sosa
  • 11
  • 1
1
vote
0 answers

How to obtain SCARD_ATTR_DEVICE_UNIT correctly

I am developing a smartcard UMDF windows driver. I would like to achieve following behaviour: When listing all connected readers by using API call SCardListReaders I want to retrieve the correct friendly names for each attached reader. So for…
arminb
  • 2,036
  • 3
  • 24
  • 43
1
vote
1 answer

EMV CV Rule Condition Code Check

How can I detect the following cases of CV rule (EMV 4.3 book 3 page 163): '01' If unattended cash '02' If not unattended cash and not manual cash and not purchase with cashback '04' If manual cash '05' If purchase with cashback Which tags should…
CS_EE
  • 399
  • 2
  • 10
1
vote
1 answer

Reading the UID of a smart card

I use HID Omnikey Worbench. With this tool I can get a UID (unique identifier) for a contactless smart card. However I do not receive such a UID for contact cards. Is it possible to read a UID from a contact smart card?
1
vote
2 answers

Java Card have a weird response to APDU with INS = 0x70

Below, you see a simple applet that returns 0x6781 to incoming APDU commands with INS=0x70 or INS=0x71: package testPack; import javacard.framework.*; public class TestApp extends Applet { public static void install(byte[] bArray, short…
Ebrahim Ghasemi
  • 5,850
  • 10
  • 52
  • 113
1
vote
1 answer

How to access Smart Card device from a Chrome browser?

Currently I'm developing an web based application which needs a functionality of reading and writing data into a smart card. The implementation needs to be done specifically on chrome browser. Smart card writing reading protocol can be written using…
1
vote
1 answer

Smart Card Get Response Returns Status 6D00

I am developing a C++ application (on Windows 7) which interfaces with PC/SC card readers to perform some authentication operations. This application is the child process of another application (I don't know if that's relevant, but it might be). I…
DAG
  • 315
  • 3
  • 9
1
vote
1 answer

Factory reset ACR1255U-J1 NFC reader

Does anyone know how to reset an Advanced Card Systems NFC reader type ACR1255U-J1? I've sent an escape command to it and it got stuck. When I switch the button at the top I get a purple light for LED1 and orange light for LED2 followed by red light…
Valentin
  • 3,272
  • 1
  • 14
  • 22
1
vote
1 answer

Select AID command is not working

I am working to an application to read EMV card using C#. I use Winscard.dll . and i established the conncetion - Selected the reader - connect to card and get ATR . but when sending comand Slecetd Application usin AID list, I did not recive any…
1
vote
1 answer

JavaSmartCardIO- How to handle timeout exception of PC/SC connection?

When card reader connect to card and send command, in case the time to send command and receive response is, is system notify timeout exception automatically ? If so, What is timeout value of PC/SC ? Or I must define that value?
neo
  • 618
  • 1
  • 10
  • 29
1
vote
1 answer

Use javax.smartcardio for MIFARE Classic and Omnikey 5021 CL

Can the API javax.smartcardio be used on for finding the smart card terminal for the card reader Omnikey 5021 CL and to read sectors of a MIFARE Classic card? This needs to work on a Windows 7 computer.
1
vote
1 answer

Finding a way to upload and install the CAP file to multi- pieces of smart cards

Due to the requirement of our project, I need to upload and install the same CAP file to multiple smart cards simultaneously (at least 12 at once). Does this need a tool or something else (as I'm not going to spend too much money for this)? I have…
Jsine
  • 57
  • 5
1
vote
1 answer

Smart card programming with MPCOS EMV r5

I would like to create a little bonus-point project with MPCOS smart cards, especially with this one: http://www.procard.pl/img/site/29/MPCOS_EMV_R5.pdf I'm a senior software developer and with my current understanding I have to: create the…
johnlitt
  • 19
  • 1
1
vote
2 answers

Reading Card Number on card given you have UID of IClass Card

I have HID Class Reader USB Device 5427 CK . I have successfully read ATR and UID of the card . The problem is there is a number printed on card . i.e 2x01966 21093771-1 The Output i am getting while reading the card with java API . PC/SC card…
Abdul Basit
  • 493
  • 11
  • 34