mirror of
https://github.com/status-im/jcardsim.git
synced 2026-08-27 12:31:06 +00:00
11 lines
435 B
Plaintext
11 lines
435 B
Plaintext
// CREATE APPLET CMD
|
|
0x80 0xb8 0x00 0x00 0x10 0x9 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x8 0x09 0x05 0x00 0x00 0x02 0xF 0xF 0x7f;
|
|
// SELECT APPLET CMD
|
|
0x00 0xa4 0x00 0x00 0x09 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x8 0x09 0x2;
|
|
// TEST NOP
|
|
0x01 0x02 0x00 0x00 0x00 0x2;
|
|
// test hello world from card
|
|
0x01 0x01 0x00 0x00 0x00 0x0d;
|
|
// test echo
|
|
0x01 0x01 0x01 0x00 0x0d 0x48 0x65 0x6c 0x6c 0x6f 0x20 0x77 0x6f 0x72 0x6c 0x64 0x20 0x21 0x0d;
|