Showing posts with label Java. Show all posts
Showing posts with label Java. Show all posts

Monday, March 15, 2010

ACR-120S Java API

Here the ACR120 Java API source code, this is not a fully working API but at least it can select a Mifare Classic TAG, login (only with transport key), read and write values or block. You will need RXTX serial API. My previous post use this ACR120 API to create TCT Entry simulation.

http://pastebin.com/raw.php?i=pceQuWjc

Thursday, February 18, 2010

First JAVA Application

So here i go, this is my first time Java application, used for encode Mifare 1K Classic smartcard, i use NetBeans IDE to develop it's GUI and RXTX for the serial port API.



I'm just having fun with another programming language such Java.