hi
as am decided to do a project to connect a mobile to the pc via
bluetooth.and i wan to make a call from computer to other pc.i decided
to do it in c#.is it possible...plz tel me some hints r requirements
to finish this project plz...
dbgrick - 10 Aug 2007 15:08 GMT
I would search for Douglas Boling. He wrote a Microsoft Press article on
Bluetooth and presented at the MEDC. He provided sample code at the MEDC for
exactly what you are wanting. I hope this helps.
Rick D.
Contractor
> hi
> as am decided to do a project to connect a mobile to the pc via
> bluetooth.and i wan to make a call from computer to other pc.i decided
> to do it in c#.is it possible...plz tel me some hints r requirements
> to finish this project plz...
Simon Hart - 10 Aug 2007 21:34 GMT
If you are using CF2 then it makes it easy for you to initiate a bluetooth
serial connection by using the SerialPort class.
Check out the previous posters suggestion also search for example on
SerialPort in CF, I'm sure you'll find lots of examples as this is a fairly
common requirement on mobile devices.

Signature
Simon Hart
http://simonrhart.blogspot.com
> hi
> as am decided to do a project to connect a mobile to the pc via
> bluetooth.and i wan to make a call from computer to other pc.i decided
> to do it in c#.is it possible...plz tel me some hints r requirements
> to finish this project plz...