Reputation: 549
i have created an applet using Java Card Development Kit (Java Card 3.0.2 Runtime),i used scriptgen
to generate to script APDU , then i want to run apdutool
with the generated apdu script file to upload the applet in a real smart card on a real card reader connected to my computer over USB.
i run this command :
apdutool -s pcsc myScriptApdu
but i got this error :
Opening connection to local reader on port pcsc.
Error: Cannot open port.
Available ports:
<none available>
is it possible what i want to achieve ?
Upvotes: 1
Views: 548
Reputation: 93948
Yes, it's possible but you first need to make sure your reader device is installed as PC/SC compatible smart card reader (this is most easy if it is configured as a CCID compatible reader).
Upvotes: 1