-
The HelloWorld sample application in the Java Card appears to be a simple "ping" test, which is great. I have successfully compiled and loaded it onto a Smart Card. But now I am wondering how/if I can use Can I send arbitrary APDU packets to my application? I tried:
and, as you can see, it returns an I was able to test this with
It seems like there must be a very simple option to So now I'm asking :-) --wpd |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Perhaps I'm supposed to know what I'm doing if I want to use the
Sorry for the spam. --wpd |
Beta Was this translation helpful? Give feedback.
Perhaps I'm supposed to know what I'm doing if I want to use the
--apdu
option and I should probably construct a valid APDU with something like this (which appears to have worked):