Using USB from NEt CF ??

  • Thread starter Thread starter Enrico Pavesi
  • Start date Start date
E

Enrico Pavesi

Is there any API to open/use the USB port on PPC/WIN CE device??

What i would like to implement is a direct communication between PPC and
Wince (no activesync)


Thanks for any hints
 
The short answer is no. The long answer has a lot to do with learning how
the USB protocol works and the fact that PPCs don't have USB Host hardware
or drivers for what you want.

-Chris
 
ActiveSync does it.
Does it use a sort of serial emulation? And if yes is there a way to know on
which COM?

Thx
 
May be with a PC but without ActiveSync?



Chris Tacke said:
The short answer is no. The long answer has a lot to do with learning how
the USB protocol works and the fact that PPCs don't have USB Host hardware
or drivers for what you want.

-Chris
 
Hi,

No, and no.

ActiveSync does not use serial emulation. There is an ActiveSync USB client
driver on the PocketPC. This is specialized for use only by ActiveSync.

--
Richard Grier (Microsoft Visual Basic MVP)

See www.hardandsoftware.net for contact information.

Author of Visual Basic Programmer's Guide to Serial Communications, 3rd
Edition ISBN 1-890422-27-4 (391 pages) published February 2002.
 
Yes, and ActiveSync has a driver specifically for it, and it's controlled by
the PC Host.

Write a USB driver and you can have the same.

-Chris
 
Back
Top