Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7022263
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T23:33:32+00:00 2026-05-27T23:33:32+00:00

I am writing an application to interact with smart card currently using Java. I

  • 0

I am writing an application to interact with smart card currently using Java. I have a OMRON V2BF series card reader. The application is run on Debian.

I have tried using Java Smart Card I/O API to try to establish connection to the smart card.

But I couldn’t detect/get any card terminals using

    TerminalFactory factory = TerminalFactory.getDefault();
    List<CardTerminal> terminals = factory.terminals().list();

I also tried using “Press and activate(cold reset) ICC” by sending a command packet to OMRON reader, but the response is always “Negative”.

May I know which part I did wrongly? Any advice would be greatly appreciated!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T23:33:33+00:00Added an answer on May 27, 2026 at 11:33 pm

    factory.terminals().list() will only show you PCSC compatible devices by default. I don’t see any information on PCSC support for the current reader. Please consult the documentation or the supplier for that.

    Your smart card should be a ISO 7816-4 compatible smart card to work with javax.smartcardio, memory cards won’t work. javax.smartcardio is basically for use with CommandAPDU and ResponseAPDU, which are ISO 7816-4 compatible data structures for “processor” cards.

    You may be stuck with communicating with the reader through the serial interface using the interface specification delivered by the reader manufacturer. You can use the Java Communications API to do that.

    Note that many manufacturers will supply sample code and libs in C/C++ or even .NET, in that case it may be an option to switch programming language/platform or create a JNI wrapper around the native code.

    If you are writing for a processor card (e.g. credit card) you may even create a javax.smartcardio compatible Terminal yourself and insert it into the terminal list.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am writing an application where i have to interact with MS SQL database.
I'm writing an application to start and monitor other applications in C#. I'm using
I am writing a client-server application using TCP Sockets. The server is written in
I'm writing a java application which runs on the local machine, it needs to
I have used below code in my application of User Registration to interact with
I am writing an application in C# that needs to run as a service
Background: I'm writing a Java server application that needs to perform basic interactions with
I am writing a Java application, running in a LINUX environment, that does transactions
I'm writing a Flex application using Flash Builder 4 and I'm having a bit
I am currently writing an application that pulls new information from RSS sources and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.