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!

Re: Is there any example show how to use USB device under Compact Framework by Chris

Chris
Mon Apr 25 10:51:51 CDT 2005

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


"yy" <yy_1981_yy@tom.com> wrote in message
news:d4j3nm$2d5u$1@mail.cn99.com...
>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!
>