Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jan 07, 2013 02:53 PM by filippo.monti
Member
14 Points
21 Posts
Jan 31, 2012 11:37 AM|LINK
hi,
I am developing an windows ce app using C# (VS 2008 and SQL compact ) which transfer file from PC to device and vice versa .
So how to transfer that file ?
Contributor
2448 Points
416 Posts
Feb 02, 2012 03:53 AM|LINK
You can use Bluetooth , or USB ports/Serial ports option to transfer files.
For Windows CE devices, COM ports options are available in Active Sync (for host os Windows XP) or Vista you can directly find.
Choose out the exact COM port on which the device is attached & read data & write data from the port.
Alternatively, you can take help of Web Services/WCF to get/post data between PC & Device.
http://www.programmersheaven.com/2/Transferring-Files-and-Monitoring-Bluetooth-Ports
Thanks,
Anindita
http://anindita9.wordpress.com
Feb 02, 2012 06:41 AM|LINK
Thanx Anindita ..
But i want to copy my SQL CE database to Desktop using COM port .Whenever my device is Ad-Hoc to PC i want to copy Device Database automatically to the Desktop ..
I am using Windows CE 5.0 device and VS 2008 (C#).
2 Points
1 Post
Jan 07, 2013 02:53 PM|LINK
You can use this library "opennetcf.desktop.communication"
Bye
anipol
Member
14 Points
21 Posts
How to transfer file from handheld device to PC and vice versa ?
Jan 31, 2012 11:37 AM|LINK
hi,
I am developing an windows ce app using C# (VS 2008 and SQL compact ) which transfer file from PC to device and vice versa .
So how to transfer that file ?
Anindita.Bas...
Contributor
2448 Points
416 Posts
Re: How to transfer file from handheld device to PC and vice versa ?
Feb 02, 2012 03:53 AM|LINK
You can use Bluetooth , or USB ports/Serial ports option to transfer files.
For Windows CE devices, COM ports options are available in Active Sync (for host os Windows XP) or Vista you can directly find.
Choose out the exact COM port on which the device is attached & read data & write data from the port.
Alternatively, you can take help of Web Services/WCF to get/post data between PC & Device.
http://www.programmersheaven.com/2/Transferring-Files-and-Monitoring-Bluetooth-Ports
Thanks,
Anindita
http://anindita9.wordpress.com
anipol
Member
14 Points
21 Posts
Re: How to transfer file from handheld device to PC and vice versa ?
Feb 02, 2012 06:41 AM|LINK
Thanx Anindita ..
But i want to copy my SQL CE database to Desktop using COM port .Whenever my device is Ad-Hoc to PC i want to copy Device Database automatically to the Desktop ..
I am using Windows CE 5.0 device and VS 2008 (C#).
filippo.mont...
Member
2 Points
1 Post
Re: How to transfer file from handheld device to PC and vice versa ?
Jan 07, 2013 02:53 PM|LINK
You can use this library "opennetcf.desktop.communication"
Bye