Git Product home page Git Product logo

Comments (2)

FeitianSmartcardReader avatar FeitianSmartcardReader commented on June 19, 2024

I will feedback to our engineer next Monday, they will back to you then, thanks

from feitian_mobile_readers.

AppWerft avatar AppWerft commented on June 19, 2024

here my log:

SEND: 00a4040c07d2760001448000  //  SELECT_MF
RCV: 9000 // OK
SEND: 00a4040c06d27600000102 // SELECT_HCA
RCV: 9000 // OK
SEND: 00b08c0000  (READ_BINARY_EF_STATUSVD)
RCV: 303230313930353134313831313235005002000000300000049000
SEND: 00b0810002 // SELECT_FILE_PD
RCV: 016c9000  //  OK file size = 016c (364 Bytes)
SEND: 00b08100000000 // READ_PD
[ERROR][com.ftsafe.readerScheme.FTReader:readerXfr][apdu send recv error][java.lang.Exception: apdu send recv error]

With other words: I send a valid(?) byte sequence and an exception will caught.
Expected behaviour: an error code

In FTReader.java#124

 array = (byte[])this.ccidScheme.readerXfrBlock(index, data);
 if (array.length <= 0) {       
        throw new Exception("apdu send recv error");
 }

from feitian_mobile_readers.

Related Issues (20)

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.