Hi

How to send data between Windows and WinCE , is Activesync protocol best way,
where can I find the documents ?

Do you know Windows CE USB Serial Host wceusbsh.sys driver ? Where can I get
its WDM source , can I use it to recieve WinCE device data ?

Re: How to send data from WinCE to Windows XP ? by chris

chris
Wed Apr 30 11:01:56 CDT 2008

On Apr 29, 2:25 am, Kid <K...@discussions.microsoft.com> wrote:

> How to send data between Windows and WinCE , is Activesync protocol best way,
> where can I find the documents ?

If you're talking about where the device shows up on the machine as a
network card, then yes, that's probably the best way. You can use
different TCP ports to multiplex your data streams.

I don't think you really need the source for the driver, do you?

RE: How to send data from WinCE to Windows XP ? by TanyaRadevaMSFT

TanyaRadevaMSFT
Thu May 01 08:42:00 CDT 2008

You can use CoreCon APIs to communiacate with WinCE/Windows Mobile devices
from Windows station. CoreCon APIs work for AcriveSync and TCP/IP devices and
emulators (via DMA). You can use Visual Studio, specifically Visual Studio
for Devices (VSD)/Smart Device project (VSD is installed with VS
installation) . VSD has connectivity API which could be used to write remote
tools (Remote file viewer etc) kind of aps. You may find thi sblog useful:
http://blogs.msdn.com/vsdteam/archive/2007/11/20/corecon-api-part-1.aspx

Best regards,
Tanya




"Kid" wrote:

> Hi
>
> How to send data between Windows and WinCE , is Activesync protocol best way,
> where can I find the documents ?
>
> Do you know Windows CE USB Serial Host wceusbsh.sys driver ? Where can I get
> its WDM source , can I use it to recieve WinCE device data ?
>
>