Questions tagged [cardreader]
70 questions
1
vote
1 answer
When NFC reads the card, it opens the application by itself, how can I solve this problem?
When NFC reads the card, it opens the application by itself but I want to read NFC only when I open this application

mervegenc
- 13
- 5
1
vote
1 answer
Display automatically values in textbox
I use one method that returns a value in a textbox to the click button. Is it possible to automatically call this method somehow? And whenever it returns a value to display the same in a textbox without using the button.
private void…

Mara
- 365
- 1
- 10
1
vote
0 answers
SPI Micro SD Card - error opening textfile - why isn't it working?
First of all sorry for my bad english and my programming skills... im still a beginner. I have a problem implementing the example code into my project. The example code for Datalogging on my SD-Card works. So there are no wiring faults..…

Budden
- 11
- 1
1
vote
1 answer
IDTech Unimag Swiper Android SDK Error
I have to read the card on Swipe using UniMag Pro device .
i downloaded the UniMag_SDK_v5.0.jar . and doing the same as in below link : https://stackoverflow.com/a/13654279/4466607
i have also tried…

Dhiru
- 3,040
- 3
- 25
- 69
1
vote
1 answer
Wiegand Protocol Implementation on Atmega328
I'm trying to write a library for Hikvision card reader with keypad. Here is some information about that reader. Also I took as an example Arduino library. This library works well for reading Data and uses same external interrupt pins:…

Irakli Chavchavadze
- 45
- 8
1
vote
1 answer
How I decode encoded string in iOS?
I am using iMagRead card reader library for iOS. When I swipe the card then I got this type of data
How do I convert this data into real data? I have tried this already but fail.
NSData *decodedData = [[NSData alloc]…

Muzahid
- 5,072
- 2
- 24
- 42
1
vote
1 answer
different between card reader to usb using c#
I build a scanner that takes all drive's with DriveInfo .
how i Discerning between drive from card reader and drive from usb ??
thanks....
is the same member - Removable!!
i try this , but must to be a diffrent from card reader to usb…

noam
- 19
- 2
1
vote
1 answer
How to display a single value in android Threads
In android , i create a application based on RFID Card Reader on mobile. While i tapping Card on RFID Reader it generates same value at many times until the card untapped from the reader.
I want to show only one value per tapping card on RFID…

Harrish Android
- 262
- 1
- 3
- 11
1
vote
1 answer
card flight phonegap plugin android
I'm using Card Flight Phone gap plugin in my application and on loading the page where i've initialized the plugin the application terminates abruplty with a message "Unfortunalely, stopped working ". The error log captured in eclipse is as…

Sumayya N
- 11
- 2
1
vote
2 answers
number value to byte[6] array card reader
What's the best way to convert a number to a byte[6] in C#?
I'm using MagTek Card reader and trying to display desired amount on device screen, it should be 6-byte array. The amount needs to be used and authorized, EMV Tag 9F02, format…

Nikola Zivkovic
- 819
- 1
- 9
- 20
1
vote
1 answer
Select root folder in SANKYO ICT3K5-3R6940 card reader
I have a project with this type of card reader. There is a testing tool (RS8Test.exe). I can connect to card reader, retrieve card, reject and manipulate with leds. Bu cannot read any data. Smart card is chip based. I found that there are some…

0bj3ct
- 1,400
- 4
- 22
- 51
1
vote
0 answers
Accessing javax.smartcardio from windows?
import java.util.*;
import javax.smartcardio.*;
public class Terminals{
public static void main (String [] args) throws Exception{
TerminalFactory factory = TerminalFactory.getDefault ();
System.out.println ("Default factory:…

sonus21
- 5,178
- 2
- 23
- 48
1
vote
1 answer
Any way to pass in Masked Credit Card in Intent?
I am making a mobile POS and since the PayPal here credit card reader has no SDK for developers I am using a MagTek uDynamo credit card reader which has an SDK to get the users Masked Credit Card Number which looks like 4444********1111. I am using…

qazimusab
- 1,031
- 1
- 7
- 14
1
vote
0 answers
ACR122U emulate JIS 9319-4 tag instead of ISO 14443-4 tag when keep phone on the reader
I have a strange problem. When i emulate a tag with the ACR122U it normally emulate a ISO 14443-4 (NfcA) tag. This always works in the following sequence:
Start emulating with tgInitAsTarget
Phone on the reader
Transaction succesfull
Phone off the…

S.Pols
- 3,414
- 2
- 21
- 42
1
vote
0 answers
How to catch touch event of Feitian nfc card reader in Android?
I'm having problem when use Feitian NFC card reader model R520 with Android.
The sdk of card reader is com.ft.mobile.reader.Card only supports events OnInsertHeadSet(), OnPullHeadSet(). I can't find an event when touch nfc tag to the reader.
Does…

Jimy25
- 247
- 1
- 3
- 11