Reputation: 57
Does anybody here have experience with JCIDE? I tried to send APDU command via DebugShell input box, but I always got the error
/send: the length should be less than 2.
Does anyone know how to solve this problem? Thx.
Upvotes: 2
Views: 479
Reputation: 112
I came across the same problem before. The error you encountered is just because the command format you sent is wrong. Use the below format:
/send 00A40400
Upvotes: 4