Aug 5, 2005 #1 K KH Junior Member level 1 Joined Nov 1, 2004 Messages 15 Helped 2 Reputation 4 Reaction score 0 Trophy points 1,281 Activity points 103 Write through a USB port Hi, I need to develop an desktop application which can write to a MMC using VC++ 6. Anyone have idea how I can access the USB using VC++ 6 ? Thanks.
Write through a USB port Hi, I need to develop an desktop application which can write to a MMC using VC++ 6. Anyone have idea how I can access the USB using VC++ 6 ? Thanks.
Aug 6, 2005 #2 T throwaway18 Advanced Member level 2 Joined Jun 9, 2005 Messages 594 Helped 101 Reputation 202 Reaction score 24 Trophy points 1,298 Location Kent, UK Activity points 8,347 Re: Write through a USB port Is there some reason you can't just treat it as a disk drive and use normal file IO methods?
Re: Write through a USB port Is there some reason you can't just treat it as a disk drive and use normal file IO methods?
Aug 9, 2005 #3 K KH Junior Member level 1 Joined Nov 1, 2004 Messages 15 Helped 2 Reputation 4 Reaction score 0 Trophy points 1,281 Activity points 103 Re: Write through a USB port Hi, Thanks for the Hints.