-By pressing and holding the OK key before switching the Power button to the ON position, the GPR device ignores the memory card (goes into operation without storage on the card). -To transfer the data stored on the GPR memory card to the PC, connect the switched-off device (Start button in the OFF position) to the PC via USB, then open the GPR_PC program in which the virtual serial port assigned to the device must be searched and selected, then click on the "Load from GPR" button, which will cause the device to reset and then transfer the data from the memory card to the PC, followed by the option to delete the data from the memory card (indicated by the message on the LCD screen of the device) and display of the GPR image in the PC program (if the option is selected). A dialog window appears for naming and saving the data to a file on the PC. Structure of the PC file: Identical to the storage format on the card, binary, the first number (on 2 bytes, unsigned int16 format, big endian) contains the propagation speed index, followed by the time samples (each sample on 2 bytes, unsigned int16 format, big endian). A group of 256 samples is one acquisition (one chirp). The delimiter (it is inserted when the Start/Stop button is pressed) consists of 256 samples equal to 0. The device writes to the same file on the SD card (appends the data to the end of it), if the file exists. The speed index is entered only once when the file is created (the first use of the GPR after data deletion). -To view an existing file on the PC in the GPR_PC program, click on the "Load from PC" button. In the dialog window that will open, select the desired file. -To convert the file from the binary format described above into matrix ASCII format, x [m], t [ns], Amplitude, x horizontally, t vertically, to be processed later with programs like RGPR, in the GPR_PC program click the "Convert file" button. In the dialog window that will open, select the desired binary source file and the program will automatically create in its directory an ASCII matrix file with the same name to which it adds the .txt extension.