|
Prev: How to send data from Windows CE to Windows XP ?
Next: Can not use ShellExecute or ShellExecuteEx in Co-installer Entry Point in Vista?
From: Kid on 29 Apr 2008 03:25 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 ?
From: chris.aseltine on 30 Apr 2008 12:01 On Apr 29, 2:25 am, Kid <K...(a)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?
From: Tanya Radeva [MSFT] on 1 May 2008 09:42
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 ? > > |