JavacardOS will not accept order any more, please contact our partner Feitian online Store:
https://ftsafe.en.alibaba.com/index.html
https://ftsafe.en.alibaba.com/index.html
Search found 4 matches
- Tue Nov 21, 2017 9:27 pm
- Forum: Questions & Answers
- Topic: Error 68 81 when sending apdu(BFDEP1P2..)to card
- Replies: 6
- Views: 25575
Re: Error 68 81 when sending apdu(BFDEP1P2..)to card
Hi, Thanks for your reply. I tested the applet again after recevieing your email. the detail apdus are: >> /select A000000000435001 >> 00 A4 04 00 08 A0 00 00 00 00 43 50 01 00 << 6F 0F 84 08 A0 00 00 00 00 43 50 01 A5 03 88 01 01 90 00 >> /send 80E001000A00000018030018050000 >> 80 E0 01 00 0A 00 00...
- Thu Nov 16, 2017 9:59 pm
- Forum: Questions & Answers
- Topic: Error 68 81 when sending apdu(BFDEP1P2..)to card
- Replies: 6
- Views: 25575
Re: Error 68 81 when sending apdu(BFDEP1P2..)to card
Error code 6881 means 'Logical channel not supported', see ISO/IEC 7816-4 2013 Table 6 for more information. CLA 0xBF=0b1011 1111, lowest 2 bits are logical channel number, see ISO/IEC 7816-4 2013 Table 2 for more information. 1.If your command send on logical channel, send command MANAGE_CHANNEL t...
- Thu Nov 09, 2017 9:57 pm
- Forum: Questions & Answers
- Topic: Error 68 81 when sending apdu(BFDEP1P2..)to card
- Replies: 6
- Views: 25575
Error 68 81 when sending apdu(BFDEP1P2..)to card
Hi,
In my applet, i define an ins=(byte)0xDE,and the cla=(byte)0xBF. when i test the apdu, the JCIDE return an error code:6881.
how can i fix the problem?
In my applet, i define an ins=(byte)0xDE,and the cla=(byte)0xBF. when i test the apdu, the JCIDE return an error code:6881.
how can i fix the problem?
- Thu Nov 09, 2017 3:15 am
- Forum: Card Products
- Topic: 6881
- Replies: 1
- Views: 17851
6881
Hi, I create an applet named Demo, it defines a ins=(byte)0xDE,and the cla=(byte)0xBF. when i test the apdu, the JCIDE return an error code:6881. the Detailed description is : the CLA indicates that it should communicate in channel 3. But in JCIDE,We had made sure that the CLA is the right one in cu...