FreeCalypso > hg > fc-pcsc-tools
comparison doc/Low-level-commands @ 93:1743802e494e
doc/Low-level-commands: savebin command documented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 17 Feb 2021 19:35:56 +0000 |
parents | 9c3155221b0e |
children | 285fb9555530 |
comparison
equal
deleted
inserted
replaced
92:9c3155221b0e | 93:1743802e494e |
---|---|
78 SIM response to this SELECT indicates a transparent EF (it is an error | 78 SIM response to this SELECT indicates a transparent EF (it is an error |
79 otherwise), readef follows up with a READ BINARY command to read the entire file | 79 otherwise), readef follows up with a READ BINARY command to read the entire file |
80 (or the first 256 bytes if the file is longer) and displays the read content in | 80 (or the first 256 bytes if the file is longer) and displays the read content in |
81 raw hex. | 81 raw hex. |
82 | 82 |
83 savebin | 83 Just like with the low-level select command, there is no built-in MF/DF |
84 selection. | |
85 | |
86 savebin File_ID out-bin-file | |
87 | |
88 This command selects the specified EF (just like with low-level select and | |
89 readef, you need to be in the right MF/DF directory) and saves its complete | |
90 content in a raw binary file on the UNIX host file system. This command | |
91 supports all 3 types of EF (transparent, linear fixed and cyclic) and uses the | |
92 correct READ BINARY or READ RECORD commands based on the SELECT response. | |
93 Record-based EFs are read in the order of increasing record number and are saved | |
94 in the host binary file with all records simply abutted together. | |
84 | 95 |
85 Writing commands | 96 Writing commands |
86 ================ | 97 ================ |
87 | 98 |
88 update-bin | 99 update-bin |