LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I want to read a PCMCIA flashcard from desktop PC. Could I do it from Labview?


0 Kudos
Message 1 of 3
(2,698 Views)
Accessing the flashcard will depend on how it is treated by the OS. If the flashcard is recognized by the operating system as a drive, then you can read it as easily as any other peice of memory. If you need to access the card through some special driver interface, then you would have to call the driver from LabVIEW to get anything from the flashcard.
0 Kudos
Message 2 of 3
(2,698 Views)
If OS=WIN and you want to assign a drive letter to your flashcard then search for "csmapper" in the windows help.
0 Kudos
Message 3 of 3
(2,698 Views)