Jsine
Jsine

Reputation: 57

Encounter error while sending APDU in JCIDE

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.

enter image description here

Upvotes: 2

Views: 479

Answers (1)

TeddyBear
TeddyBear

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

Related Questions