pcsc Questions
11
What are the currently existing and supported client-side architectures to access a local Smart Card thru a PC/SC Smart Card reader (ISO 7816-3, ISO 14443) from a generic browser (connected t...
Stodder asked 4/4, 2013 at 9:14
1
Solved
Is it within the scope of the WebUSB API (drafted there) to be able to use PC/SC devices such as Smart Card readers, perhaps under the assumption they are CCID-compliant (many are close to that and...
1
I have a problem with the newest version of macOS (BigSur 11.0.1) and the library PC/SC; before BigSur the program the uses the library worked fine but after the update isn't working anymore. I am ...
Totemism asked 24/11, 2020 at 22:45
4
I'm trying to send APDU commands to the card reader itself instead of the Smart Card. The test command I'm using turns the RF field on and off.
This commands sends over SCardTransmit if I first co...
Miniskirt asked 16/2, 2015 at 10:53
3
Is it possible using ATR to determine whether I have ISO14443A or ISO14443B type card? If yes, how?
Gide asked 1/5, 2014 at 8:21
0
I have an Identiv uTrust 3700 F CL Reader that I can't setup with on macOS Catalina 10.15.4. I would like to read NDEF Tags, use U2F (FIDO2 CTAP1) via NFC, and emulate a card from the reader (for o...
7
Solved
I'm trying to load the smartcard terminals using the javax.smartcardio API with the following code:
public CardTerminal getReadyCardTerminal() throws CardException {
TerminalFactory factory = Te...
0
I'm trying to write a web application which needs to exchange messages with a local Smart Card.
Currently I'm trying to use WebUSB API to connect the Chrome with the smart card reader, but I...
Preamble asked 9/4, 2018 at 18:42
1
Solved
1
I'm trying to pass though APDUs command via HID OMNIKEY 5427 CK to operate MIFARE Card ie. Ultralight C card, on the Windows 10 x64 OS environment using WinSCard.dll. (I'm under NXP NDA and have fu...
Softball asked 19/6, 2017 at 4:54
1
Solved
I have an Angular2 app inside Electron. Now, I would like to use the @pokusew/pcsclite library to use NFC functionality. This library uses native Node.js modules.
When I try to require the library...
Sixteenth asked 17/3, 2017 at 21:56
2
I'm trying to send a command to a smart card. I use a Gemalto IDBridge CT30 (PC TWIN reader) and a IDBridge K30 connected to the Android device over USB.
I try to send a SELECT APDU command over U...
Mchale asked 5/12, 2016 at 13:53
1
Problem: Sending APDUs from webpage to PCSC reader using javascript.
I don't have much reputation to comment on a question so I am asking new question.
I have tried/searched most of the solutions...
Cerate asked 7/9, 2015 at 7:43
1
What I am trying to achieve is to send APDU command to MIFARE Classic 1K card to change its A and B keys.
I was able to establish a connection with the card and use a default key (FFFFFFFFFFFF) to...
Sneaking asked 18/9, 2015 at 19:3
3
Solved
I am working on an Java application which uses smartcardio to work with smartcard.
It must be possible to have one removing its USB card reader and then inserting it again without starting again th...
0
i am newbee in the PCSC driver development and i have a Mac OSX 10.8.4 (mountain lion) which has PCSC Framework version 1.4.0.
I have a smart card and i have library or c code using which i am abl...
2
Solved
I have checked the programming interface for the MIFARE Ultralight and TOPAZ/Jewel IC tags. The API quite nicely describes how the bytes are saved on the card, how to address the memory blocks, how...
Extravert asked 9/6, 2011 at 6:58
2
Solved
I have a problem with getting PCSC reader serial number if card is not present in the reader. I am using winscard.dll and c++.
The following code will work only for the case if card is present in ...
Worser asked 4/8, 2011 at 11:43
1
Solved
we have bought the ACR122 USB SDK for NFC testing. We would like to build the test desktop application for the ACR122U-A2 NFC reader. We are developing it in Java on the Microsoft Windows 7 platfor...
Galateah asked 3/6, 2011 at 12:18
1
© 2022 - 2024 — McMap. All rights reserved.