Click here to Skip to main content
15,891,033 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello all

I have created a application in my WindowsCE device by C#, and this application saves data in the WindowsCE device.

Now i want do synchronization between WindowsCE device and PC, when i connect the device to the PC by USB cable this application should transfer the data from windowsCE device to the specific location in the PC.


Is that possible?

please help


Thank you all.
Posted
Comments
Sergey Alexandrovich Kryukov 10-Oct-11 13:20pm    
What, Ethernet is not the option? Would be pretty weird. What kind of device running Windows CE do you use, I'm just curious.
--SA

1 solution

There can be a number of solutions, In particular, with Windows CE v.5.0 or later, you can use the "USB Mass Storage Function Driver" to expose its local storage device to be shared via USB.

See http://msdn.microsoft.com/en-us/library/ms905330.aspx[^].

—SA
 
Share this answer
 
Comments
Medo-I 11-Oct-11 2:52am    
Is there any example for that? i am still beginner and not familiar with some terms.

Thanks a lot.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900