For my Undergraduate Thesis, I am using RFID's to tag and document Patient information. My advisor ordered my hardware for me. He picked an OMNIKEY 6321 and Mifare cards. For the life of me, I cannot figure out how to get these working. If anyone has advice or can point me in the right direction, that would be much appriciated.
Asked
Active
Viewed 369 times
0
-
do you have a SDK from OMNIkey? – BrOSs Feb 11 '13 at 16:23
-
I did not receive one with my hardware. – Turdona193 Apr 24 '13 at 19:39
1 Answers
1
Java natively supports Omnikey with Mifare - "import javax.smartcardio.*". Examples of the application and developers guide is on HIDglobal website.

Rimbo
- 11
- 1
-
I have found a few examples of programs using "import javax.smartcardio.*", but nothing on HIDglobal's website. – Turdona193 Feb 22 '13 at 19:53