Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

data read mechanism of pendrive

Status
Not open for further replies.

rijubkk

Newbie level 3
Joined
Sep 6, 2010
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,304
suppose i have some data stored in a pendrive in known format,now i want to read that data, how can i do this? in which format data is read from pendrive? please give me a detail description about the data read mechanism of pendrive.
 

There are different protocol layers involved, not sure which you're referring to.

application layer (any)
file system layer (mostly FAT16/FAT32)
media structure layer (MBR + partitions)
USB mass storage device class
general USB protocol framework
USB physical layer (full speed/high speed)
 

i reffer application layer
 

at the application layer you can read and write the files as you wish... the common way is using fopen() fread() and fwrite() [also use fclose() ] depending the system and developing language....
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top