I design a DAQ to collect data from different sensors. The data are written on an SD card by a microcontroller, dsPIC33FJ256GP710A. The data are stored without a file system for speed reasons. Now I need to read the data acquired, store it on the SD card, with the PC. Are there programs for Windows that allow to convert the data on the SD card without the file system, sector by sector, in a txt or other type of file?
Thanks for the answers. I tried to use RawCopy64 because my OS is 64 bit, but this function allows me to copy files only between NTFS disks. This is not what I want.
Are there other parameters for this function that allow to read data from an SD card without a file system?