low level access to CF with VB6 or VB.NET

  • Thread starter Thread starter Wim
  • Start date Start date
W

Wim

Hi,

I looking for a way to read all binary data on Compact Flash card when the
CF card is not formated in FAT or FAT32.

Excisting software ok , or is it possible write something in VB6 or VB.NET?

Thanks for advice!

Wim
 
you mean of course block by block reading of data on a card in RAW format
correct into a bit stream?
 
Hi Brian,

Yes , I would like to read the CF sector by sector , just the same way like
the card was written.
The card was written by a microcontroller , but the reading has to be done
by PC under windows XP.....

regards,
 
you may be able to do this through the Win32 API, not quite sure. but most
disk access in other programs goes through WIN32's IO api's, might want to
look it up on google.
 
Back
Top