Search:

Type: Posts; User: hans75

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    13,989

    Hello, I figured it out how to read sectorwise,...

    Hello,
    I figured it out how to read sectorwise, with the SetFilePointer API.
    Now my last problem is, how can I read out the filesystem?
    I tried it with the API GetVolumeInformation, but it only...
  2. Replies
    7
    Views
    13,989

    Hello, I have one more question to this issue....

    Hello,

    I have one more question to this issue.
    Following code example works fine to read all data from the SD-Card. Each reading goes one sector forward. But how can I read from different...
  3. Replies
    7
    Views
    13,989

    Thanks a lot!! It worked!

    Thanks a lot!!
    It worked!
  4. Replies
    7
    Views
    13,989

    Does nowbody have an idea? Now I use following...

    Does nowbody have an idea?
    Now I use following parameters for this function:

    hFile =...
  5. Replies
    7
    Views
    13,989

    Thanks for the reply! I use followinf...

    Thanks for the reply!

    I use followinf funktion:


    void tmain(void)
    {
    HANDLE hFile;
    DWORD dwBytesRead = 0;
    char ReadBuffer[BUFFER_SIZE] = {0};
  6. Replies
    7
    Views
    13,989

    Raw volume access to SD Card (USB adapter)

    Hello,

    I'm new in this Forum and has following Issue:
    I need to read and write to an sd Card at raw level (without FAT). I read and write Data Sectorwise (512Bytes) with a µC to the SD Card. This...
  7. Replies
    9
    Views
    14,205

    Hello _izua_, I want to do the same. Wich...

    Hello _izua_,

    I want to do the same. Wich API's did you use?
    Can you post the funktions :-)

    Thanks!
Results 1 to 7 of 7