Is there any example show how to use USB device under Compact Framework

  • Thread starter Thread starter yy
  • Start date Start date
Y

yy

I want to access USB device under Compact Framework, Is there any example
show how to
do it, or there is no way to finish this work! Thanks forward!
 
You've basically asked us "I have a tool. Give me instructions on how to
use it." Without knowing what tool you have, we've got no way to know.
What kind of USB device? A USB keyboard? It's no different than the SIP,
just handle keystrokes. A USB mouse? Handle mouse events? Serial Adapter?
Use a COM port with the virtual COM driver. A mass storage device? Use the
IO namespace just like any other file. A camera? If it has a CE driver, it
probably has an API you can P/Invoke.



--
Chris Tacke
Co-founder
OpenNETCF.org
Has OpenNETCF helped you? Consider donating to support us!
http://www.opennetcf.org/donate
 
Back
Top