Code Monkey home page Code Monkey logo

Comments (7)

GoogleCodeExporter avatar GoogleCodeExporter commented on September 7, 2024
Hi,

I get the same error :(. Every time I try the NppFromReaderToPhone, I get the 
""[DEBUG] {receiving [2 bytes]} 0x63 0x00 "". I´m using an ACR122 too...

Any solution?

Thanks in advance!

Original comment by [email protected] on 13 Oct 2011 at 7:11

from ismb-npp-java.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 7, 2024
@Developer
Could you post your version of the firmware (ACR122)? Maybe the issue is 
related to a "bug", could be also a feature ;), inside a certain firmware 
version.

Cheers,
Roman

Original comment by [email protected] on 24 Oct 2011 at 8:00

from ismb-npp-java.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 7, 2024
What would be the best way to publish the fix?

The solution for this issue is really trivial. The power of the antenna is off 
;) Before starting to transmit any kind of APDU towards the contactless 
interface, one has to switch on the power of the antenna according to the spec 
(http://www.nfc-reader.com/NFC-smart-card-reader/ACR122-API-Manual/API_ACR122.pd
f). Otherwise the answer will be 0x63 0x00.

Log:
Get factory
Get terminals
Terminal name: ACS ACR122U 00 00
T=0
Called rightProcedureTarget..
[DEBUG] {sending   [9 bytes]} 0xFF 0x00 0x00 0x00 0x04 0xD4 0x32 0x01 0x01 
[DEBUG] {receiving [4 bytes]} 0xD5 0x33 0x90 0x00 
[DEBUG] {sending   [50 bytes]} 0xFF 0x00 0x00 0x00 0x2D 0xD4 0x8C 0x01 0x00 
0x00 0x00 0x00 0x00 0x40 0x01 0xFE 0x0F 0xBB 0xBA 0xA6 0xC9 0x89 0x00 0x00 0x00 
0x00 0x00 0x00 0x00 0x00 0xFF 0xFF 0x01 0xFE 0x0F 0xBB 0xBA 0xA6 0xC9 0x89 0x00 
0x00 0x06 0x46 0x66 0x6D 0x01 0x01 0x10 0x00 
[DEBUG] {receiving [35 bytes]} 0xD5 0x8D 0x04 0x1E 0xD4 0x00 0xF9 0x2A 0x2A 
0xAB 0xBB 0x12 0xCE 0x64 0x29 0xC9 0x00 0x00 0x00 0x32 0x46 0x66 0x6D 0x01 0x01 
0x10 0x03 0x02 0x00 0x01 0x04 0x01 0x96 0x90 0x00 
[DEBUG] {sending   [7 bytes]} 0xFF 0x00 0x00 0x00 0x02 0xD4 0x86 
[DEBUG] {receiving [7 bytes]} 0xD5 0x87 0x00 0x00 0x00 0x90 0x00 
[DEBUG] {sending   [26 bytes]} 0xFF 0x00 0x00 0x00 0x15 0xD4 0x8E 0x05 0x20 
0x06 0x0F 0x63 0x6F 0x6D 0x2E 0x61 0x6E 0x64 0x72 0x6F 0x69 0x64 0x2E 0x6E 0x70 
0x70 
[DEBUG] {receiving [5 bytes]} 0xD5 0x8F 0x00 0x90 0x00 
[DEBUG] {sending   [7 bytes]} 0xFF 0x00 0x00 0x00 0x02 0xD4 0x86 
[DEBUG] {receiving [11 bytes]} 0xD5 0x87 0x00 0x81 0x90 0x02 0x02 0x00 0x78 
0x90 0x00 
[DEBUG] {sending   [77 bytes]} 0xFF 0x00 0x00 0x00 0x48 0xD4 0x8E 0x43 0x20 
0x00 0x01 0x00 0x00 0x00 0x01 0x01 0x00 0x00 0x00 0x39 0xD1 0x01 0x35 0x54 0x02 
0x65 0x6E 0x4E 0x50 0x50 0x20 0x74 0x65 0x73 0x74 0x20 0x63 0x6F 0x6D 0x6D 0x75 
0x6E 0x69 0x63 0x61 0x74 0x69 0x6F 0x6E 0x20 0x62 0x65 0x74 0x77 0x65 0x65 0x6E 
0x20 0x4E 0x45 0x58 0x55 0x53 0x2D 0x53 0x20 0x61 0x6E 0x64 0x20 0x41 0x43 0x52 
0x2D 0x31 0x32 0x32 
[DEBUG] {receiving [5 bytes]} 0xD5 0x8F 0x00 0x90 0x00 
Finished

Original comment by [email protected] on 25 Oct 2011 at 4:17

from ismb-npp-java.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 7, 2024
Did anyone find a solution to this issue? 

Original comment by [email protected] on 15 Jul 2012 at 10:29

from ismb-npp-java.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 7, 2024
I have also this problem. ...who can give a right solution???

Original comment by [email protected] on 14 Feb 2013 at 11:40

from ismb-npp-java.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 7, 2024
Os jodéis todos

Original comment by [email protected] on 15 Oct 2013 at 4:11

from ismb-npp-java.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 7, 2024
The solution is to transmit the following APDU before transmitting any APDU 
that is dedicated for the NFC application layer of the smartphone.

The APDU is: 0xFF 0x00 0x00 0x00 0x04 0xD4 0x32 0x01 0x01

CLA: 0xFF, INS: 0x00, P1:0x00, P2:0x00, payload's length: 0x04, payload: 0xD4, 
0x32, 0x01, 0x01

Log:

[DEBUG] {sending   [9 bytes]} 0xFF 0x00 0x00 0x00 0x04 0xD4 0x32 0x01 0x01 
[DEBUG] {receiving [4 bytes]} 0xD5 0x33 0x90 0x00 

Cheers,
Roman

Original comment by [email protected] on 15 Oct 2013 at 4:42

from ismb-npp-java.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.