Bluetooth Support in C#

  • Thread starter Thread starter David
  • Start date Start date
D

David

I was wanting to write a Bluetooth application in C# that could 'talk' to my
mobile phone. I have so far struggled to find any API/information on
developing with C#. Can anyone help me or will I have to wait for the next
release of the .NET framework??

Thanks again,
David.
 
Hi!

Winsock supports it for compact device based development. Check this URI:

http://msdn.microsoft.com/library/en-us/wcebluet/html/ceconbluetoothsamples.asp

--
Regards,
Kumar Gaurav Khanna
-----------------------------------------------------------------
Microsoft MVP - C#/.NET, MCSE Windows 2000/NT4, MCP+I
WinToolZone - Spelunking Microsoft Technologies
http://www.wintoolzone.com/
OpSupport - Spelunking Rotor
http://opsupport.sscli.net/
Bangalore .NET Users' Group
http://groups.msn.com/bdotnet/
 
Back
Top