# HG changeset patch # User Mychaela Falconia # Date 1613590556 0 # Node ID 1743802e494e2645ece37f81c866b733652c40c0 # Parent 9c3155221b0ea9b8bbb39f79df1113c66f3c943c doc/Low-level-commands: savebin command documented diff -r 9c3155221b0e -r 1743802e494e doc/Low-level-commands --- a/doc/Low-level-commands Wed Feb 17 19:18:20 2021 +0000 +++ b/doc/Low-level-commands Wed Feb 17 19:35:56 2021 +0000 @@ -80,7 +80,18 @@ (or the first 256 bytes if the file is longer) and displays the read content in raw hex. -savebin +Just like with the low-level select command, there is no built-in MF/DF +selection. + +savebin File_ID out-bin-file + +This command selects the specified EF (just like with low-level select and +readef, you need to be in the right MF/DF directory) and saves its complete +content in a raw binary file on the UNIX host file system. This command +supports all 3 types of EF (transparent, linear fixed and cyclic) and uses the +correct READ BINARY or READ RECORD commands based on the SELECT response. +Record-based EFs are read in the order of increasing record number and are saved +in the host binary file with all records simply abutted together. Writing commands ================