General question how to send data from PDA to PC wireless

  • Thread starter Thread starter Noram via DotNetMonster.com
  • Start date Start date
N

Noram via DotNetMonster.com

Hi!

Could you help me how to star when I would like to send data or file from a
PDA to PC or vica versa wireless? Can I use the gprs connection of the GSM-
PDA combo to send? Should I send the data to a web server and the PC is
connected this server and checks whether file is arrived and pull it to PC?

I would appreciate some VB code or site offer to start.

Many thanks!
 
If the device has network connectivity, there are all sorts of ways.
The simplest probably being http.

Here is one for http:

http://www.eggheadcafe.com/articles/compactframeworkencryption.asp

Here is one that can help if the device is physically
connected to a PC/Server:

http://www.eggheadcafe.com/articles/dotnet_compact_framework_deployment.asp

--
Robbe Morris - 2004/2005 Microsoft MVP C#

Earn money answering .NET Framework
messageboard posts at EggHeadCafe.com.
http://www.eggheadcafe.com/forums/merit.asp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top