Click here to Skip to main content
15,891,682 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hello all
I have a task to make a USB driven scanner to be accessible across the network . Can anyone please lead me how I can develope a USB programming project using win32 APIs?
Search in MSDN or net has not yielded anything tangible other than reference to WDM, DDK etc ...


regards
Posted

1 solution

The first thing you need to do is to get a copy of the programming manual for the device you wish to use, and learn the interface. If you want to make the device shareable then I think you will need to write a driver so that means learning device driver code which you can study here[^].
 
Share this answer
 
Comments
dharani 6-Dec-11 0:19am    
Hi Richard
Thanks I started looking into the WDK stuff. Actually I am thinking of a global solution to share all USB devices to the network in which the PC with USB is connected . Can WMI help me with it ? I can see in net that some products like fabulatech.com , incentivespro.com are supporting USB over Net for almost all USB enabled devices which means they are having a global solution not pertaining to a single device type ...
Richard MacCutchan 6-Dec-11 4:10am    
Sorry, I don't know the answers; I'm afraid you will have to do your own research on these subjects.

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