Page 1 of 1

LibSC Reader Kit

Posted: Mon Nov 06, 2017 5:50 am
by JavaCardOS
LibSC Reader Kit developed by JavaCardOS Technologies is implemented based on Arduino hardware platform and this kit provides simple universal card reader's functions.

Features:
* Read/Write card content by sending/receiving command via USB virtual serial port
* Printout debug information via serial port(Serial.print)
* Support Arduino IDE 1.8.0
* Read/write MIFARE card
* Read/write 14443 type A CPU card
* Implement card UID clone operation by LibSC_Tools,a graphical interface open source tool.







Re: LibSC Reader Kit

Posted: Sat Dec 23, 2017 10:15 pm
by Mickey
libSC_Reader_Kit.zip is NOT the latest code and has compilation errors. Please update the link from github.

Python 2.7 with wxPython and pySerial are properly installed and the programs in client folder load ok.

When running LibSC_Client.py I am getting an error:


logging Module Init Ok
Firmware Version: 0x0 = (unknown
-------------------- test libsc api --------------------
root : ERROR : protocol error,response code is mismatch
root : ERROR : protocol error,response code is mismatch
ATQA:00
SAK:00
UID:
PICC type: PICC_TYPE_MIFARE_UL
Mifare Block Count: 0
-------------------- testing mifare card --------------------
root : ERROR : protocol error,response code is mismatch
Read blocks from 0 to 1
root : ERROR : protocol error,response code is mismatch
[ 0 ] AuthA failed
root : ERROR : protocol error,response code is mismatch
root : ERROR : protocol error,response code is mismatch
TotalTime: 0:00:05.845000

Re: LibSC Reader Kit

Posted: Thu Jan 18, 2018 12:29 am
by Ponele
I have the same problem,if there is no card on the AntennaBoard. Put the card on the board,then the problem will be solved.