Click here to Skip to main content
15,880,651 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi All,
I am doing a project for doing read and write operation on a Compact Flash which is used on a PCMCIA-CF Adapter.

What I have tried:

I tried using the Jungo Windriver for accessing the PCI device. However, I have no clue on how to access the on chip flash. Please Guide me ( code sample will be appreciated )
Posted
Updated 28-Nov-16 4:04am
v2
Comments
KarstenK 28-Nov-16 7:07am    
Why such a complex task without any documentation? Havent you found anything with Google?

1 solution

A CF drive looks like a storage device to Windows. Try using System.IO.DriveInfo to find the desired device, and read/write to it.

If you really want to get down in the weeds, use WMI (lots of info when you google it).
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900