I'd like to test the example - not with the simulation but directly "on card"
after selecting the application (which works just fine) I try the commands just as they are stated in demo1.scr
// Initialize Parameter Update
0x80 0x24 0x00 0x00 0x00 0x7F;
//00 00 00 00 0c 1f 63 00 01 90 00 = Purse ID : 0x00000000; ExpDate 12/31/99; PUN 1
//For the second and consecutive runs it can be 69 82
// Complete Parameter Update: CAD ID 0x11223344; Set Master PIN 12345678
0x80 0x26 0x00 0x00 0x1A 0x11 0x22 0x33 0x44 0x00 0x00 0x00 0x00 0xC1 0x08 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x7F;
// 00 00 00 00 00 00 00 00 90 00
// For second and consecutive runs it can be 91 04
// Verify PIN : Master PIN
0x00 0x20 0x00 0x81 0x08 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x7F;
// 90 00;
but (for the initialize parameter update)
/send 8024000000
it returns
6D 00
Status: INS value not supported
same thing happens with the other initializations - had anyone similar problems or knows what I am doing wrong here?
I didn't change anything in the code, so 0x24 is still "INITIALIZE_UPDATE"