简体   繁体   中英

How to exchanged data between desktop and mobile applications based on managed code

I develop the desktop application running under WinXPSP3 that should communicate to the other application, located at the mobile device running under Windows Mobile 2003/2005 and docked to the host with ActiveSync running. I have searched for some mechanism that looks like WCF, but failed to find any. Does BCL contain any classes that can help me, or I have to use 3rd party API?

WinToolZone had an excellent CERapi tool which will allow you to communicate directly with the device via CERapi.dll... and it was compiled for the .NET 1.1 framework...I have had much success using that component which saved the day...

Look in there on that link for 'Components' and you will find CERapi in the dropdown box.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM