That depends on whether the other OS mimicks the DOS format, most of
the PCMCIA cards that I have seen do actually do that - even if they
are just filling in one huges pre-formatted file.
BTW I am no fan of PCMCIA - 'point drivers' are far better.
I have written a couple of MSDOS device drivers and Formatters for
SRAM cards - since this is not really on topic Email me if you need
samples.
On Mon, 22 Oct 2001 17:13:53 +0100, David Glass
Quote:
>I need to read the contents of a smart card that is connected via a
>PCMCIA card reader. When inserted it appears as another hard drive,
>using FAT filesystem. However, I will be writing to the card directly
>from another piece of hardware that is NOT MS Windows and runs our own
>hardware OS. Can I access the card directly in VB (CreateFile?) or do I
>have to run some other application to do it?
>Thanks,
>Dave