Tagged Questions

0
votes
1answer
17 views

reading card reader driver file

hi everyone I have a card reader and his driver, and i'm tring to read that driver so i can see the functions inside. the driver include 3 files: sys file, cat file and inf file. somebody know who …
1
vote
0answers
32 views

Detect a smart card

I'm writing a Java ME app and I'd like to determine if a smart card is connected. The JCRMI interface ( http://java.sun.com/javame/reference/apis/jsr177/ ) defines this connection, but near as I can …
0
votes
6answers
41 views

I have an SSL installed on my server. Should I secure my CMS backend?

Should I use SSL to secure my custom made CMS? I will be trying to accept Credit card info through a form, after my clients' login. It sounds good to me, but what does everyone else think?
1
vote
2answers
72 views

Smart Card Query

Hi I need to know what kind of Java Smart Card to buy and where I can get some from? What are the factors i should consider while choosing a card / vendor? Thanks
0
votes
0answers
44 views

How to check if cards in hand match cards on table?

There are 8 cards on the table, with four faces visible and four hidden. Click on a card to turn it and if there's a pip-match or suit-match, show sparks around the associated cards. Problem is, I'm …
0
votes
0answers
37 views

Is there a way to detect the following Video Card Attributes using WMI/WIN32 in C#?

-Aspect Ratio -Max Resolution supported by the Graphics Card -Orientation -Number of output Ports I am able to get the first three for monitors that are connected but need help detecting this stuff …
8
votes
5answers
318 views

How to test on Live paypal site with dummy credit cards

Right now I am able to test credit card functionality on development server using test/dummy credit cards. But not able to test the same functionality on live server. Are there any dummy credit cards, …
0
votes
1answer
155 views

How can I read the purse balance with an EMV CARD?

I'm working with a smart card reader and I'm finding some trouble about getting the purse balance from an EMV card. I have developed software for other cards with t=0, protocol, but this time this …
0
votes
0answers
136 views

How do I get the mic volume of all audio cards in Windows XP using C++?

I'm trying to write an application that will get the mic volume of every sound card on a machine. My current code looks like this: for (unsigned int i = 0; i < waveInGetNumDevs(); ++i) { HMIXER …
0
votes
0answers
12 views

dialogic voice box licenses

Our app handles 4 lines on the D/4PCI. That works fine. http://www.dialgroup.com/D4PCI.htm But now we have a requirement to handle 8 lines. The card is supposed to scale to 16 cards per box. But …
-3
votes
2answers
75 views

Credit Card Web Gateway with commission [closed]

In my website, users pay other users for buying some products. I want to get the 3% from every transaction. So I'm searching for a gateway that automatically do this, without users realize. Example: …
2
votes
4answers
94 views

ways to validate subscription service in freemium product is valid

We have a freemium product, which menas that some functionality is available if the monthly subscription has been paid; if not paid, then the free capabilities remain available. Here is how I am …