Thanks kuafu,
As always really appreciate the help and support!!!!!!!!!!!!
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 5 matches
- Tue Jan 26, 2021 11:40 am
- Forum: Questions & Answers
- Topic: NULL procedure byte 0x60
- Replies: 5
- Views: 16566
- Sat Dec 26, 2020 7:52 am
- Forum: Questions & Answers
- Topic: NULL procedure byte 0x60
- Replies: 5
- Views: 16566
Re: NULL procedure byte 0x60
Hi kuafu, Thank you again for offering to help out!!! I will try to make this as short as possible. As per ISO7816-3 (10.3.3) After transmitting the header as a string of five characters (C-APDU), the interface device shall wait for a character conveying a procedure byte (R-APDU). There are three ty...
- Thu Dec 24, 2020 9:10 am
- Forum: Questions & Answers
- Topic: NULL procedure byte 0x60
- Replies: 5
- Views: 16566
NULL procedure byte 0x60
Hi guys I’m really hoping someone could help me out here as I’ve been trying to figure this out last few days now... I am trying to issue a Null procedure byte 0x60 requesting for additional work time. I am really unsure how to implement this function in my code. A sample code with some simple expla...
- Fri Nov 27, 2020 3:47 pm
- Forum: Questions & Answers
- Topic: How to send INT and Byte together
- Replies: 2
- Views: 11423
Re: How to send INT and Byte together
Thanks kuafu,
really appreciate your help!!!!!!!!!!

really appreciate your help!!!!!!!!!!




- Mon Sep 28, 2020 12:32 pm
- Forum: Questions & Answers
- Topic: How to send INT and Byte together
- Replies: 2
- Views: 11423
How to send INT and Byte together
Hi am new to javacardos and was hoping that someone could help me out? I am trying to send APDU’s with the values: 31 84 A5 Here is a sample of my code below: private void SendData(APDU apdu) { byte [] buffer = apdu.getBuffer(); byte sendBytes[] = {0x31, 0x84, 0xA5}; short len = (short) sendBytes.le...