help needed on ppc socket

S

smith

hi all,
i want to transfer file from ppc to pc using socket via bluetooth in asp.net.i use vs2003,i want coding part only
 
G

Guest

Sounds like you need an application instead of using ASP.NET. ASP.NET is very
limited for mobile devices - hence the effort is huge.

There is no SerialPort class in CF1.0 but I believe OpenNETCF has written
one that you can use for the bluetooth code. This is only required in pre-WM
5.0 devices of course.

The easiest solution is to write a CF app that uses Web Services to receive
the file and use the SDF for the bluetooth support - but not knowing much
about your requirements it is difficult to say. I also advise you upgrade to
CF2.

Simon.
 
N

Nino Benvenuti

Simon is spot-on here. Using ASP.NET [mobile controls] makes no sense for an
application that is to leverage Bluetooth to perform file transfers. You
might also want to check out the excellent 32Feet.NET library
(http://32feet.net ) for working with Bluetooth.
 

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

Top