How to capture the application device data through USB port

alvinblim

Well-known member
Joined
Jan 7, 2006
Messages
46
Location
malaysia
Programming Experience
3-5
hi,
I hv one project hv to get data from MP3 player or any electronic data through USB port to my program. I hope that can get any help from the person who hv this experience. thank you so much.
 
I answered this a week ago too, see here http://www.vbdotnetforums.com/showthread.php?t=10547

Many MP3 USB devices will display in MS Explorer as a removable disk drive and get assigned a new drive letter automatically, so for these access is same as if the file is located on a hard drive.

Those not is more or less inaccessible without the designated manufacturer software. I just found #usblib, that allows low level access to USB devices. I don't know more about that yet. http://www.icsharpcode.net/opensource/sharpusblib/
 
Back
Top