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

Cookies are required to use this site. You must accept them to continue using the site. Learn more…