Michał Ziober
Michał Ziober

Reputation: 38700

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

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

Upvotes: 2

Views: 2887

Answers (4)

Jason Down
Jason Down

Reputation: 22181

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.

Upvotes: 6

Gant
Gant

Reputation: 29899

I was once able to get Windows Mobile device with .NET Compact Framework 2.0 installed to communicate with PC using 32feet.NET library. You may want to have a look.

Upvotes: 0

Tom Anderson
Tom Anderson

Reputation: 10827

You may need to go a bit further on what you are wanting to do exactly.

There are many different solutions based on the state of your project, are you already paired with the hand-held and the PC?

Upvotes: 0

peSHIr
peSHIr

Reputation: 6360

Have not done much with it myself (yet), but I've read that Mobile in the Hand has nice managed libraries that included Bluetooth support.

Upvotes: 1

Related Questions