C# – Bluetooth for WindowsCE 5.0 and .NET2.0 with C#

.net-2.0cwindows-mobile

I'm looking library, to create Bluetooth connection between my device and other devices.
I want use:

  1. .NET2.0 for Windows Mobile
  2. WindowsCE 5.0

Best Answer

If you're using a particular device, most companies have a useful SDK available with Bluetooth functions/routines.

However, if you're looking for generic abilities across multiple devices you could check out 32Feet.net or OpenNetCF.

Be warned though, that if you're using CE 5.0 the bthutil.dll is not included by default anymore, so many of the functions in 32Feet.net (In the Hand) won't actually work.